pentest-resources
Ctrlk
  • Penetration Testing Resources
  • Repository & File Structure
  • General
    • Resources
      • Link collection
      • Toolkits
      • General guides
      • OSCP experience write-ups
      • Practice resources
    • OS basics
    • Python scripting
    • Metasploit
  • Recon
  • Vulnerability analysis
  • Gaining access
  • Post Exploitation
  • Reporting
  • My methodology
Powered by GitBook
On this page
  1. General
  2. Resources

General guides

Wiki-like guides to Penetration Testing

  • https://guide.offsecnewbie.com/

  • https://backdoorshell.gitbooks.io/oscp-useful-links/content/

  • https://github.com/rewardone/OSCPRepo

  • https://sushant747.gitbooks.io/total-oscp-guide/

  • https://411hall.github.io/OSCP-Preparation/

  • https://github.com/nixawk/pentest-wiki

  • https://github.com/AnasFullStack/Penetration-Testing-Study-Notes/blob/master/bookmarks.md

  • https://github.com/pythonmaster41/Go-For-OSCP

Enumeration

  • https://github.com/nixawk/pentest-wiki/tree/master/1.Information-Gathering/Linux

  • https://github.com/DigitalAftermath/EnumerationVisualized/wiki

Privilege Escalation

Escape restricted shell

  • http://securebean.blogspot.com/2014/05/escaping-restricted-shell_3.html

  • https://github.com/cornerpirate/socat-shell

  • https://medium.com/bugbountywriteup/pimp-my-shell-5-ways-to-upgrade-a-netcat-shell-ecd551a180d2

General Privesc:

  • http://pentestmonkey.net/tools/audit/unix-privesc-check

  • https://guif.re/linuxeop

  • https://github.com/rebootuser/LinEnum

  • https://www.rebootuser.com/?p=1623

  • https://github.com/sleventyeleven/linuxprivchecker

  • https://www.slideshare.net/nullthreat/fund-linux-priv-esc-wprotections

  • https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/

  • https://github.com/ngalongc/AutoLocalPrivilegeEscalation

  • https://www.youtube.com/watch?v=dk2wsyFiosg

  • https://github.com/GDSSecurity/Windows-Exploit-Suggester

PreviousToolkitsNextOSCP experience write-ups

Last updated 6 years ago

Was this helpful?

  • Wiki-like guides to Penetration Testing
  • Enumeration
  • Privilege Escalation

Was this helpful?