Commit Graph

648 Commits

Author SHA1 Message Date
Mzack9999 d0b2b0cf68 Merge pull request #403 from projectdiscovery/#issue400-bug-in-sending-post-request
Fixing POST requests with body
2021-09-24 20:56:21 +02:00
LuitelSamikshya a39845bd39 Added regression test for POST request with body 2021-09-23 13:09:47 -05:00
LuitelSamikshya f1c3474327 remove bodybytes 2021-09-20 22:44:16 -05: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
LuitelSamikshya 28fda6fa06 changes to adrress failed test cases 2021-09-17 22:55:43 -05:00
LuitelSamikshya 7d4273befd bug-fix while sending post request 2021-09-16 16:13:37 -05:00
LuitelSamikshya 2cffea4883 bug in sending post request fix 2021-09-15 17:40:03 -05:00
Sandeep Singh 22dc2f5e19 Merge pull request #397 from wux1an/master
Support output in CSV format
2021-09-15 00:52:25 +05:30
sullo c757a4e0de Merge pull request #401 from sullo/logger-messages
logger error message updates
2021-09-14 15:14:33 -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
wux1an 8e5f500b06 fix: fix golangci-lint error: S1007: should use raw string (...) with regexp.Compile to avoid having to escape twice (gosimple) 2021-09-14 19:08:30 +08:00
Sandeep Singh 21fa38f079 Merge pull request #399 from projectdiscovery/issue-394-status-code-issue-with-unsafe-flag
status-code with unsafe flag fix
2021-09-14 14:26:43 +05:30
LuitelSamikshya 997c435ee8 status-code with unsafe flag fix 2021-09-13 14:12:25 -05:00
Sandeep Singh 00be603380 Merge pull request #398 from projectdiscovery/dependabot/docker/dev/golang-1.17.1-alpine
chore(deps): bump golang from 1.17.0-alpine to 1.17.1-alpine
2021-09-13 22:25:51 +05:30
wux1an 5f6d17c6be feat: Defense against csv injection 2021-09-13 22:57:17 +08:00
dependabot[bot] 9a0dee9f08 chore(deps): bump golang from 1.17.0-alpine to 1.17.1-alpine
Bumps golang from 1.17.0-alpine to 1.17.1-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 10:04:33 +00:00
Sandeep Singh 6f50be24f0 Merge pull request #396 from chenrui333/go-1.17
build: bump to go 1.17 and update docker image
2021-09-13 14:28:37 +05:30
wux1an 82efbb8e6b feat: Escape ',' in CSV headers 2021-09-10 19:49:13 +08:00
wux1an 57b1ec1cc1 doc: Update "httpx help menu" in README.md 2021-09-09 18:59:08 +08:00
wux1an 5c10ddf8c2 feat: Support output in CSV format 2021-09-09 18:55:31 +08:00
Rui Chen 3ca698a571 docker: use tagged image rather than latest
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-09-09 00:43:16 -04:00
Rui Chen d328ab7d56 build: update go.mod and pull in indirect dependencies 2021-09-09 00:42:14 -04:00
Rui Chen ca6eed1f47 build: bump to go 1.17 2021-09-09 00:41:24 -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
Sandeep Singh b08ab15359 Merge pull request #386 from projectdiscovery/382-bugfix-custom-ua
Disabling automatic UA if user defines one
2021-09-06 15:49:53 +05:30
Sandeep Singh 10c0050bed Merge pull request #392 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/wappalyzergo-0.0.13
chore(deps): bump github.com/projectdiscovery/wappalyzergo from 0.0.12 to 0.0.13
2021-09-06 15:40:55 +05:30
dependabot[bot] 3788cf0478 chore(deps): bump github.com/projectdiscovery/wappalyzergo
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.12...v0.0.13)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/wappalyzergo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 10:08:16 +00:00
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
Mzack9999 d350217bce Merge pull request #383 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/wappalyzergo-0.0.12
chore(deps): bump github.com/projectdiscovery/wappalyzergo from 0.0.11 to 0.0.12
2021-08-30 15:37:39 +02:00
dependabot[bot] 9b5fef380f chore(deps): bump github.com/projectdiscovery/wappalyzergo
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.11 to 0.0.12.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.11...v0.0.12)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/wappalyzergo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 10:08:42 +00:00
Sandeep Singh b71c3a7a3e Merge pull request #370 from projectdiscovery/dev
v1.1.2 Release preparation
v1.1.2
2021-08-26 20:43:20 +05:30
sandeep 9a9b43d94c misc updates 2021-08-26 20:04:41 +05:30
Sandeep Singh 14c08bed94 Merge pull request #379 from projectdiscovery/278-feature-integration-and-regression-tests
Adding integration/regression tests
2021-08-24 22:39:07 +05:30
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
Mzack9999 c04f5d2daa Merge branch 'dev' into 278-feature-integration-and-regression-tests 2021-08-24 17:45:44 +02:00
Sandeep Singh 24da5ce2c8 Merge pull request #380 from yyyy7/dev-q
Fixing 'ml' option
2021-08-24 20:43:07 +05:30
Sandeep Singh 79124af05f Merge pull request #376 from projectdiscovery/feature-374-cli-list
Improving cli parsing for Allow/Deny option
2021-08-24 20:34:15 +05:30
sandeep 73c33a7b9f help menu update 2021-08-24 20:28:35 +05:30
mzack 4a2a6d31d1 adding more tests 2021-08-23 15:37:46 +02:00
Qui 249e94bb64 Fixing 'ml' option 2021-08-23 09:31:42 -04:00
Mzack9999 ae990f7fe8 Merge pull request #378 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/wappalyzergo-0.0.11
chore(deps): bump github.com/projectdiscovery/wappalyzergo from 0.0.10 to 0.0.11
2021-08-23 14:38:59 +02:00
Mzack9999 948c96dfbd Merge pull request #377 from projectdiscovery/dependabot/docker/dev/golang-1.17.0-alpine
chore(deps): bump golang from 1.16.7-alpine to 1.17.0-alpine
2021-08-23 14:38:31 +02:00
mzack 8f7aebef36 fixing bash name 2021-08-23 14:10:31 +02:00
mzack 020b719e4d Adding integration/regression tests 2021-08-23 12:50:37 +02:00
dependabot[bot] bd28fb02b6 chore(deps): bump github.com/projectdiscovery/wappalyzergo
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.10 to 0.0.11.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.10...v0.0.11)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/wappalyzergo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 10:07:58 +00:00
dependabot[bot] 596936b7ee chore(deps): bump golang from 1.16.7-alpine to 1.17.0-alpine
Bumps golang from 1.16.7-alpine to 1.17.0-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 10:04:22 +00:00
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