cariddi
cariddi copied to clipboard
Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more
**Describe the bug** If you provide url with port (not every web app stay on 80 and 443 port =) ) - cariddi cant parse it like as ``` echo...
When `ctrl-c` pressed, give the user a menu with some options
- insert regex for 'general' error (java, sql, python, test pages) in `scanner/secrets.go`
https://stackoverflow.com/questions/33963467/parse-http-requests-and-responses-from-text-file-in-go
A few useful features would be nice for storing raw responses (`-sr`): - [ ] #129 - [ ] #130 **Rationale:** A custom directory is nice to have when you...
See https://github.com/edoardottt/cariddi/issues/128
See https://github.com/edoardottt/cariddi/issues/128
see https://github.com/edoardottt/cariddi/issues/103#issuecomment-1475184192
It seems that proxies are not honored, by looking at Wireshark traffic I see some requests not going through any proxy. I think this is related to https://github.com/gocolly/colly/issues/392 We probably...