tools icon indicating copy to clipboard operation
tools copied to clipboard

Python code & Bad metasploit connect.

Open AnonymousRonin opened this issue 2 years ago • 0 comments

Below are just a a couple samples but it's pretty much throughout. Pycharm works pretty good for cleaning that up. Also, the https://localhost:3790 that it says to navigate to in the browser doesn't work. Tried firefox, chromium, librewolf and TOR....got nothing. Not sure what that does because it downloaded everything, however I doubt the pro version is active but I'll try.

host@skynet:~/tools/scanner/conscan/release$ python3 conscan.py File "/home/*****/tools/scanner/conscan/release/conscan.py", line 19 except Exception, error: ^^^^^^^^^^^^^^^^

File "/home/*****/tools/scanner/conscan/release/modules/client.py", line 19 return data TabError: inconsistent use of tabs and spaces in indentation

File "/home/*****/tools/exploit/ap-unlock/release/ap-unlock-v1337.py", line 109 print "-> n0 w3bs3rv3r 0n %s" % (args.h) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

AnonymousRonin avatar Nov 21 '23 14:11 AnonymousRonin