Giter Site home page Giter Site logo

easyeasm's Introduction

πŸ’« About Me:

Hack Stuff πŸ–₯️
Code StuffπŸ‘¨β€πŸ’»
Fitness πŸ’ͺ
Kaizen✍️

🌐 Socials:

LinkedIn Twitch Twitter YouTube

πŸ’» Tech Stack:

Go Python Shell Script AWS Azure DigitalOcean Google Cloud Jenkins Nginx AmazonDynamoDB Firebase MicrosoftSQLServer SQLite Redis Postgres MongoDB MySQL Docker GRAFANA PROMETHEUS Kubernetes Terraform

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

✍️ Random Dev Quote


easyeasm's People

Contributors

g0ldencybersec avatar oliviagallucci avatar vthiery avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easyeasm's Issues

Tagging

also, i do not have settings permissions, so I cant add tags, but I recommend tagging

Go
BlackHat
Arsenal
Attack Management

(Or like whatever the tags are for those respective categories)

panic: exec: "subfinder": executable file not found in $PATH

After running ./easyeasm I get the following:

subfinder is not installed
2023/08/15 13:11:40 Successfully installed the package: github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
dnsx is not installed
2023/08/15 13:11:41 Successfully installed the package: github.com/projectdiscovery/dnsx/cmd/dnsx@latest
alterx is not installed
2023/08/15 13:11:47 Successfully installed the package: github.com/projectdiscovery/alterx/cmd/alterx@latest
All needed tools installed!

No previous run data found
Running Passive Sources
Finding domains for example.com
Runing Subfinder on example.com
Running Amass on example.com
panic: exec: "subfinder": executable file not found in $PATH

goroutine 20 [running]:
github.com/g0ldencybersec/EasyEASM/pkg/passive/subfinder.RunSubfinder({0xc000190300, 0xd}, 0x0?, 0x0?)
/home/kali/go/pkg/mod/github.com/g0ldencybersec/[email protected]/pkg/passive/subfinder/subfinder.go:21 +0x33e
created by github.com/g0ldencybersec/EasyEASM/pkg/passive.(*PassiveRunner).RunPassiveEnum
/home/kali/go/pkg/mod/github.com/g0ldencybersec/[email protected]/pkg/passive/passive.go:26 +0x1ee

All exes are present in the /go/bin dir

Output of the results has changed significantly

I've picked up the tool after not using it for a couple of months and I've found that the results of a single scan are vastly different.

First, I've noticed that my results no longer have as many URLs as they used to. These URLs get identified in the Terminal window, but it seems they're being discarded by httpx(?). For example, when running the tool for the domain owasp.org, I get the following output in the location column (Column 6):

However, the domain lightning.owasp.org is active, and listed as part of the pre-selection but does not get included here. This has happened to me with several other domains where it's also missed sites such as login.[example] etc. I also never noticed the tool having issues such as these in the past.

Another issue I've noticed is that the formatting's changed significantly. Previously, the columns used to be these:

timestamp,asn,cdn_name,port,url,title,body,method,header,raw_header,request,a,cname,extracts,words

But now there is no port column or port information, these are the columns in my new output:

timestamp | asn | cdn_name | sni | - | location | webserver | content_type | final_url | header | raw_header | chain_status_codes | a | tech | chain

I've attached my spreadsheet for you to view
OWASPEasyEASM.csv

Please let me know if this is the expected output, or if you have any idea what could have gone wrong

Thanks!!

Installation issue

First of all thank you for this amazing tool.

I'm facing an issue in installation after running go install github.com/g0ldencybersec/EasyEASM/easyeasm@latest this command there isn't any success msg or error msg nothig it just execute for few minutes and ends.

after that I tried running easyeasm it says command not found. same with running installation command with sudo having issue

Base OS Windows 10, guest os kali linux new one.

i'm installing in kali linux.

Path in the EASM executable file not accessing the Git repository

Hi,

I have a slight issue when running the EasyEASM tool.

When I run the command .\easyeasm I get the error below:
Screenshot 2024-01-30 105519

Panic: exit status 2
goroutine 20 [running]:
github.com/g0ldencybersec/EasyEASM/pkg/passive/amass.RunAmass({0xc0000a8a28, 0x6}, 0x0?, 0x0?)
/home/mercy/go/pkg/mod/github.com/g0ldencybersec/[email protected]/pkg/passive/amass/amass.go:26 +0x411
created by github.com/g0ldencybersec/EasyEASM/pkg/passive.(*PassiveRunner).RunPassiveEnum in goroutine 1
/home/mercy/go/pkg/mod/github.com/g0ldencybersec/[email protected]/pkg/passive/passive.go:27 +0xcc

if you put "github.com/g0ldencybersec/EasyEASM/pkg/passive/amass" in the browser, the path returns 404

But

this is the link you get when you go through the github "github.com/g0ldencybersec/EasyEASM/tree/main/pkg/passive/amass"

It seems the link in the executable file needs to include "tree/main" before the "pkg".

Thank you and I look forward to your response.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.