We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
diff --git a/nessus_report_downloader.py b/nessus_report_downloader.py index 26fddca..2158234 100755 --- a/nessus_report_downloader.py +++ b/nessus_report_downloader.py @@ -227,7 +227,7 @@ def downloadNessusReport(base_url, token, scan_id_list, json_user_data): resp2 = sendGetRequest(url, headers=token_header) # If nessus report is ready for download, then write the response in external file - url= base_url + "/scans/exports/{0}/download".format(str(file_token["token"])) + url= base_url + "/tokens/{0}/download".format(str(file_token["token"])) if json.loads(resp2.text)["status"] == "ready": printMessage("Download link is available now", 1) resp3 = sendGetRequest(url,headers=token_header)
Thought I'd share :)
The text was updated successfully, but these errors were encountered:
Changed to Python3
dc0d9a1
Changed to Python3 Integrated patch from novaksam 0xn1k5#1
Merge pull request #1 from atluxity/patch-1
cb816a7
gitmopp changed to Python3 gitmopp integrated patch from novaksam 0xn1k5#1 atluxity merging to master branch
The script has been updated, Thanks!
Sorry, something went wrong.
No branches or pull requests
Thought I'd share :)
The text was updated successfully, but these errors were encountered: