Change csv headers
This commit is contained in:
parent
24e93c585d
commit
a22dae0eef
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue