An open API service indexing awesome lists of open source software.

https://github.com/fire1ce/ptscans

automation for pt scans like nikto, nmap, goBuster, dirb with output files for logging
https://github.com/fire1ce/ptscans

Last synced: about 1 year ago
JSON representation

automation for pt scans like nikto, nmap, goBuster, dirb with output files for logging

Awesome Lists containing this project

README

          

# ptScans

automation for pt scans like nikto, nmap, goBuster, dirb with output files for logging

## Installation

```bash
ln -s /root/shared/ptScanResults /root/tools/ptScans/results
```

cd to the ptScans directory
mkdir results
or add alias for results folder
Run

```bash
ln -s ${PWD}/gobusterScan.sh /usr/bin/gobusterScan
ln -s ${PWD}/niktoScan.sh /usr/bin/niktoScan
ln -s ${PWD}/nmapScan.sh /usr/bin/nmapScan
ln -s ${PWD}/nmapUDPScan.sh /usr/bin/nmapUDPScan
ln -s ${PWD}/dirbScan.sh /usr/bin/dirbScan
ln -s ${PWD}/wpScan.sh /usr/bin/wpScan
ln -s ${PWD}/curlSpeedTest.sh /usr/bin/curlSpeedTest

source ~/.zshrc
```