what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New
Showing 126 - 150 of 1,217 RSS Feed

Shellcode Files

Linux/x86 ASCII AND, SUB, PUSH, POPAD Encoder Shellcode
Posted Jun 27, 2019
Authored by Petr Javorik

Linux/x86 ASCII AND, SUB, PUSH, POPAD encoder shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | 0f59482898b8c68eff13a6977fa8a7526c9180866f8a667284241beca5475c10
Linux/x86_64 Reverse(0.0.0.0:4444/TCP) Shell (/bin/sh) Shellcode
Posted Jun 24, 2019
Authored by Aron Mihaljevic

70 bytes small Linux/x86_64 reverse TCP shell over port 4444 shellcode.

tags | shell, tcp, shellcode
systems | linux
SHA-256 | 5b2cd8d9d58e04666560f366e8f66fd5cb9b9fdfdbab656bc1860b161d6d68ec
Linux/x86_64 execve(/bin/sh) Shellcode
Posted Jun 18, 2019
Authored by Aron Mihaljevic

22 bytes small Linux/x86_64 execve(/bin/sh) shellcode.

tags | shellcode
systems | linux
SHA-256 | 245e7d3bb6ba1aef8a98e975b94ea5bfe7746f37b2d3eefa35db287dfeccd5b2
Linux/x86 Reposition + INC Encoder With execve(/bin/sh) Shellcode
Posted Jun 15, 2019
Authored by Jonathan So

66 bytes small Linux/x86 Reposition + INC encoder with execve(/bin/sh) shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | e80a4bf85e6119d70fae11d28f8d56550cec2e134850fe17f134fd35b79dc636
Linux/x86_64 TCP/4444 Bindshell Shellcode
Posted Jun 10, 2019
Authored by Aron Mihaljevic

104 bytes small Linux/x86_64 shellcode that binds /bin/sh to TCP/4444.

tags | tcp, shellcode
systems | linux
SHA-256 | 743b2254f37ba0555d0cf683ea9b656bb70e58c99d17c089b1d256adef590f9d
Linux/x86_64 TCP/4444 Bindshell Shellcode
Posted Jun 7, 2019
Authored by Aron Mihaljevic

131 bytes small Linux/x86_64 /bin/sh TCP/4444 shellbinding shellcode.

tags | tcp, shellcode
systems | linux
SHA-256 | 36b740d1c0ce96481156628508a90d3d66bde049cebe2c49f57767c055f46f2a
Safari Webkit Proxy Object Type Confusion
Posted Jun 2, 2019
Authored by saelo, Ian Beer, Siguza, niklasb | Site metasploit.com

This Metasploit module exploits a type confusion bug in the Javascript Proxy object in WebKit. The DFG JIT does not take into account that, through the use of a Proxy, it is possible to run arbitrary JS code during the execution of a CreateThis operation. This makes it possible to change the structure of e.g. an argument without causing a bailout, leading to a type confusion (CVE-2018-4233). The type confusion leads to the ability to allocate fake Javascript objects, as well as the ability to find the address in memory of a Javascript object. This allows us to construct a fake JSCell object that can be used to read and write arbitrary memory from Javascript. The module then uses a ROP chain to write the first stage shellcode into executable memory within the Safari process and kick off its execution. The first stage maps the second stage macho (containing CVE-2017-13861) into executable memory, and jumps to its entrypoint. The CVE-2017-13861 async_wake exploit leads to a kernel task port (TFP0) that can read and write arbitrary kernel memory. The processes credential and sandbox structure in the kernel is overwritten and the meterpreter payloads code signature hash is added to the kernels trust cache, allowing Safari to load and execute the (self-signed) meterpreter payload.

tags | exploit, arbitrary, kernel, javascript, shellcode
advisories | CVE-2017-13861, CVE-2018-4233
SHA-256 | ac8550e0b0dd814a249c313353fcb65341e18bb2e59885151b0cffac8172e060
Linux/x64 execve(/bin/sh) Shellcode
Posted May 23, 2019
Authored by Rajvardhan

23 bytes small Linux/x64 execve(/bin/sh) shellcode.

tags | shellcode
systems | linux
SHA-256 | 621ea60c1827c3a3e4c9a87ee5862559a02222e1b83507c091de1e11925d2040
Linux/x86_64 Delete File (test.txt) Shellcode
Posted May 20, 2019
Authored by Aron Mihaljevic

28 bytes small Linux/x86_64 delete file (test.txt) shellcode.

tags | shellcode
systems | linux
SHA-256 | 779af311841151d52195de466425b697fd52d52d4c83f395c8a450bbf56c95e5
Windows 7 / 8 LSASS Process Dump Shellcode
Posted May 12, 2019
Authored by Osanda Malith

Windows 7 and 8 LSASS process dumping shellcode for x86_64.

tags | shellcode
systems | windows
SHA-256 | 41b5bde446f3043a2efedae4355ae03bcae36187bd0a4e190e8e57e8f1deccfd
Windows 10 / Server 2019 LSASS Process Dump Shellcode
Posted May 12, 2019
Authored by Osanda Malith

Windows 10 and Windows Server 2019 LSASS process dumping shellcode for x86_64.

tags | shellcode
systems | windows
SHA-256 | 1777d6af23b3ee7baf94df617caec3220389b8eadd263c5188ed616a60099b85
Linux/x86 /sbin/iptables -F Shellcode
Posted May 11, 2019
Authored by Xavi Beltran

43 bytes small Linux/x86 /sbin/iptables -F shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | 6446bf86d89910de8c55dcd39fd9780b1c1fbb891262e2a8b15260ab46424841
Linux/x86 execve /bin/sh Shellcode
Posted May 8, 2019
Authored by Rajvardhan

20 bytes small Linux/x86 execve /bin/sh shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | 31a2c43fd439c5d7bc541e9c1b71463958758c334d675cd7ab929cc856150d92
Chrome 72.0.3626.119 FileReader Use-After-Free
Posted May 8, 2019
Authored by Clement LECIGNE, timwr, Istvan Kurucsai | Site metasploit.com

This exploit takes advantage of a use after free vulnerability in Google Chrome 72.0.3626.119 running on Windows 7 x86. The FileReader.readAsArrayBuffer function can return multiple references to the same ArrayBuffer object, which can be freed and overwritten with sprayed objects. The dangling ArrayBuffer reference can be used to access the sprayed objects, allowing arbitrary memory access from Javascript. This is used to write and execute shellcode in a WebAssembly object. The shellcode is executed within the Chrome sandbox, so you must explicitly disable the sandbox for the payload to be successful.

tags | exploit, arbitrary, x86, javascript, shellcode
systems | windows
advisories | CVE-2019-5786
SHA-256 | 60039dc761905e4a2ed93286404ec19777dfd73ef434ef8a80431ab28e2ebbc1
Linux/x86 Multiple Keys XOR Encoder / Decoder execve(/bin/sh) Shellcode
Posted May 6, 2019
Authored by Xavi Beltran

59 bytes small Linux/x86 multiple keys XOR encoder / decoder execve(/bin/sh) shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | f535c1389683c122f2cb79a76398628c16ef71ccc62b96cc600d41025a013199
Linux/x86 Shred File Shellcode
Posted May 6, 2019
Authored by strider

72 bytes small Linux/x86 shred file shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | d2c6924adaead208a3b0dc435c7c97695d43eb953acf4b9059c341fc8aa4ec92
Linux/x86 OpenSSL File Encryption Shellcode
Posted May 3, 2019
Authored by strider

185 bytes small Linux/x86 OpenSSL encrypt files with aes256cbc shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | 842ea3d9b6e3a57c98cbfbd303fd9a148692bcc94bb775068c44aa706bd31176
Linux/x86 Reverse Shell Shellcode / Python Wrapper
Posted May 3, 2019
Authored by Dave Sully

91 bytes small Linux/x86 reverse shell shellcode and python wrapper.

tags | shell, x86, shellcode, python
systems | linux
SHA-256 | 3f52529e418f414d105f6075e8a10c26fdb6816068e0780c0c7b2c9eae52579a
Linux/x86 Rabbit Shellcode Crypter
Posted Apr 24, 2019
Authored by Petr Javorik

200 bytes small Linux/x86 rabbit shellcode crypter.

tags | x86, shellcode
systems | linux
SHA-256 | fb37ba82e4027cf10d73e32e412a4e7e6aa23a6579a76d4bce9a870c287d9323
Linux/ARM Password Protected Reverse TCP Shell Shellcode
Posted Apr 23, 2019
Authored by Alan Vivona

100 bytes small Linux/ARM password protected reverse TCP shell shellcode.

tags | shell, tcp, shellcode
systems | linux
SHA-256 | 9bf33e374e12b637159df9dbbfaec579d102f5a7e90543859ae1a4ac76542fc5
Linux/x86 Cat / Encode / POST Shellcode
Posted Apr 15, 2019
Authored by strider

125 bytes small Linux/x86 cat file encode to base64 and post via curl to webserver shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | 2919240ee9666114771f7201d4f70cd1483e03a840365e658c60c14e1af48c2c
Linux/x86 MMX-PUNPCKLBW Encoder Shellcode
Posted Apr 15, 2019
Authored by Petr Javorik

61 bytes small Linux/x86 MMX-PUNPCKLBW encoder shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | 1c90863f3df70f5b09f6aded2f996bf748aa46d19feb3aba4e7bbd6ec5224d33
Linux/x86 Add User To Passwd File Shellcode
Posted Apr 12, 2019
Authored by strider

149 bytes small Linux/x86 add user to passwd file shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | bf73d95b4a5baef9f67e3f2b18778db4bfc0f6b65967c221db6809a94407bca0
Linux/x64 XANAX Encoder Shellcode
Posted Apr 9, 2019
Authored by Alan Vivona

127 bytes small Linux/x64 XANAX encoder shellcode.

tags | shellcode
systems | linux
SHA-256 | 9f23f6e3842e251c5480ef6fcd3373cbf1534420a98a494f720df46fe909daa8
Linux/x64 XANAX Decoder Shellcode
Posted Apr 9, 2019
Authored by Alan Vivona

127 bytes small Linux/x64 XANAX decoder shellcode.

tags | shellcode
systems | linux
SHA-256 | 2da54d68bfad2847741fd72a34f91ee099933638f6b6361530601dd9b2b2b96b
Page 6 of 49
Back45678Next

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close