rev shell fixes

This commit is contained in:
2023-10-05 15:43:20 +02:00
parent 1cded84850
commit 47f5da3983
3 changed files with 45 additions and 14 deletions

View File

@@ -71,6 +71,9 @@ if __name__ == "__main__":
variables = "\n".join(f"{k} = {v}" for k, v in variables.items())
header = f"""#!/usr/bin/env python
# THE BASE OF THIS FILE WAS AUTOMATICALLY GENERATED BY template.py, for more information, visit
# https://git.romanh.de/Roman/HackingScripts
import os
import re
import sys