Update sunami.py
parent
2c0c1cd955
commit
b2d5b4122e
|
@ -57,7 +57,7 @@ if args.command == "genshell":
|
|||
conn.send(cmd.encode("utf-8"))
|
||||
time.sleep(1)
|
||||
sys.stdout.write("\033[A" + data.split("\n")[-1])
|
||||
elif args.shell == "rev":
|
||||
elif args.shelltype == "rev":
|
||||
print(f"on your machine run the following:\n\tnc -lnvp {args.port}")
|
||||
else:
|
||||
print(f"on your machine run the following:\n\tnc {args.ip} {args.port}")
|
||||
|
|
Loading…
Reference in New Issue