Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 803 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 803 Bytes

SubR3con

SubR3con is a script written in python. It uses Sublist3r to enumerate all subdomains of specific target and then it checks for stauts code for possible subdomain takeover vulnerability. This works great with Subover.go

Screenshots

SubR3Con_Preview

SubR3Con_Preview

SubR3Con_Preview

SubR3Con_Preview

By default it saves all your results in a sepearate file for each status report (200,404,500, etc...)

Installing

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

git clone https://github.com/rohitcoder/SubR3con/

Usage

python R3con.py

Feel free to contribute!