thanos
thanos copied to clipboard
Thanos is open source website vulnerability scanner.
Thanos 
Thanos is python based website vulnerability scanner. You can use it to get report of vulnerabilities of any website. Also if there is bug or error etc. thanos will report you with large explanation. Try learn to use it correctly. And also dont forget to star and fork project to help Thanos increasing. There is all options you need to scan deeply...
Install
- [x] Debian [Kali,Parrot,Ubuntu,Mint,KDE]
Option
sudo apt upgrade
git clone https://github.com/theahmadov/thanos
cd thanos
pip3 install -r requirements.txt
sudo pip3 install -r requirements.txt
sudo python3 thanos.py thanos
Option 2
curl -s https://raw.githubusercontent.com/theahmadov/thanos/main/install_debian.sh | bash
Usage
Thanos 1.3
-SCAN :
-port : python3 thanos.py [normal,port]https://example.com
|
|__ Description : Port scanning -[Windows,Linux,Mac]
-subdomain : python3 thanos.py [normal,sub]https://example.com
|
|__ Description : Find subdomains of website -[Windows,Linux,Mac]
-directory : python3 thanos.py [normal,dir]https://example.com
|
|__ Description : Get all directories of website -[Windows,Linux,Mac]
-record : python3 thanos.py [normal,record]https://example.com
|
|__ Description : Record website and extract hidden links -[Windows]
-SAVE :
save output : python3 thanos.py [normal,port,dir,sub]example.com
Update : python3 thanos.py update
Full : python3 thanos.py [x]example.com
Example
Port Scan
python3 thanos.py [normal,port]https://pakkan.com.tr
