overflow - a node graph-based vulnerability scanner

overflow - a node graph-based vulnerability scanner

8 devlogs
12h 59m
•  Ship certified
Created by Milk_Cool

overflow combines multiple other tools like Metasploit, nmap, Burp Suite, sqlmap and others so that you can make node graphs linking them together! So, for example, you can have subdomains pulled from crt.sh, then each one scanned for open ports by nmap, checked by Metasploit and finally logged if vulnerable. This can make scanning for vulnerabilities a lot easier and much more customizable for security enthusiasts and pentesters.

Timeline

Ship 1

1 payout of shell 133.0 shells

Milk_Cool

about 2 months ago

Milk_Cool Covers 8 devlogs and 12h 59m

Added a module for logging with HTTP requests. (and also clarified the docs! some stuff needs to be installed separately)

Update attachment

I added ten more helper nodes, such as regex matching nodes, DNS-related nodes, etc., and I think I'm ready to ship!

Update attachment

I added docs directly to overflow so that it's easier to learn it. (And also fixed a couple bugs!)

Update attachment

I also added sqlmap support! I think this is going to be the last one for now, I still need to work on helper functions, docs and polishing.

Update attachment

ZAP integration! You can now find new targets using ZAP's spider and scan them with its scanner.

Update attachment

Last devlog for today!
Last time, I forgot to mention the tasks tab that displays the currently running tasks like scans and checks.
Also, I added Sublist3r support (alongside a few other small things)! So now you can use Sublist3r with the other tools as well.

I'll also have to add a few helper nodes that would allow you to do string matching and other stuff, and I also have a couple ideas for new integrations, so stay tuned!

Update attachment

Burp suite integration!
Now you can automatically run Burp Suite scans using its builtin REST API. You can also create a custom configuration in Burp's settings and specify its name in the node settings to customize the scans.

Update attachment

First devlog!

As of right now, saving/loading workspaces, error logging integrations with Metasploit, nmap and crt.sh as well as some other helper nodes are supported. There's still lots more to come though!

Update attachment