Skip to content

TheDeveloo/sci-ospt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Content

Pentest

Frameworks

Phases

  • Pre-engagement
  • Interactions
  • Intelligence Gathering
  • Threat Modeling
  • Vulnerability Analysis
  • Exploitation
  • Post Exploitation
  • Reporting

Pre-engagement

Write an agreement (out of prison card)

  • Scope
  • Timeframe

Separate

  • Ransomeware
  • DDoS
  • Social engineering

Intelligence gathering

Tools

See tools page

Google Hacks / dorks

  • camera linksys inurl:main.cgi
  • intitle:"toshiba network camera - User login"
  • ext:php
  • "SquirrelMail vesion 1.4" inurl:src ext:php
  • intitle:"Welcome to Windows Small Business Server 2003"
  • ext:pwd inurl:(service|authors|administrators|users) "# - Frontpage"
  • intitle:"index of /" password.txt

Knowledge databases

VirtualBox network

VirtualBox network manager

MiniServ (Webmin) - 10000, 20000

Go to https://<ip>:10000/

NETBIOS-SSN / SMB - 139, 445

enum4linux -a <ip> >> /kali-share/enum4linux-<ip>.txt

Reporting

https://pentestreports.com/

Training

See the training page

Attacks

Xmas attack

sudo nmap -sX <ip> -p<port>

For UDP use -sU

Null attack

sudo nmap -sN <ip> -p<port>

For UDP use -sU

Lexical

Samba

Search also: smb

Learning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published