Skip to content

theahmadov/thanos

Repository files navigation

Thanos

GitHub contributors GitHub issues GitHub stars GitHub closed issues GitHub commit activity

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

  • 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

port scan

Copright

(c) Thanos developed and created by theahmadov.