Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a remote wordlist updater (rebase) #1005

Merged
Prev Previous commit
Next Next commit
Reformatted file
  • Loading branch information
molangning committed Apr 6, 2024
commit 7da40d62e66b356fa40395b1068e69f5e882a192
4 changes: 1 addition & 3 deletions .bin/trickest-patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
shutil.copytree(path,OUTPUT_ROBOTS,dirs_exist_ok=True)

print("[+] Copied all the files")

for i in [OUTPUT_ROBOTS,OUTPUT_TECHNOLOGIES]:
for root,_,file_list in os.walk(i):
for file in file_list:
Expand All @@ -64,6 +65,3 @@

if len(contents)!=len(patch_content):
open(path,"wb").write(b"\n".join(patch_content))