Adding my scripts and writeups to the folder

This commit is contained in:
HTB
2021-03-09 20:28:34 -06:00
parent cf301732f1
commit a672261fd9
8 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
First script using subprocess instead of os to do system level commands. Was happy with how simple it was.
The script brute forces each permutation of command arguments for when a specific order is needed but unkown
Given example was fragments of a binary that I simply brute forced each permutation as arguments to cat and then attempted to run each output