Giter Site home page Giter Site logo

shelld3v / aquatone Goto Github PK

View Code? Open in Web Editor NEW
86.0 86.0 13.0 41.11 MB

A Tool for Domain Flyovers

License: MIT License

Go 14.20% Shell 0.47% JavaScript 74.15% HTML 11.14% Dockerfile 0.04%
appsec bug-bounty bugbounty golang hacking hacking-tool infosec osint penetration-testing pentest pentesting reconnaissance security security-tools

aquatone's People

Contributors

lxndrblz avatar shelld3v avatar wellencamass 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

Watchers

 avatar  avatar  avatar  avatar  avatar

aquatone's Issues

Add Docker support

Hi, first of all I would like to thank you for continuing to develop the project.

I would like to see an aquatone docker image like Amass tool

Search bar

It would be super great if there is a search bar for aquatone report

Search options:

  • Search by keywords
  • Search by tag

Slide thr screenshots instead of clicking on the pages

Hello, Pham Sy Minh!

I've got a question.

I really liked that you could slide throught screenshots in version 1.4.3, 1.6.0 - its easy to check hundreds, thousands of screenshots

Clicking to slide the screenshots really sucks.

Is it possible to make a variable like --slide and make screenshots slide instead of clicking?

Q.2 what variable controlls the amount of screenshots in the line with /pages/simillarity? ( currently its 2 similar screenshots per line which is really low and time consuming)? is it possible to make it bigger? like 5 or 6 screens per line

Thanks for the advice and help!

install aquatone error

Hi @shelld3v , I'm having trouble installing from GO.

with the update go get to go install, I tried but I get this message in the image below.

Sem-t-tulo1
Sem-t-tulo2

[Bug] aquatone is hanging

Currently, when the screenshots have been done for all hosts, aquatone will hang forever. Need to find the root cause of this

/cc @Zemnmez

nmap parser ignores many ports

Hello, shell

I've got some questions and i cant find out why thats done that way

When aquatone parses nmap xml it uses https://github.com/shelld3v/aquatone/blob/master/parsers/nmap.go

In this file there is this function

func (p *NmapParser) isHTTPPort(port int) bool {
for _, p := range core.XLargePortList {
if p == port {
return true
}
}
return false
}

It checks if port in xml is in XLargePortList and if it is there then it adds it to the screenshot queue.

Why this function even exists? Whats the problem for aquatone to ask for unusual port?

Why XLargePortList https://github.com/shelld3v/aquatone/blob/master/core/ports.go has no ports like 10000,10250, etc?

As i see aquatone just drops a lot of juicy information on these unusual ports (kubernetes dashboards, webmin panels, etc)

Cant we just get rid of this function and ask every port in the xml? If its non-http just catch an error and move on?

Regards, wellenc

Offline Mode

Would this report work if one had no Internet?
I stumbled over this issue with the original project last week and this is because the project references external js.
It would be great to embed this into the project in order to be able to use it in restricted DMZs.

Disable the url_tls_checker

Hi there,

Thanks for maintaining this repo and for submitting regular updates.

With the latest version I am regularly getting the following error:
x509: cannot validate certificate for <IP> because it doesn't contain any IP SANs

For my use case it does not matter if the SAN is correct. Therfore, I am wondering if there is a way to disable this check via an command line option?

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.