Commit Graph

71 Commits

Author SHA1 Message Date
Sami
ccf0c9ddc5
Issue 549 jarm algorithm (#567)
* jarm hash

* lint error fix

* remove default jarm value if jarm not calculated

* jarm cli boolean flag

* removed unused hash type

* readme update

* example update

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2022-04-08 18:50:03 +05:30
Sami
df5f69fd18
Issue 495 ASN support (#562)
* asn support

* minor change

* misc

* lookup changes

* nil pointer check

* converted errors into warning
2022-04-07 12:42:09 +05:30
sandeep
1c737d7c42 typo update 2022-03-01 14:43:30 +05:30
sandeep
b14406ed7c more updates 2022-03-01 14:37:41 +05:30
sandeep
acfb1c73ab removed duplicate (deprecated) flag - paths 2022-03-01 14:29:18 +05:30
sandeep
8e7f8952fc readme and banner update 2022-03-01 14:28:37 +05:30
Sami
03ded973d8
hash improvement (#528)
* hash improvement

* mmh3 conversion to int32

* misc update

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2022-03-01 12:05:06 +05:30
M09Ic
e2b0c1683b
Add hash flag, to support multi body hash type. (#517)
* Add hashes flag, to support multi body hash type. issue:489 and issue:488

* go mod update

* Add hash type validate for -hash flag

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2022-02-15 17:32:33 +05:30
Geeknik Labs
80ba8b5ad5
Update options.go
Typo fix
2022-01-27 04:18:28 -06:00
Ice3man
9b9a95a210 Enable show-statistics if an interval is passed for stats 2022-01-16 17:34:17 +05:30
Ice3man
2abd058f83 Added stats-interval for changing stats display frequency 2022-01-15 06:13:25 +05:30
LuitelSamikshya
0fe493f711 ratelimit per min support 2022-01-11 17:32:09 -06:00
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
9b7189326a improving output directory flag handling 2022-01-04 09:47:06 +01:00
mzack
a152dcd42d Merge branch 'dev' into issue-464-default-ports 2022-01-04 07:38:20 +01:00
Sandeep Singh
8d2860c177
Merge pull request #468 from projectdiscovery/issue-453-lines-count-matchers-and-filters
Adding support for lines/words matchers/filters
2022-01-04 11:46:28 +05:30
mzack
eaccae320a Adding CLI option to trim default HTTP/HTTPS ports from Host header 2022-01-03 09:27:04 +01:00
sandeep
27aef8ca00 misc updates 2022-01-03 13:52:45 +05:30
mzack
b4f2ac9b7f Enabling store response automatically if output directory is specified 2022-01-03 08:53:15 +01:00
sandeep
20254fd842 readme updates 2021-12-31 16:45:40 +05:30
mzack
47bbacf877 Adding support for lines/words matchers/filters 2021-12-31 09:26:39 +01:00
sandeep
481716ea00 readme update 2021-12-29 15:31:47 +05:30
mzack
96a511ad48 Adding support for custom resolvers 2021-12-28 07:46:42 +01:00
mzack
0277ca1c84 hardcoding offset into constant for better performances 2021-12-23 19:48:53 +01:00
Alexey Zhuchkov
9481594528
Add probe-all-ips feature (#427)
* Add probe-all-ips flag

Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2021-12-01 12:40:53 +05:30
Alexey Zhuchkov
13ad1e6a46 Add request dump for debug flag 2021-10-23 14:45:27 +03:00
sandeep
f78f94dffe misc flag update 2021-10-11 05:22:28 +05:30
sandeep
ed95845496 misc flag update 2021-10-04 16:48:00 +05:30
sandeep
57051e1a3e readme update 2021-10-03 02:03:48 +05:30
sandeep
8e09ab55e3 misc update 2021-10-03 01:53:13 +05:30
sandeep
af42eef28d misc update 2021-10-02 06:56:30 +05:30
LuitelSamikshya
995037f9b2 lint error fix 2021-09-29 13:57:52 -05:00
LuitelSamikshya
aa7693da0a added goflags support 2021-09-29 13:43:54 -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
Sandeep Singh
22dc2f5e19
Merge pull request #397 from wux1an/master
Support output in CSV format
2021-09-15 00:52:25 +05:30
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
5c10ddf8c2 feat: Support output in CSV format 2021-09-09 18:55:31 +08:00
sandeep
9a9b43d94c misc updates 2021-08-26 20:04:41 +05:30
Sandeep Singh
24da5ce2c8
Merge pull request #380 from yyyy7/dev-q
Fixing 'ml' option
2021-08-24 20:43:07 +05:30
sandeep
73c33a7b9f help menu update 2021-08-24 20:28:35 +05:30
Qui
249e94bb64 Fixing 'ml' option 2021-08-23 09:31:42 -04:00
mzack
7a59d6702b Improving cli parsing for Allow/Deny option 2021-08-22 21:07:23 +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
44e304f50a Merge branch 'dev' into 363-bugfix-follow-redirects 2021-08-16 20:31:20 +02:00
sandeep
0f4f9f2cac minor update 2021-08-16 23:52:52 +05:30
sandeep
d529a41c8d Update options.go 2021-08-16 21:08:03 +05:30
mzack
38d56d5de9 Improving case behavior with methods CLI option 2021-08-16 16:09:35 +02:00
mzack
89f77e50d2 Adding support for maximum redirects number 2021-08-16 14:25:30 +02:00
mzack
800362e1df adding host max errors support 2021-08-15 16:04:24 +02:00