Commit Graph

160 Commits

Author SHA1 Message Date
mzack 1b89056d8a Adding max recursion level for self-dos on recursive load function 2021-10-16 14:37:54 +02:00
z0ne 9b53795521 Fixing follow-host-redirects option when customizing the host request header 2021-10-15 15:31:08 +08:00
Sandeep Singh abb8d7d5a6 Merge pull request #404 from sullo/dev
Typo fixes
2021-09-21 00:27:02 +05:30
sullo 306aa2515b Typo fixes 2021-09-20 13:05:39 -04:00
sullo ad559f308e logger error message updates:
- missing word in runner.go file errors
- various consistency cleanup.
2021-09-14 13:06:35 -04:00
Sandeep Singh 9ff0732c99 Merge pull request #389 from projectdiscovery/388-bugfix-content-length
Fixing content-length calculation
2021-09-06 15:58:02 +05:30
mzack fc77c54395 Fixing content-length calculation 2021-09-03 15:50:17 +02:00
mzack 0bebb4aec3 Disabling automatic UA if user defines one 2021-08-30 17:13:22 +02:00
Sandeep Singh 2fa91f9e12 Merge pull request #375 from projectdiscovery/373-bugfix-non-rfc-urls
Fixing input URLs handling with non-rfc paths
2021-08-24 22:37:58 +05:30
mzack 6804cda5e4 using new line as split token for data from file 2021-08-23 01:22:56 +02:00
mzack 7a59d6702b Improving cli parsing for Allow/Deny option 2021-08-22 21:07:23 +02:00
mzack 57c1244a16 Fixing input URLs handling with non-rfc paths 2021-08-22 19:26:28 +02:00
mzack b07da83b5e Adding cli options dedupe for ports 2021-08-17 14:42:14 +02:00
mzack 06bb53bbc8 Merge branch 'dev' into 354-bugfix-custom-ports-with-scheme 2021-08-17 14:37:10 +02:00
Mzack9999 4ca01fe686 Merge pull request #369 from projectdiscovery/348-bugfix-content-length-head
Improving case behavior with methods CLI option
2021-08-17 00:29:11 +02:00
mzack 1e2e2d54e9 Handling edge case with head method and unresponsive server 2021-08-16 19:10:12 +02:00
mzack 5919040a93 Fixing inconsistent behavior for custom ports with schemes 2021-08-16 15:53:28 +02:00
mzack 89f77e50d2 Adding support for maximum redirects number 2021-08-16 14:25:30 +02:00
mzack ae0c4501de Improving rawhttp timeout handling 2021-08-14 20:19:53 +02:00
Mzack9999 949dab612e Merge pull request #338 from projectdiscovery/issue-328-exclude-cdn
[Feature] Adding support to scan only ports 80/443 if the ip is part of CDN range
2021-08-07 14:13:09 +02:00
mzack 13fa589288 manual merging dev 2021-08-07 13:46:20 +02:00
Mzack9999 129a78f82c Merge branch 'dev' into maintenance-tls-code-as-shared-lib 2021-08-07 12:49:58 +02:00
mzack db8b72956e Improving response max size cli options 2021-08-07 08:39:23 +02:00
LuitelSamikshya de623bf9b5 issue-325-max-response-body-size 2021-08-06 15:26:35 -05:00
mzack 2b0913b131 Moving tls parsing code to shared library (used also by fastdialer) 2021-08-06 07:48:55 +02:00
mzack 03ae3d8e64 some changes 2021-08-03 23:51:46 +02:00
Mzack9999 9aece50ddd [Edge Case] Fixing gzip header server misconfiguration 2021-06-16 22:20:54 +02:00
Mzack9999 13ea138134 misc 2021-05-26 21:18:39 +02:00
mzack f623a21564 removing deprecated golint directive 2021-05-25 16:23:32 +02:00
Mzack9999 24f3992c7a using helper library 2021-05-24 13:15:24 +02:00
Ice3man 51da009d09 Merge pull request #272 from projectdiscovery/cert-parsing
Improving certificate parsing
2021-05-23 02:03:08 +05:30
Ice3man543 934e104015 Removed some unnecessary data from json 2021-05-23 02:02:02 +05:30
Ice3man 08955fdd13 Merge pull request #273 from Becivells/defaultPort
Add default port for URL to solve automatic use of HTTP
2021-05-23 01:55:15 +05:30
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
Mzack9999 7f0c2d7002 adding comment 2021-05-08 20:40:55 +02:00
Mzack9999 d18cfcc1ae adding final url support 2021-05-08 20:38:06 +02:00
Mzack9999 e4ce2c0c20 fixing lint errors 2021-05-06 13:44:02 +02:00
Mzack9999 e0f7a96df2 misc
- Exposing chain as structured slice
- Adding include-chain to output it in the final json
- Auto-pruning chain field if there is no redirect
2021-05-06 13:41:35 +02:00
mzack 62c32ca577 Merge branch 'dev' into feature-redirect-chain 2021-05-06 11:20:02 +02:00
Sandeep Singh a3042c1e28 Merge branch 'dev' into maintenance-shared-libraries 2021-05-06 00:17:55 +05:30
Mzack9999 2777f45100 Merge branch 'dev' into feature-redirect-chain 2021-05-04 15:54:36 +02:00
Mzack9999 e5e55b92b4 Merge branch 'dev' into feature-input-glob 2021-05-04 15:52:14 +02:00
Mzack9999 a22fdfb319 Merge branch 'dev' into maintenance-shared-libraries 2021-05-04 15:49:31 +02:00
sandeep 046db4ea5f Revert "improving certificate parsing"
This reverts commit 4eafde9f89.
2021-04-30 16:35:10 +05:30
Mzack9999 d7fb3384fe improving certificate parsing
https://github.com/projectdiscovery/httpx/issues/221
2021-04-30 16:31:37 +05:30
Sandeep Singh 8d8fc43ec6 Merge branch 'dev' into added-whitelist-blacklist 2021-04-30 16:27:49 +05:30
Sandeep Singh 8ca18cba06 Merge branch 'dev' into feature-redirect-chain 2021-04-30 16:12:31 +05:30
Mzack9999 bd659bd670 using shared library 2021-04-30 10:07:56 +02:00
Mzack9999 bb3a6bf7dd replacing iputil with shared library 2021-04-30 09:56:18 +02:00
Mzack9999 0c78db6218 Merge branch 'dev' into added-whitelist-blacklist 2021-04-29 17:51:32 +02:00