📑
Security Notes
  • Readme
  • Resources
    • Useful sites
    • Metasploit
      • Searchsploit
      • Msfvenom
      • Meterpreter
    • Shells
    • Linux
      • Cron
      • Connection
      • Compilers
    • Windows
      • Kernel exploits table
    • Bruteforce
      • Checklist
      • John the Ripper
      • Hashcat
    • BOF
      • Assembly
    • Gaining access checklist
  • Cloud - AWS
    • Enumeration
    • References
    • Bucket S3
      • Public Bucket
      • AMI Files
      • File upload to RCE
    • EC2
      • cloud-init Exploits
      • SSRF To AWS Role compromise
      • Unencrypted EBS
    • IAM
      • Account Disclosure by resource policy
    • Lambda Function
      • Code Injection
      • Attacking APIs
    • VPC
      • Expose Resources
  • Networking
    • Nmap
      • Scan types
    • TCPDump
    • Port forwarding
    • Ports
      • 21 - FTP
      • 22 - SSH
      • 25 465 587 - SMTP
      • 53 - DNS
      • 110 995 - POP3
      • 111 - NFS
      • 113 - Ident
      • 123 - NTP
      • 135 137 139 - RPC
      • 143 993 - IMAP
      • 161 - SNMP
      • 389 - LDAP
      • 139 445 - SMB
      • 873 - Rsync
      • 6379 - Redis
      • 6667 - IRC
  • Linux PrivEsc
    • Checklist
    • Enumeration
      • Important files
      • Memory Dump
    • Privileges Exploitation
    • Wildcard Exploits
    • Sudo Exploits
    • Docker Container
    • Docker Groups
    • Common Exploits
  • Windows PrivEsc
    • Checklist
    • Enumeration
      • Important Files
    • Antivirus evasion tools
    • Unquoted paths
    • Always install elevated
    • Vulnerable services
    • Client side
    • Exploitable privileges
      • Juicy Potato
    • UAC bypass
    • Common Exploits
  • Active Directory
    • Introduction
    • Checklist
    • Enumeration
    • Enable RDP
    • Kerberos
    • Rubeus
    • Credentials harvesting
      • Domain Controller specific
    • Connection
    • Pass The Hash
    • Kerberoast
    • ASREProast
    • Tickets
  • Web Attacks
    • Checklist
    • Enumeration
      • URL bruteforcing
    • APIs and Fields
    • Authentication
    • Filter Evasion
      • Fuzzying and encoding
    • File Vulnerabilities
      • LFI List
      • PHP shells
    • RCE
    • Code Injection
    • Dependency Injection
    • Joomla
    • Wordpress
    • WebDAV
    • HTTP
    • XSS
      • DOM Based
      • Reflected
      • Filter Evasion
    • SSI
    • SSTI
    • RCE
    • CSRF
    • SQL injection
      • sqlmap
      • PostgreSQL
      • Oracle
      • MSSQL
      • MySQL
      • Login
    • XPath injection
    • XXE
    • CORS
  • MOBILE PENTESTING
    • Static Code Analysis
    • Dynamic Code Analysis
    • Network Traffic Analysis
Powered by GitBook
On this page
  • Pentest Resources
  • OWASP Guidelines
  • Windows specific
  • Linux specific
  • Exploit databases
  • Fuzzying
  • Credentials
  • Networking
  • OSINT
  1. Resources

Useful sites

Pentest Resources

  • http://www.vulnerabilityassessment.co.uk/Penetration Test.html

  • https://github.com/swisskyrepo/PayloadsAllTheThings

  • https://book.hacktricks.xyz/

  • https://guif.re/

  • https://osintframework.com/ List of sites and resources for intelligence gathering

  • https://www.regextester.com Test and debug regular expressions

  • https://nomodulenamed.com Helps to fix missing dependencies on Python packages

  • https://www.offensive-security.com/metasploit-unleashed Metasploit guide

  • https://www.revshells.com/ Quick reverse shell templates

OWASP Guidelines

  • https://owasp.org/www-project-application-security-verification-standard/

  • https://cheatsheetseries.owasp.org/

Windows specific

  • https://lolbas-project.github.io/ List of common exploitable Windows tools\programs

  • https://github.com/Flangvik/SharpCollection Pre-compiled executables for in-memory execution

  • https://www.lemoda.net/windows/windows2unix/windows2unix.html Windows CMD reference

  • https://www.catalog.update.microsoft.com/ List of Windows hotfixes and updates

Active Directory

  • https://attack.stealthbits.com/ Active Directory attacks guide

  • https://wadcoms.github.io/ List of techniques for AD enumeration and exploit

Linux specific

  • https://gtfobins.github.io/ List of common *nix programs that can be exploited for PrivEsc

  • https://github.com/s0wr0b1ndef/Linux-Kernal-Exploits-m- List of linux kernel exploits

  • https://explainshell.com/ Breaks down a bash command and explains it

  • https://linux.die.net/man/ Linux man pages

Exploit databases

Exploit lists

  • www.exploit-db.com

  • https://vulners.com/search

  • https://www.rapid7.com/db/

  • www.securityfocus.com

  • www.packetstormsecurity.com

  • https://www.google.com/search?q=site%3Agithub.com

CVEs lists

  • https://security.snyk.io/

  • https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=<keyword or cve>

  • https://www.cve.org/

  • https://cvedetails.com/cve/<cve>

  • https://cxsecurity.com/cvemap/

  • https://www.exploit-db.com/google-hacking-database

Fuzzying

  • https://gchq.github.io/CyberChef/

  • https://unicode-table.com/

  • http://rumkin.com/tools/cipher/

Credentials

Forensics

  • https://gchq.github.io/CyberChef/

  • https://hashcat.net/wiki/doku.php?id=example_hashes

Text obfuscation

  • http://rumkin.com/tools/cipher/

  • https://www.quipqiup.com/

Default credentials

  • https://open-sez.me/

  • https://default-password.info/

Dictionaries

  • https://github.com/danielmiessler/SecLists

  • https://github.com/wallarm/jwt-secrets/blob/master/jwt.secrets.list

Hash cracking

  • https://crackstation.net/

  • https://hashes.org/search.php

  • https://www.onlinehashcrack.com/

  • https://hashkiller.co.uk/Cracker

Networking

Common Ports, Requests, Headers, Cookies...

  • http://useragentstring.com/?uas=<UA string>&getText=all

  • https://reqbin.com/

  • https://www.speedguide.net/port.php?port=<port number>

  • https://developer.mozilla.org/en-US/docs/Web/HTTP#reference

  • https://cookiedatabase.org/

  • http://www.soapclient.com/

Search Hosts or services

  • https://www.whois.com/whois/<domain name>

  • https://search.censys.io/

  • https://www.shodan.io/

Network security analysis services

  • https://www.ssllabs.com/ssltest/analyze.html?d=<url> SSL/TLS Configuration

  • https://sitereport.netcraft.com/?url= <url> SSL/TLS Configuration

  • https://securityheaders.com/?q=<url> HSTS Configuration

OSINT

  • https://www.osintdojo.com/resources/

  • https://osintframework.com/

PreviousReadmeNextMetasploit

Last updated 1 year ago