krabelize / icmpdoor

ICMP Reverse Shell written in Python 3 and with Scapy (backdoor/rev shell)
BSD 3-Clause "New" or "Revised" License
310 stars 68 forks source link

Shell commands with icmpdoor #7

Closed FrankyDole closed 1 year ago

FrankyDole commented 1 year ago

I want to get rid of this shell with basics commands and use something better. The VM targetted is Windows 10. What should I use?

image

krabelize commented 1 year ago

Please clarify what the exact issue is and define "something better". Please use a TCP reverse shell instead for a more stable and verbose connection.

FrankyDole commented 1 year ago

Sorry.

I mean, the shell left me with some pretty basics command. Right? How to change the shell? I have used "python -c 'import pty; pty.spawn("/bin/bash")' " in the past but this doesn't work with icmpdoor. Does https://github.com/ptunnel-win/ptunnel?search=1 would help me?

I need to do it with icmpdoor*

FrankyDole commented 1 year ago

Hey sorry I didn't saw all the commands available with HELP. I figured it out in the end.