You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please change the code to save the output of Injectx?
Something like this:
os.system('for a in cat ' + save_dir + domain + "_" + port + '-dynamic-unique.txt; do python3 /usr/bin/injectx.py -u $a | tee save_dir + domain + "_" + port + "-injectx.txt"; done;')
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, how are you doing?
Could you please change the code to save the output of Injectx?
Something like this:
os.system('for a in
cat ' + save_dir + domain + "_" + port + '-dynamic-unique.txt
; do python3 /usr/bin/injectx.py -u $a | tee save_dir + domain + "_" + port + "-injectx.txt"; done;')Thanks.
The text was updated successfully, but these errors were encountered: