3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
return of texttable by default More... over 2 years ago
improved html log by implementing html output encoding More... over 2 years ago
removed print More... over 2 years ago
local html reports improved More... over 2 years ago
Merge pull request #575 from OWASP/testing-new More... over 2 years ago
updated web_technologies scan module More... over 2 years ago
improved log More... over 2 years ago
improvise conditioning More... over 2 years ago
Merge pull request #589 from OWASP/securestep9-patch-1 More... over 2 years ago
Update readme.md More... over 2 years ago
Merge pull request #587 from OWASP/dependabot/pip/ipython-8.5.0 More... over 2 years ago
Bump ipython from 7.30.1 to 8.5.0 More... over 2 years ago
Merge pull request #566 from OWASP/dependabot/pip/paramiko-2.11.0 More... over 2 years ago
Bump paramiko from 2.8.1 to 2.11.0 More... over 2 years ago
Merge pull request #583 from OWASP/dependabot/pip/flask-2.2.2 More... over 2 years ago
Bump flask from 2.0.2 to 2.2.2 More... over 2 years ago
waf log edit More... over 2 years ago
updated waf module this module is working well, but still requires improvement in handling logs and terminate the request if we get the desired results, instead of iterating the whole list of request urls. More... over 2 years ago
Merge pull request #576 from OWASP/dependabot/pip/numpy-1.23.1
Ali-Razmjoo
as Ali Razmjoo
More... over 2 years ago
updated subdomain-takeover module More... over 2 years ago
Bump numpy from 1.21.4 to 1.23.1 More... over 2 years ago
fixed logic bug finally More... over 2 years ago
new web technologies scanner module This is also meant for testing purposes, it has false negative More... over 2 years ago
new WAF module with new mentioned functionality meant for testing new functionalities and demonstration only, more WAF responses will be added soon More... over 2 years ago
enhancements in logs in cli More... over 2 years ago
new feature: better approach for storing and showing logs This is meant for report/show output we still require old storing functionality like events and results. This commit also include response_dependent function which similar to temp_dependent function but it does not store in db, mainly meant to use to replace a certain characters in logs. Demonstration in a modules going to be available in later commits. More... over 2 years ago
new feature: iterative_dictionary based response matching functionality This is going to be helpful in new module like waf_scan, web_technologies_scan, subdomain_takeover_vuln. Demonstartion in modules going to available in later commits. More... over 2 years ago
expanding the scope of temp_dependent_events to the response require for new module and also it is good feature to have More... over 2 years ago
changing return type to dict to match same as returning condition_results More... over 2 years ago
fix conditioning bug In module where there is or condition between status and header, and status is been match but not header, then it still don't return success More... over 2 years ago