All Projects → t3chnocat → Oscp Ctf

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.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Oscp Ctf

Spellbook
Micro-framework for rapid development of reusable security tools
Stars: ✭ 53 (-14.52%)
Mutual labels:  ctf, ctf-tools
Ctfsubmitter
A flag submitter service with distributed attackers for attack/defense CTF games.
Stars: ✭ 56 (-9.68%)
Mutual labels:  ctf, ctf-tools
Security Tools
Collection of small security tools, mostly in Bash and Python. CTFs, Bug Bounty and other stuff.
Stars: ✭ 509 (+720.97%)
Mutual labels:  ctf, ctf-tools
Vulnhub Ctf Writeups
This cheasheet is aimed at the CTF Players and Beginners to help them sort Vulnhub Labs. This list contains all the writeups available on hackingarticles.
Stars: ✭ 368 (+493.55%)
Mutual labels:  ctf, oscp
Ciphey
⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡
Stars: ✭ 9,116 (+14603.23%)
Mutual labels:  ctf, ctf-tools
Stegcracker
Steganography brute-force utility to uncover hidden data inside files
Stars: ✭ 396 (+538.71%)
Mutual labels:  ctf, ctf-tools
Weblogger
针对ctf线下赛流量抓取(php)、真实环境流量抓取分析的工具
Stars: ✭ 547 (+782.26%)
Mutual labels:  ctf, ctf-tools
soma
Cross-platform CTF problem container manager
Stars: ✭ 23 (-62.9%)
Mutual labels:  ctf, ctf-tools
Crypton
Library consisting of explanation and implementation of all the existing attacks on various Encryption Systems, Digital Signatures, Key Exchange, Authentication methods along with example challenges from CTFs
Stars: ✭ 995 (+1504.84%)
Mutual labels:  ctf, ctf-tools
Vhostscan
A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
Stars: ✭ 767 (+1137.1%)
Mutual labels:  ctf-tools, oscp
Ctf Difficulty
This cheasheet is aimed at the CTF Players and Beginners to help them sort the CTF Challenges on the basis of Difficulties.
Stars: ✭ 338 (+445.16%)
Mutual labels:  ctf, oscp
Ctfcli
ctfcli is a tool to manage Capture The Flag events and challenges
Stars: ✭ 43 (-30.65%)
Mutual labels:  ctf, ctf-tools
Ctf Notes
Everything needed for doing CTFs
Stars: ✭ 304 (+390.32%)
Mutual labels:  ctf-tools, oscp
Awesome Privilege Escalation
A curated list of awesome privilege escalation
Stars: ✭ 413 (+566.13%)
Mutual labels:  ctf, oscp
Awd Predator Framework
AWD攻防赛webshell批量利用框架
Stars: ✭ 265 (+327.42%)
Mutual labels:  ctf, ctf-tools
Name That Hash
🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 3000+ other hashes ☄ Comes with a neat web app 🔥
Stars: ✭ 540 (+770.97%)
Mutual labels:  ctf, ctf-tools
Crypto
封装多种CTF和平时常见加密及编码C#类库
Stars: ✭ 20 (-67.74%)
Mutual labels:  ctf, ctf-tools
CTF-Game
Capture the flag Game
Stars: ✭ 14 (-77.42%)
Mutual labels:  ctf, ctf-tools
Linuxprivchecker
linuxprivchecker.py -- a Linux Privilege Escalation Check Script
Stars: ✭ 715 (+1053.23%)
Mutual labels:  ctf-tools, oscp
Vulnlab
Scripts to control an "OSCP-like" lab environment.
Stars: ✭ 19 (-69.35%)
Mutual labels:  ctf-tools, oscp

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 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 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].