https://github.com/jivoi/pentest
:no_entry: offsec batteries included
https://github.com/jivoi/pentest
kali-linux offensive-security pentest-environment pentesting pentesting-windows python
Last synced: 6 days ago
JSON representation
:no_entry: offsec batteries included
- Host: GitHub
- URL: https://github.com/jivoi/pentest
- Owner: jivoi
- Created: 2015-04-03T12:02:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T00:16:55.000Z (12 months ago)
- Last Synced: 2025-02-08T12:05:18.938Z (13 days ago)
- Topics: kali-linux, offensive-security, pentest-environment, pentesting, pentesting-windows, python
- Language: Python
- Homepage:
- Size: 86.6 MB
- Stars: 1,533
- Watchers: 90
- Forks: 598
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## So, You Want to be a Rock Star?
## Follow instructions, it`s very easy!```bash
$ git clone https://github.com/jivoi/pentest.git ./offsecfw && cd offsecfw
$ mix_ping_sweep.py 192.168.56.1-254 ./results
$ mix_port_scan.sh -t ./results/targets.txt -p all
$ mix_recon.py ./results/targets.txt
```