Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t3chnocat/oscp-ctf
oscp-ctf is a small collection of basic Bash scripts that make life easier and save time whether you are in the OSCP labs, HackThebox or playing around with CTFs.
https://github.com/t3chnocat/oscp-ctf
ctf ctf-tools oscp oscp-tools
Last synced: 3 months ago
JSON representation
oscp-ctf is a small collection of basic Bash scripts that make life easier and save time whether you are in the OSCP labs, HackThebox or playing around with CTFs.
- Host: GitHub
- URL: https://github.com/t3chnocat/oscp-ctf
- Owner: t3chnocat
- Created: 2019-05-07T22:37:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T00:36:27.000Z (over 5 years ago)
- Last Synced: 2024-04-06T10:35:13.053Z (7 months ago)
- Topics: ctf, ctf-tools, oscp, oscp-tools
- Language: Shell
- Size: 7.81 KB
- Stars: 66
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **49**星 - ctf is a small collection of basic Bash scripts that make life easier and save time whether you are in the OSCP labs, HackThebox or playing around with CTFs. (<a id="8c5a692b5d26527ef346687e047c5c21"></a>收集)
README
## oscp-ctf
oscp-ctf is a small collection of basic Bash scripts that make life easier and save time whether you are in the OSCP labs, HackThebox or playing around with CTFs.
### tun
Spits out the IP address of tun0, the default interface used by OpenVPN.### rock
Uses [John The Ripper](https://github.com/magnumripper/JohnTheRipper) to crack a given password/hash file using rockyou.txt### php-rs
Edits Pentestmonkey's PHP reverse shell with your IP/port and copies it to the current path with a filename of your choice.### http
Uses Python's SimpleHTTPServer to easily start a HTTP server with a port and location of your choice. Shows the IP address for convenience.### ftpscript
Outputs a one liner to paste into a Windows host to create and run a ftp script to download a given file.### smb-menu
Uses [impacket's](https://github.com/SecureAuthCorp/impacket) smbserver.py to start a SMB server with a name and location of your choice.### smb
Same functionality as smb-menu without a menu.### Note:
php-rs, rock, smb and smb-menu have user variables so check those before running.More information and screenshots can be found at this [blog post](https://www.t3chnocat.com/oscp-ctf-scripts/)