20 Commits

Author SHA1 Message Date
Mzack9999 78bf9c393a restoring original logic + limiting read to 512Mb + lint 2025-12-24 15:00:10 +04:00
Sandeep Singh d11472205c feat: update -ldp option to show default ports in CLI output (#2331)
feat: update -ldp option to show default ports in CLI output

- Modified URL formatting in runner.go to respect LeaveDefaultPorts option
- Fixed AddURLDefaultPort function to actually add default ports (80/443)
- When -ldp is used, CLI output now shows https://example.com:443 instead of https://example.com
- Maintains backward compatibility - default behavior unchanged

Fixes CLI output inconsistency where -ldp flag only affected Host headers
but not the displayed URL in console output.
2025-12-06 22:52:16 +05:30
Ramana Reddy 1af4647336 fix missing favicon hash for targets (#1848)
* fix missing favicon hash for targets

* improve base64 favicon check
2024-08-10 00:24:33 +05:30
Dogan Can Bakir 7ed4cd19ae add md5 hash support for favicon (#1799) 2024-07-10 18:43:14 +05:30
Tarun Koyalwar 3a93d2d1e8 bump url utils to v0.0.7 2023-02-07 20:15:23 +05:30
Mzack9999 db1bc2ebba Reworking favicon hash calculation (#906)
* Reworking favicon hash calculation

* removing debug code

* bumping go to 1.19

* removing automatic follow redirect

* more edge cases

* added favicon path info
2023-01-06 18:28:08 +05:30
Tarun Koyalwar 20a9a930c2 adds base64 encoding support (#813) (#885)
* adds base64 encoding support (#813)

* rename b64 to base64
2022-11-24 21:50:37 +05:30
vrenzolaverace 686a2cced8 Update helpers libraries #850 (#851)
Use utils helpers libraries (#850)
2022-11-07 01:52:47 +05:30
Mzack9999 bee964315c Add support for favicon hash (#476)
* Add support for favicon hash

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2022-01-07 17:28:07 +05:30
mzack 57c1244a16 Fixing input URLs handling with non-rfc paths 2021-08-22 19:26:28 +02:00
Mzack9999 13ea138134 misc 2021-05-26 21:18:39 +02:00
Mzack9999 24f3992c7a using helper library 2021-05-24 13:15:24 +02:00
becivells c1ee06a6d8 Add default port for URL to solve automatic use of HTTPS in function string.TrimProtocol 2021-05-14 15:04:49 +08:00
Víctor Zamanillo 938d59e1bd Fixed golint issues 2020-09-25 19:22:10 +02:00
Víctor Zamanillo aa5a635dc0 Fixed stylecheck issues 2020-09-25 19:14:19 +02:00
Víctor Zamanillo c1df31cb49 Fixed gocritic issues 2020-09-25 18:39:35 +02:00
Víctor Zamanillo bdc394abea Fixed govet issues 2020-09-25 17:54:10 +02:00
Mzack9999 38d25bbb8b fix and improve method CLI option 2020-09-01 00:18:36 +02:00
Mzack9999 fed8df5f56 adding output filters and matchers 2020-07-31 00:48:19 +02:00
bauthard e974bb52e5 Initial commit 2020-05-29 09:37:55 +00:00