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
- Host: GitHub
- URL: https://github.com/fire1ce/ptscans
- Owner: fire1ce
- Created: 2019-02-03T08:29:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T13:47:15.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T17:16:40.298Z (over 1 year ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```