Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 429 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 429 Bytes

CTF Scripts

This is where all my scripts for CTFs/pentesting Live. Use at your own risk.

#sqlInjectionBruteRID.py ##What it is This script takes a request and tries to brute force RIDs from Active Directory via an SQL injection in URL. This script also encodes the url using unicode encoding

getWebStack.sh

This is a tool that will run webtech and whatweb to get the stack of a website.

Usage: getWebStack.sh <URL>