hackersthan / anveshan

anveshan is a completed script that helps to automate your recon process, It finds subdomains, urls, js files, parameters, screenshots, and scan js files source code.
16 stars 4 forks source link

Errors in amass, httpx, config files, pip packages [urllib3, six] #2

Closed hackersthan closed 2 days ago

hackersthan commented 2 days ago

Still there are some errors specially while running amass and httpx

  1. by default httpx command runs apt installed httpx
  2. go tools error because GOPATH not setup.
  3. amass config fetching issue.

Fix all of them at once.

hackersthan commented 2 days ago

Fix all of these issues and add some additional functionalities.

Errors

  1. pip package installation error
  2. urlllib3 and six packages error
  3. amass config error
  4. httpx running from apt by default

Additional

  1. Setup GOPATH if not exist.
  2. Confirmation before removing and installing urllib3 and six packages.

Now working fine.