Skip to content

GusKhawaja/pat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

The Pentester Automation Tool

Description

This application automates most of the penetration testing tasks using the command line. It automates DNS information ,Gathering emails, WHOIS, Files, SocialMedia, Scan for live hosts, Port scan, Vulnerability assessment, Brute-force attack, Scan for Web site security as well. This application can be used only on the author's favorite OS "Kali Linux", it will not work on other Linux versions unless you install all the tools manually.

Contributing

If you're willing to help on this project ,you're welcomed to send your suggestions to the owner at: gus.khawaja@guskhawaja.me

##Demo A full tutorial of the source code architecture is available at Pluralsight: https://www.pluralsight.com/courses/penetration-testing-automation-using-python-kali-linux

Information Gathering

To get information about a dns:
$python pat.py --company [YourClientDomainName] -dns
To get a list of email addresses:
$python pat.py --company [YourClientDomainName] -emails
To get information about WHOIS:
$python pat.py --company [YourClientDomainName] -whois
To get a list of leaked files on the internet:
$python pat.py --company [YourClientDomainName] -files
To get information about your client social media:
$python pat.py --company [YourClientDomainName] -socialmedia
To get information about your client using the search engines:
$python pat.py --company [YourClientDomainName] -websearch

Scanning

To scan for live hosts:
$python pat.py --company [YourClientDomainName] -ip [NetworkIPAddress/Range] -livehosts
For Port Scanning:
$python pat.py --company [YourClientDomainName] -ip [NetworkIPAddress/Range] -portscan

Vulnerability Assessment

Vulnerability Scan:
$python pat.py --company [YourClientDomainName] -ip [NetworkIPAddress/Range] -vulns
To brute-force the services on the client host machine(s):
$python pat.py --company [YourClientDomainName] -ip [NetworkIPAddress/Range] -bruteforce

Web Application Scan

To get information about the existence of Web Application Firewall (WAF):
$python pat.py --company [YourClientDomainName] --url [WebServerUrl] -waf
To get information about the server SSL/TLS security:
$python pat.py --company [YourClientDomainName] --url [WebServerUrl] -ssl
To get information about the webserver load balancing:
$python pat.py --company [YourClientDomainName] --url [WebServerUrl] -loadbalance
Web Server Vulnerability Assessment:
$python pat.py --company [YourClientDomainName] --url [WebServerUrl] -webvulns

Releases

No releases published

Packages

No packages published

Languages