Change csv headers

This commit is contained in:
Yûki VACHOT 2022-05-22 06:56:20 +02:00
parent 24e93c585d
commit a22dae0eef
2 changed files with 6 additions and 2 deletions

View file

@ -1 +1,5 @@
WEB FIND API END POINTS
Wordlists can be found here : https://wordlists.assetnote.io/
CSV file output will be with this headers : base_url;word_tested;url;status_code;response_json;response_content

View file

@ -17,7 +17,7 @@ from aiohttp import ClientSession
# --output {url}-tested.csv
# output.csv
# base_url;word_tested;url;status_code;response
# base_url;word_tested;url;status_code;response_json;response_content
def main():