1.9.0 - #64
Merged
Merged
Conversation
…t and request handling
… security analysis
…JavaScript bundles
…e from sourceMappingURL/.map files
…and payload injection
…s matching dork queries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.9.0
Run page
exploit,dump_all) now render as toggle switches instead of free-text true/false fields.Payload workbench
HTTP framework
http_spidernow runs on thecommonhuman-corecrawler — threaded discovery, richer form parsing (select/hidden/required-field handling), and correct handling of redirects and off-origin filtering.http_authenticatetool — logs the shared session into a target via form login, OAuth2 client-credentials, or Basic/Digest/NTLM, so subsequenthttp_request/http_spider/http_intrudercalls run authenticated.js_api_discovertool — extracts REST/JSON API endpoints straight out of a SPA's JavaScript bundles (React/Vue/Angular), catchingfetch/axioscalls a plain crawl never sees.source_map_recovertool — recovers original pre-minified JS/TS source viasourceMappingURL/.mapfiles, for real source instead of minified bundles when reviewing DOM-XSS sinks.ws_discover/ws_injecttools — find WebSocket endpoints referenced in a page's HTML/JS, then send payloads over them and check responses for reflection (chat, real-time features).API scanning
api_schema_analyzernow parses OpenAPI/Swagger specs (JSON or YAML, v2 or v3,$ref-resolving) viacommonhuman-coreinstead of a bare JSON fetch — every endpoint comes back with a real, scannable URL (path params filled, base URL resolved) ready to hand to breachsql/phaseaccess.openapi_discovertool — probes a target's common paths (/openapi.json, Swagger UI, ReDoc, ...) to locate its spec automatically.Recon
dork_searchtool — queries DuckDuckGo/Bing/Yahoo for URLs matching a dork query (e.g.site:target.com inurl:search), returning only parameter-bearing candidates. No API keys required.Hardening