All Projects → Ice3man543 → Subover

Ice3man543 / Subover

Licence: bsd-2-clause
A Powerful Subdomain Takeover Tool

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Subover

Subjack
Subdomain Takeover tool written in Go
Stars: ✭ 1,194 (+96.71%)
Mutual labels:  subdomain, pentesting, bugbounty, bug-bounty
sub404
A python tool to check subdomain takeover vulnerability
Stars: ✭ 205 (-66.23%)
Mutual labels:  subdomain, bug-bounty, pentesting, bugbounty
Acamar
A Python3 based single-file subdomain enumerator
Stars: ✭ 89 (-85.34%)
Mutual labels:  subdomain, pentesting, bugbounty
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+466.56%)
Mutual labels:  bug-bounty, pentesting, bugbounty
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+1093.74%)
Mutual labels:  pentesting, bug-bounty, bugbounty
Sub-Drill
A very (very) FAST and simple subdomain finder based on online & free services. Without any configuration requirements.
Stars: ✭ 70 (-88.47%)
Mutual labels:  subdomain, bug-bounty, bugbounty
Offensive Docker
Offensive Docker is an image with the more used offensive tools to create an environment easily and quickly to launch assessment to the targets.
Stars: ✭ 328 (-45.96%)
Mutual labels:  pentesting, bugbounty, bug-bounty
Subtake
Automatic finder for subdomains vulnerable to takeover. Written in Go, based on @haccer's subjack.
Stars: ✭ 104 (-82.87%)
Mutual labels:  subdomain, pentesting, bug-bounty
Security Tools
Collection of small security tools, mostly in Bash and Python. CTFs, Bug Bounty and other stuff.
Stars: ✭ 509 (-16.14%)
Mutual labels:  pentesting, bugbounty, bug-bounty
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (-18.95%)
Mutual labels:  subdomain, pentesting, bugbounty
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (-47.28%)
Mutual labels:  subdomain, pentesting
Injuredandroid
A vulnerable Android application that shows simple examples of vulnerabilities in a ctf style.
Stars: ✭ 317 (-47.78%)
Mutual labels:  pentesting, bug-bounty
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (-55.68%)
Mutual labels:  pentesting, bug-bounty
Awesome Hacking Lists
平常看到好的渗透hacking工具和多领域效率工具的集合
Stars: ✭ 311 (-48.76%)
Mutual labels:  bugbounty, bug-bounty
Awesome Oneliner Bugbounty
A collection of awesome one-liner scripts especially for bug bounty tips.
Stars: ✭ 594 (-2.14%)
Mutual labels:  bugbounty, bug-bounty
Osint tips
OSINT
Stars: ✭ 322 (-46.95%)
Mutual labels:  pentesting, bugbounty
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (-10.87%)
Mutual labels:  pentesting, bugbounty
Black Hat Rust
Applied offensive security with Rust - Early access - https://academy.kerkour.com/black-hat-rust?coupon=GITHUB
Stars: ✭ 331 (-45.47%)
Mutual labels:  pentesting, bug-bounty
Findom Xss
A fast DOM based XSS vulnerability scanner with simplicity.
Stars: ✭ 310 (-48.93%)
Mutual labels:  pentesting, bugbounty
Oneforall
OneForAll是一款功能强大的子域收集工具
Stars: ✭ 4,202 (+592.26%)
Mutual labels:  subdomain, bugbounty

SubOver

Note - This project is discontinued. No more updates will be provided! Sorry!

But something more awesome will come soon!

Subover is a Hostile Subdomain Takeover tool originally written in python but rewritten from scratch in Golang. Since it's redesign, it has been aimed with speed and efficiency in mind. Till date, SubOver detects 30+ services which is much more than any other tool out there. The tool uses Golang concurrency and hence is very fast. It can easily detect and report potential subdomain takeovers that exist. The list of potentially hijackable services is very comprehensive and it is what makes this tool so powerful.

Installing

You need to have Golang installed on your machine. There are no additional requirements for this tool.

go get github.com/Ice3man543/SubOver

NOTE - Do not change the location of providers.json file. Or the tool will not work.

Usage

./SubOver -l subdomains.txt

  • -l List of Subdomains
  • -a Check all hosts regardless of CNAME (Time Consuming and prone to fp's)
  • -t Number of concurrent threads. (Default 10)
  • -v Show verbose output (Default False)
  • -https Force HTTPS Connection (Default HTTP)
  • -timeout Set custom timeout (Default 10)
  • -h Show help message

Currently Checked Services

Github, Heroku, Unbounce, Tumblr, Shopify, Instapage, Desk, Tictail, Campaignmonitor, Cargocollective, Statuspage, Amazonaws, Cloudfront, Bitbucket, Smartling, Acquia, Fastly, Pantheon, Zendesk, Uservoice, Ghost, Freshdesk, Pingdom, Tilda, Wordpress, Teamwork, Helpjuice, Helpscout, Cargo, Feedpress, Surge, Surveygizmo, Mashery, Intercom, Webflow, Kajabi, Thinkific, Tave, Wishpond, Aftership, Aha, Brightcove, Bigcartel, Activecompaign, Compaignmonitor, Acquia, Proposify, Simplebooklet, Getresponse, Vend, Jetbrains, Azure

Count : 51

Screenshot

tool_in_action

FAQ

Q: What should my wordlist look like?

A: Your wordlist should include a list of subdomains you're checking and should look something like:

backend.example.com
something.someone.com
apo-setup.fxc.something.com

Your tool sucks!

Yes, you're probably correct. Feel free to:

  • Not use it.
  • Show me how to do it better.

TODO

  • Add more services :-)
  • Improve the tool (There are many things that can be done :-) )

Development

Want to contribute? Great!

You can add more services or recommend any changes to the existing ones. Any kind of help is appreciated.

Or buy me a coffee \o/

Buy me a coffee ko-fi

License

BSD 2-Clause "Simplified" License

Contact

Meet me on Twitter: Twitter

Changelog

[1.2] 2018-05-19

  • Refactored whole code making it cleaner
  • Added better error handling and more verbose stuff
  • Implemented checking all domains
  • Fixed other stuff, etc...

[1.1.1] - 2018-03-20

  • Providers corrected using EdOverflow's Awesome List
  • Added Information regarding various takeovers to the tool

[1.1.0] - 2018-03-16

  • Rewritten from scratch in Golang
  • This time it's damn fast because of Go Concurrency.
  • The console output looks better :-)

[1.0.0] - 2018-02-04

  • Initial Release with 35 Services written in Python.
  • Pretty Slow :-)

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].