some bugfixes

This commit is contained in:
2021-07-17 17:44:21 +02:00
parent efc3b655a8
commit a9ac92e3a7
4 changed files with 11 additions and 2 deletions

View File

@@ -201,6 +201,7 @@ if __name__ == "__main__":
print("Reverse Shell URL: http://%s/shell.sh" % ipAddress)
elif sys.argv[1] == "dump":
fileServer.dumpRequest("/exfiltrate")
fileServer.dumpRequest("/")
print("Exfiltrate data using: http://%s/exfiltrate" % ipAddress)
elif sys.argv[1] == "proxy":
url = "https://google.com" if len(sys.argv) < 3 else sys.argv[2]