Giter Club home page Giter Club logo

pat's Introduction

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: [email protected]

##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

pat's People

Contributors

guskhawaja avatar

Watchers

James Cloos avatar Berean avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.