Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 612 Bytes

Cheatsheet.md

File metadata and controls

11 lines (9 loc) · 612 Bytes

A summary of interesting writeups

https://v3ded.github.io/ctf/kioptrix3.html

  • nmap {domain name} -A -T5 (Open Ports & Running Services)
  • searchsploit {item} (Search for vulnerabilities)
  • sqlmap -u kioptrix3.com/gallery/gallery.php?id=1 -T dev_accounts --dump (When you know table name, if you don't leave blank)
  • sudo -l (Find out what commands you can run as sudo when you have shell access)

https://jhalon.github.io/sans-2016-holiday-hack-challenge/