All Projects → sevro → security-utilities

sevro / security-utilities

Licence: other
Offensive Security Certified Profesional (OSCP) course scripts, some have been generalized

Programming Languages

python
139335 projects - #7 most used programming language
rust
11053 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to security-utilities

fuzza
Customizable TCP fuzzing tool to test for remote buffer overflows.
Stars: ✭ 29 (-25.64%)
Mutual labels:  buffer-overflow-attack, fuzzer
owasp-zap-jwt-addon
OWASP ZAP addon for finding vulnerabilities in JWT Implementations
Stars: ✭ 23 (-41.03%)
Mutual labels:  fuzzer
nextgen
A Genetic File, Syscall and Network Fuzzer.
Stars: ✭ 58 (+48.72%)
Mutual labels:  fuzzer
framboise
Framboise is a fuzzer for in-depth testing of WebAPIs.
Stars: ✭ 21 (-46.15%)
Mutual labels:  fuzzer
HITB2020 FSFUZZER
My Material for the HITB presentation
Stars: ✭ 33 (-15.38%)
Mutual labels:  fuzzer
fuzvisor
A framework provides an interface to monitor and control fuzzers
Stars: ✭ 31 (-20.51%)
Mutual labels:  fuzzer
candy
🍭 A sweet programming language that is robust, minimalistic, and expressive.
Stars: ✭ 84 (+115.38%)
Mutual labels:  fuzzer
fpicker
fpicker is a Frida-based fuzzing suite supporting various modes (including AFL++ in-process fuzzing)
Stars: ✭ 175 (+348.72%)
Mutual labels:  fuzzer
gofuzz
Fast as Flash Web URL Fuzzing tool written in golang.
Stars: ✭ 31 (-20.51%)
Mutual labels:  fuzzer
SaltwaterTaffy
An nmap wrapper library for .NET
Stars: ✭ 44 (+12.82%)
Mutual labels:  port-scanning
unicorn-fuzzer
expansion of afl-unicorn using c++
Stars: ✭ 25 (-35.9%)
Mutual labels:  fuzzer
afl-dynamorio
run AFL with dynamorio
Stars: ✭ 32 (-17.95%)
Mutual labels:  fuzzer
OpenXMolar
A MS OpenXML Format Fuzzing Framework
Stars: ✭ 79 (+102.56%)
Mutual labels:  fuzzer
RTSPhuzz
RTSPhuzz - An RTSP Fuzzer written using the Boofuzz framework
Stars: ✭ 33 (-15.38%)
Mutual labels:  fuzzer
curl-fuzzer
Quality assurance testing for the curl project
Stars: ✭ 40 (+2.56%)
Mutual labels:  fuzzer
nmap-formatter
A tool that allows you to convert NMAP results to html, csv, json, markdown, graphviz (dot). Simply put it's nmap converter.
Stars: ✭ 129 (+230.77%)
Mutual labels:  port-scanning
Portforge
Lightweight utility to fool port scanners
Stars: ✭ 23 (-41.03%)
Mutual labels:  port-scanning
afl-pin
run AFL with pintool
Stars: ✭ 64 (+64.1%)
Mutual labels:  fuzzer
doona
Network based protocol fuzzer
Stars: ✭ 64 (+64.1%)
Mutual labels:  fuzzer
gigger
Git folder digger, I'm sure it's worthwhile stuff.
Stars: ✭ 39 (+0%)
Mutual labels:  fuzzer

Security Utilities

Useful scripts, see README.md files in script directories for individual usage and information. This project is mirrored to GitHub from the primary repository on GitLab at https://gitlab.com/datenstrom/sec-utils and if accessed on GitHub may not be the most recent version.

Legal Disclaimer: usage of tools for attacking web servers without prior mutual consistency can be considered as an illegal activity. it is the final user's responsibility to obey all applicable local, state and federal laws. authors assume no liability and are not responsible for any misuse or damage caused by these tools.

Even information gathering such as port scanning is considered illegal in many areas and a gery area in most.

bash

Python

Rust

  • port_check: Check if a single port is open
  • pingsweep: Multithreaded ping sweep, and port scanning
  • entropy: Calculates the entropy of a file

C

  • slmail_linux.c: A buffer overflow attack for SLMail 5.5 compiled for Linux
  • slmail_windows.c: A buffer overflow attack for SLMail 5.5 compiled for Windows

FTP

It is possible to turn FTP into a non-interactive process by providing the Windows default FTP client ftp.exe with a text file containing FTP commands. This is useful in post exploitation when there is a need to upload files and tools to a machine.

  • setup-ftp.sh: Install and configure a FTP server on (Debian like) Linux

Note on extension convention

All program output files are by convention use the .txt extension which are ignored by the .gitignore. All files for input are by convention .dat which will be tracked.

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