Skip to content

pwnlog/Pencri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pencri

Collection of useful Linux scripts for organizing your pentesting workflow.

Scripts

  • workspace.sh: Create a workspace for the audit or pentest.
  • gextract.sh: Extract hosts and ports from an Nmap GNMAP file. Useful when the file has multiple hosts.
  • aextract.py: Extract asset information from an Nmap XML file and convert it into CSV output.
  • vextract.py: Extract asset vendor information.
  • vendors.py: Find MAC address vendor.
  • pscan.sh: Perform a port scan when port scanners aren't available on the system.
  • ascan.sh: Perform a light asset scan.

Usage

./workspace.sh company_name
./gextract.sh file.gnmap
./aextract.py -i nmap.xml -o output.csv
./pscan.sh 192.168.0.5 22 9-999
./ascan.sh 192.168.0.2

To Do

Add more scripts.

About

Scripts for automating workflow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published