Skip to content

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

License

Notifications You must be signed in to change notification settings

sevro/security-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages