Commit Graph

148 Commits

Author SHA1 Message Date
Doğan Can Bakır
d55d459f1d extend char set 2023-11-08 07:54:22 +00:00
Ramana Reddy
76adadfeb4
Add flag to preview first N characters (#1316)
* Add flag to preview first N characters

* use dynamic var for body-preview flag

* strip html tags from response

* add stripe option to remove html or xml tags

* typo

* resolve merge conflicts

* add test and update readme

* update readme

* typo

* typo no 2

* small refactor

* include body preview in jsonl output

* minor changes

---------

Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
2023-09-07 15:26:54 +05:30
Dogan Can Bakir
c3eb8897e7
Support multiple output format (#1242)
* support multiple output format

* output plain text when -oA

* separate the conditions

* fail output-all when it's not used with output

* update doc

* remove hashes for plain output when -hash isn't used

* add integration test

* use filepath

* fix no hash std output

* remove json/csv extension for json/csv only output

* add ext when both -csv and -json is used

* fix assertion

* commit to last commit

* print filenames

* no tmpdir

* remove files

* remove prints

* lowercase options

* test update

---------

Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-07-17 16:09:10 +05:30
Mzack9999
8ea85e901d
Adding prototype of tls impersonate (#1199)
* Adding prototype of tls impersonate

* updating docs

* misc update

* dep update

---------

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-06-17 16:34:19 +05:30
shubhamrasal
827ed16461 remove fastdialer from runner object 2023-05-16 17:37:46 +05:30
Mzack9999
fbae1abf98 Fixing asn with ip:port 2023-02-28 11:35:27 +01:00
Tarun Koyalwar
c7456929b4 fix integration tests and upgrade deps 2023-02-08 19:50:03 +05:30
xm1k3
88c49b812b
added ztls flag (#896)
* added ztls to httpx

* adding missing dialtls

* updated readme.md

* add ztls functional test

Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2022-12-28 23:40:22 +05:30
Mzack9999
986b2184c5
Enforcing wildcard check to prefix only (#911)
enforcing wildcard check to prefix only
2022-12-23 23:26:38 +05:30
vrenzolaverace
686a2cced8
Update helpers libraries #850 (#851)
Use utils helpers libraries (#850)
2022-11-07 01:52:47 +05:30
foxcores
baa0fa0d29 Fix issue #849 2022-11-05 21:37:53 +01:00
foxcores
e40367d904
Updating httpx as a library integration test (#847)
* Update library.go

Go 1.18 + Some missing tests #826

* using standard http lib

Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
2022-11-02 14:03:19 +05:30
Sajad
e31c1250a2
add dsl match/filter condtion (#782)
* add dsl match/filter condtion

* update README

* add test cases
2022-10-06 17:11:12 +05:30
Sami
d491201eff
Issue 735+issue 739 (#757)
* adding strings.ToLower to headers

* added validation logic for flags

* validated silent flag with incompatible flags

* silent flag bug fix

* added test case

* updated test case to include multiple headers
2022-09-13 16:46:38 +05:30
Ice3man
e236531eac
Added profile-mem flag for memory profiling (#738) 2022-08-30 17:05:14 +05:30
forgedhallpass
c48909f64f
Minor fixes and improvements (#726)
* Added .idea to .gitignore

* Updated the README

* Added more verbose information on preset extractors

* removing deprecated ioutil

Co-authored-by: Mzack9999 <mzack9999@protonmail.com>
2022-08-17 03:16:06 +04:00
Mzack9999
21ca2621bd
Fixing and improving custom ports handling (#714)
* Fixing and improving custom ports

* adding test case from https://github.com/projectdiscovery/httpx/pull/713
2022-07-31 20:54:34 +05:30
Mzack9999
e4e2aab402
Adding httpx as a library minimal example (#670) 2022-06-28 16:19:46 +05:30
Mzack9999
32930d2cc6
Using scanme.sh in functional tests + Fixing gosec action error (#667)
* Using scanme.sh in functional tests

* using gosec action
2022-06-27 13:38:11 +05:30
Mzack9999
2c0802dc7b
Fixing wrong app name (#663) 2022-06-13 17:48:28 +05:30
LuitelSamikshya
db3a27a1ac frt/mrt improvemets 2022-05-09 15:01:38 -05:00
Mzack9999
5a562107f4
Updating GH workflows + Sonar (#514)
* Updating GH workflows + Sonar

* adding missing step to build
2022-02-09 14:39:30 +05:30
Mzack9999
f5935ebe61
Improving paths loading from file (#483)
* Improving paths loading from file

* improving invalid uri handling
2022-01-10 16:41:47 +05:30
LuitelSamikshya
69b0bb5fec test case addition 2021-11-29 13:16:37 -06:00
sandeep
56535375a5 testcases update 2021-11-18 19:12:17 +05:30
LuitelSamikshya
a4512bcca6 removed commas and added missing arguments to flags 2021-11-17 10:24:14 -06:00
LuitelSamikshya
77ec79caaf github action for functional test 2021-11-16 18:23:43 -06:00
LuitelSamikshya
4d4db87346 functional test 2021-11-11 20:51:31 -06:00
mzack
20d51a1f75 Fixing stream mode with path parameter 2021-10-12 09:33:50 +02:00
LuitelSamikshya
a39845bd39 Added regression test for POST request with body 2021-09-23 13:09:47 -05:00
mzack
4a2a6d31d1 adding more tests 2021-08-23 15:37:46 +02:00
mzack
020b719e4d Adding integration/regression tests 2021-08-23 12:50:37 +02:00
mzack
b7afe803c3 Adding stop-resume support 2021-08-06 12:38:42 +02:00
mzack
a786957e19 Making runner public
Implements #258
2021-05-06 10:35:02 +02:00
Ice3man543
63cb1277fe Fix conflict 2021-04-06 18:33:40 +05:30
Ice3man543
07bff31c45 Added wappalyzer based technology detection 2021-04-06 18:13:55 +05:30
Mzack9999
dcb7ee9adc gologger syntax refactor 2021-02-16 23:40:01 +01:00
Mzack9999
8389bef8c0 fixing go lint 2020-11-16 20:23:34 +01:00
Mzack9999
976fe3940e code refactor 2020-10-20 20:17:02 +02:00
Mzack9999
8289f46867 making string matching case insensitive 2020-10-20 19:54:09 +02:00
Víctor Zamanillo
2b3b9ab349 Fixed appendAssign 2020-10-14 22:40:35 +02:00
bauthard
c3962a518f
Merge pull request #139 from projectdiscovery/feature-ipv6-dns
adding support for ipv6
2020-10-14 01:31:29 +05:30
Mzack9999
eb3cfdafc7 changed duration => response time 2020-10-13 20:09:47 +02:00
Mzack9999
28f630cefd adding support for ipv6 2020-10-13 19:35:18 +02:00
Mzack9999
ffb1b97559
Merge branch 'master' into bugfix-full-rawhttp 2020-10-13 01:44:55 +02:00
bauthard
18ecbc79c3 version update 2020-10-07 16:00:06 +05:30
bauthard
49347f50fe
Merge pull request #130 from projectdiscovery/remove-automatic-cdn
making cdn check optional
2020-10-04 13:08:09 +05:30
Mzack9999
d4e72d805b making cdn check optional 2020-10-02 22:39:37 +02:00
Mzack9999
605735afbb fixing golint 2020-10-02 16:53:41 +02:00
Mzack9999
2c44440bad adding skipping HTTP if HTTPS is found 2020-09-30 22:50:06 +02:00