Skip to content

Instantly share code, notes, and snippets.

View francoataffarel's full-sized avatar
🎯
Focusing HACK

francoa.taffarel francoataffarel

🎯
Focusing HACK
View GitHub Profile
@ssstonebraker
ssstonebraker / OSCP_notes_brakertech.md
Last active September 2, 2024 21:57
OSCP Notes #oscp

Discovery

Tools

SQL Injection

' or '1' ='1' --

Website Directory Enumeration

@dvdknaap
dvdknaap / kali.md
Last active October 15, 2022 09:47
RootTricks

install all tools

  • apt install kali-linux-all

.git folder downloader

  • git clone https://github.com/internetwache/GitTools.git

Check ports with nmap

  • nmap -sC -sV -oA initial 10.10.10.78
  • nmap -sV -sC -oA nmap-tcp 10.10.10.84
  • nmap -T4 -A -v -p 0-10000 10.10.10.8