Skip to content

James9074/wlanPTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

wlanPTF πŸ‘€

A real neato automated recon tool by https://wlan1.net

wlanPTF automates the first step in any recon job: "Run a light nmap scan, investigate the http ports, see what's up with open SMB shares, etc."

*Designed for scenarios where making noise isn't an issue.

β–ˆβ–ˆβ•—    β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
β–ˆβ–ˆβ•‘    β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β•šβ•β•β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•”β•β•β•β•β•
β–ˆβ–ˆβ•‘ β–ˆβ•— β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•   β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—  
β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β•    β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•”β•β•β•  
β•šβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘        β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘     
β•šβ•β•β•β•šβ•β•β• β•šβ•β•β•β•β•β•β•β•šβ•β•  β•šβ•β•β•šβ•β•  β•šβ•β•β•β•β•šβ•β•        β•šβ•β•   β•šβ•β•     
E N T E R P R I S E                       E D I T I O N

Default Usage: ./ptf scan 10.10.10.10

Options: 
     ./ptf status     Show all scanners spawned and their statuses
     ./ptf stop       Stops all scanners in motion
     ./ptf cleanup    Stops all scanners and removes all files

Extended usage:
    --http     Limit scanning to http/s services
    --smb      Limit scanning to SMB services

**Note: Scanners == Programs like nikto, nmap, etc that investigate open ports found**

Quick Start Example

$ ptf scan wlan1.net
Beginning probe scans for wlan1.net
Starting light nmap scan for initial recon...
Auto investigating the following identified services. Run `ptf status` for an update.
+-------+----------+-----------+--------+------------+---------------+------------+---------+
|   PID | Name     | Target    | Port   | Service    | Output        | Start      | End     |
|-------+----------+-----------+--------+------------+---------------+------------+---------|
|  5896 | nikto    | wlan1.net | 80     | http       | nikto80.txt   | 5:42:16 PM | Running |
|  5898 | nikto    | wlan1.net | 8080   | http-proxy | nikto8080.txt | 5:42:16 PM | Running |
|  5900 | nikto    | wlan1.net | 443    | https      | nikto443.txt  | 5:42:16 PM | Running |
|  5902 | nmapFull | wlan1.net |        |            | nmapFull.txt  | 5:42:16 PM | Running |
+-------+----------+-----------+--------+------------+---------------+------------+---------+



$ head nikto80.txt                                                                                                                         
- Nikto v2.1.6
---------------------------------------------------------------------------
+ Target IP:          70.142.220.45
+ Target Hostname:    wlan1.net
+ Target Port:        80
+ Start Time:         2019-04-23 17:42:16 (GMT-4)
---------------------------------------------------------------------------
+ Server: Apache/2.4.25 (Debian)
+ Server leaks inodes via ETags, header found with file /, fields: 0x1171 0x5714a1c99dad7
+ The anti-clickjacking X-Frame-Options header is not present.

About

"Hail Mary" Pentesting Framework (Automates many of the first steps in any investigation/pentest by throwing every recon method at a target)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages