sshame icon indicating copy to clipboard operation
sshame copied to clipboard

Making scapy check optional

Open realalexandergeorgiev opened this issue 1 year ago • 4 comments

Hey, its a really cool tool! I really love the speed and interface!!

I had issues running it via SOCKS proxy. I believe its due to scapy using raw sockets/interfaces. I didnt want to dig too deep into it, as its only used to verify ports open. I think it would great to have the option to disable port checks and expect them to be open.

KR

PS: i forked it and made my workaround public

realalexandergeorgiev avatar Mar 24 '23 09:03 realalexandergeorgiev

Feel free even to submit a PR

HynekPetrak avatar Mar 30 '23 05:03 HynekPetrak

i dont know how the interface you use works (and i am a really bad coder). here is the code i used to disable the checks:

https://github.com/HynekPetrak/sshame/compare/master...realalexandergeorgiev:sshame:master

realalexandergeorgiev avatar Mar 30 '23 08:03 realalexandergeorgiev

I thought it would be cooler to be able to compile into static files, is there a way to compile into separate binaries, using Pyinstaller a bunch of errors are driving me crazy

hosolom avatar Apr 05 '23 18:04 hosolom

@realalexandergeorgiev added the feature via 1b80de96e007b590ac882260a67122477609aa31. By default scapy will be disabled, you may enable with -s (not tested yet). There is still some issues in run_cmd, so I'm not going to make a new release yet.

HynekPetrak avatar Apr 17 '23 12:04 HynekPetrak