This website requires JavaScript.
Explore
Help
Sign In
adam
/
metasploit-gs
Watch
1
Star
0
Fork
0
You've already forked metasploit-gs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6fae148f9d5bf60c12eef8d797d05db3d551d9eb
metasploit-gs
/
external
/
source
/
shellcode
/
windows
/
x86
/
src
/
block
T
History
James Lee
e3eef76372
Land
#1223
...
This adds rc4-encrypting stagers for Windows. [
Closes
#1223
]
2013-04-10 12:14:52 -05:00
..
block_api.asm
Overhaul of the metasploit payloads from Stephen Fewer - smaller/cleaner/new hashing/support for WinNT 4.0 -> Win7 with size reductions for the stagers and minimal size increases for the singles
2009-07-31 17:50:10 +00:00
block_bind_tcp.asm
shave a few bytes off of the windows stagers
2009-09-14 08:45:01 +00:00
block_exitfunk.asm
Overhaul of the metasploit payloads from Stephen Fewer - smaller/cleaner/new hashing/support for WinNT 4.0 -> Win7 with size reductions for the stagers and minimal size increases for the singles
2009-07-31 17:50:10 +00:00
block_rc4.asm
Whitespace
2013-04-10 09:28:45 -05:00
block_recv_rc4.asm
Add shellcode for RC4 bind and reverse stagers
2012-12-31 22:33:29 +01:00
block_recv.asm
Merge in a rewritten windows x86 reverse_ipv6_tcp stager (The previous one seems hosed since r6744 due to new host/port offsets[1] but the shellcode blob remained the same after modification[2]) - This new one uses the block_api_call technique, is 37 bytes smaller and can handle arbitrary size stages.
2011-05-08 01:44:08 +00:00
block_reverse_http.asm
Allow HTTP stager to work with authenticated proxies
2013-02-24 17:33:00 -05:00
block_reverse_https_proxy.asm
Squashed commit of the following:
2012-04-16 12:57:03 -06:00
block_reverse_https.asm
Squashed commit of the following:
2012-04-16 12:57:03 -06:00
block_reverse_ipv6_tcp.asm
Merge in a rewritten windows x86 reverse_ipv6_tcp stager (The previous one seems hosed since r6744 due to new host/port offsets[1] but the shellcode blob remained the same after modification[2]) - This new one uses the block_api_call technique, is 37 bytes smaller and can handle arbitrary size stages.
2011-05-08 01:44:08 +00:00
block_reverse_tcp_allports.asm
I will not commit when sleep deprived. I will not commit when sleep deprived. I will not commit...
2009-09-25 06:40:42 +00:00
block_reverse_tcp_dns.asm
Bug fixes for better windows OS compatibility
2010-04-03 14:57:51 +00:00
block_reverse_tcp.asm
Fixes
#342
. Set ReverseConnectRetries to a value between 1 and 255 (default is 5). On failure it will ExitProcess (still better than a cpu spin)
2009-10-20 20:31:14 +00:00
block_shell.asm
Overhaul of the metasploit payloads from Stephen Fewer - smaller/cleaner/new hashing/support for WinNT 4.0 -> Win7 with size reductions for the stagers and minimal size increases for the singles
2009-07-31 17:50:10 +00:00