784 links
  • Shared Bookmarks
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 38 / 40
Newer►
  • thumbnail
    GitHub - fmonjalet/hexlighter: A hex/binary black box analysis tool
    February 10, 2019 at 11:10:36 PM UTC - permalink -
    QRCode
    - https://github.com/fmonjalet/hexlighter
    scada blackbox hacking reverse reversing comparing ics plc hex hexa hexlighter
  • thumbnail
    Aki Helin / radamsa · GitLab
    February 10, 2019 at 11:06:36 PM UTC - permalink -
    QRCode
    - https://gitlab.com/akihe/radamsa
    radamsa fuzzer fuzz hacking pentest
  • thumbnail
    A guide to HTTP security headers for better web browser security | Detectify Blog
    February 10, 2019 at 9:04:31 PM UTC - permalink -
    QRCode
    - https://blog.detectify.com/2019/02/05/guide-http-security-headers-for-better-web-browser-security/
    http header web hacking
  • thumbnail
    Opt out of global data surveillance programs like PRISM, XKeyscore, and Tempora - PRISM Break - PRISM Break
    February 8, 2019 at 10:48:07 PM UTC - permalink -
    QRCode
    - https://prism-break.org/en/
    gamaf google optout hacking freedom privacy prism surveillance
  • thumbnail
    Honey Feeds – Marco Ramilli Web Corner
    February 8, 2019 at 10:24:17 PM UTC - permalink -
    QRCode
    - https://marcoramilli.com/honey-feeds/
    honeypot honeypots blacklist hacking infra perso tools
  • thumbnail
    bettercap 2.x:

    And also https://www.evilsocket.net/2018/02/27/All-hail-bettercap-2-0-one-tool-to-rule-them-all/

    February 8, 2019 at 6:17:38 PM UTC - permalink -
    QRCode
    - https://miloserdov.org/?p=1112&PageSpeed=noscript
    bettercap dns http https spoofing arp hacking pentest mitm caplet
  • thumbnail
    Netstat Commands - Network Administration Tutorial - HackerSploit

    netstat -c –Continuous output
    netstat -r –Displays routing table
    netstat -ie –Network Interfaces
    Displaying all Connections
    netstat -a
    Displaying all TCP
    netstat -at
    Displaying all UDP
    netstat -au
    Displaying all listening TCP Ports
    netstat -lt
    Displaying all listening UDP Ports
    netstat -lu
    Process Identification
    netstat -p
    netstat -atp –Shows service name
    Displaying only listening TCP connections
    netstat -tnl
    Displaying only listening UDP connections
    netstat -unl
    Combination: netstat -nlpt –Shows process name and PID
    Displaying a particular port
    netstat -anp | grep:443

    February 8, 2019 at 11:12:17 AM UTC - permalink -
    QRCode
    - https://hsploit.com/netstat-tutorial/
    netstat hacking tcp udp commands command
  • thumbnail
    GitHub - hslatman/awesome-industrial-control-system-security: A curated list of resources related to Industrial Control System (ICS) security.
    February 6, 2019 at 9:51:12 PM UTC - permalink -
    QRCode
    - https://github.com/hslatman/awesome-industrial-control-system-security
    tools awesome scada ics hacking pentest
  • A Virgil's Guide to Pentest: Escalation Time
    February 6, 2019 at 10:44:33 AM UTC * - permalink -
    QRCode
    - https://virgil-cj.blogspot.com/2018/02/escalation-time.html
    privesc windows hacking pentest
  • thumbnail
    How to evade Web Application Firewall and IPS using NMAP | Fzuckerman©
    February 5, 2019 at 2:50:50 PM UTC - permalink -
    QRCode
    - https://fzuckerman.wordpress.com/2016/10/03/how-to-evade-web-application-firewall-and-ips-using-nmap/
    nmap evasion ids ips waf hacking pentest
  • 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
  • thumbnail
    Fuck Off As A Service (FOAAS)
    February 5, 2019 at 1:46:11 AM UTC - permalink -
    QRCode
    - https://www.foaas.com/
    api rest funny troll lol fuck off as a service foaas
  • thumbnail
    Operational Signal – Just another infosec blog type of thing
    1. Grab a virtual phone number. (using Tor and bitcoins)
    2. Creating a signal account with signal-cli
    3. Setting up Signal for Desktop
    January 31, 2019 at 4:19:45 PM UTC - permalink -
    QRCode
    - https://blog.0day.rocks/operational-signal-d41d2c457d8d
    signal tor x0rz pseudonymisation anonymisation howto tutoriel tools hacking stealth
  • thumbnail
    Tunneling Through a SOCKS Proxy - Pentest Geek
    1. Create a SSH dynamic port forwarding (SOCKS)
      $ ssh victim@target -D <port>
    2. Tell Burp to use the SOCKS proxy in the proxy option configuration
    3. Configure FF to use Burp as a proxy
    January 30, 2019 at 5:16:02 PM UTC - permalink -
    QRCode
    - https://www.pentestgeek.com/lessons/sample-video-tunneling-through-socks-proxy
    tunneling pivoting socks proxy burp ssh proxychains firefox
  • thumbnail
    Whonix

    1) Make a hidden encrypted volume with Truecrypt 7.1a [0]
    2) Inside the encrypted volume install Whonix [1]
    3) (Optional) While just having everything go over Tor thanks to Whonix is
    probably sufficient, it's better to not use an internet connection connected
    to your name or address. A cantenna, aircrack, and reaver can come in handy

    https://pastebin.com/raw/cRYvK4jb
    here.

    January 30, 2019 at 3:27:12 PM UTC - permalink -
    QRCode
    - https://www.whonix.org/
    whonix os anon privacy tor linux
  • thumbnail
    Microsoft PowerPoint - BH_EU_05_Long.ppt - Google.Hacking.Filters.pdf
    January 28, 2019 at 4:23:42 PM UTC - permalink -
    QRCode
    - http://www.mrjoeyjohnson.com/Google.Hacking.Filters.pdf
    resources googke dork hacking osint
  • thumbnail
    NodeJs and NPM security
    January 28, 2019 at 11:33:47 AM UTC - permalink -
    QRCode
    - https://www.icloud.com/keynote/0HajbmYF-6AThnFln9_lQC30A#nodejs%5Fsecurity%5Fappsec%5Fcali%5F2019
    nodejs npm hacking pentest howto tools tuto ppt
  • thumbnail
    How I abused 2FA to maintain persistence after a password change (Google, Microsoft, Instagram…
    January 27, 2019 at 3:23:05 PM UTC - permalink -
    QRCode
    - https://medium.com/@lukeberner/how-i-abused-2fa-to-maintain-persistence-after-a-password-change-google-microsoft-instagram-7e3f455b71a1
    hacking mfa 2fa gamaf bypass
  • thumbnail
    Interactive Beginner's Guide to ROP -- Vetle's HackShack
    January 27, 2019 at 3:22:21 PM UTC - permalink -
    QRCode
    - https://bordplate.no/blog/en/post/interactive-rop-tutorial/
    rop htb hacking exploit development reverse engineering re
  • thumbnail
    KNOXSS – Online XSS PoC Tool
    January 27, 2019 at 1:45:50 PM UTC - permalink -
    QRCode
    - https://knoxss.me/
    xss bugbounty bb knoxss tool hacking
Links per page: 20 50 100
◄Older
page 38 / 40
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation