Commit Graph

50 Commits (a8bdf5da529f956ae674224fdfa03a9a2f9dc03f)

Author SHA1 Message Date
Mzack9999 91cd7cab10 custom header via cli 2020-05-22 00:23:38 +02:00
Mzack9999 6aff9b88ad automatic body decompression for user defined encoding 2020-05-18 21:36:00 +02:00
Mzack9999 375c3163f7 added payload info to output 2020-05-14 18:09:36 +02:00
Mzack9999 6cce1ea1bf solved many issues - yet to improve the output verbosity 2020-05-05 21:42:28 +02:00
Mzack9999 44821e6b77 begin of work on fuzzing - only working for raw requests with payload (TODO code cleanup) 2020-05-04 23:26:22 +02:00
Mzack9999 ea25489322
Merge pull request #61 from projectdiscovery/feature-raw-requests
HTTP + DNS Raw requests
2020-04-30 21:28:27 +02:00
Mzack9999 920a561819 removed fasttemplate 2020-04-30 17:39:33 +02:00
Mzack9999 5865cda707 small fix 2020-04-29 23:07:19 +02:00
Mzack9999 ec7cd50e22 added support for multiple raw requests 2020-04-29 21:19:35 +02:00
Mzack9999 f5b6474a11 almost working implementation 2020-04-29 02:57:18 +02:00
Mzack9999 c6a9c09ec4 adding raw field also to dns request 2020-04-28 23:03:08 +02:00
Mzack9999 7ce93ed549 begin of work on raw requests support 2020-04-28 23:02:07 +02:00
Mzack9999 9b9bb05cfe added socks5 credentials support 2020-04-28 22:15:26 +02:00
Mzack9999 8b5a2ff828
Merge branch 'master' into feature-dsl-query 2020-04-28 18:44:13 +02:00
Mzack9999 a05faa868d adding proxy socks support - untested 2020-04-28 04:01:25 +02:00
Mzack9999 1b60c87312 http header to lowercase 2020-04-28 03:23:51 +02:00
Ice3man 8947d46780
Merge pull request #54 from projectdiscovery/proxy-bug-fix
Fixed a bug with proxyURL
2020-04-27 12:00:35 -07:00
Ice3man543 e05fa0d9bf Fixed a bug with proxyURL 2020-04-28 00:29:57 +05:30
Ice3man543 405c6c0a0e Added case-sensitive matchers 2020-04-28 00:01:36 +05:30
Ice3man543 42489f6d97 Added proxy URL support 2020-04-27 23:49:53 +05:30
Ice3man543 f2852faa2c Added header templating support 2020-04-27 23:40:21 +05:30
Ice3man543 ca884947e5 Added unique regex values support 2020-04-27 23:34:08 +05:30
Mzack9999 ecd598da9b added some helper function 2020-04-27 01:28:32 +02:00
Mzack9999 2c3c269e75 poc dsl language support in matchers 2020-04-26 23:32:58 +02:00
Ice3man543 d7a1a31dcd Fixed panic with dns output file usage 2020-04-26 23:11:49 +05:30
Ice3man543 3cfedd87e0 Fixed an infinite loop issue 2020-04-26 07:02:38 +05:30
Ice3man543 5af4c9b2cf Finished executer for per-request execution 2020-04-26 06:33:59 +05:30
Ice3man543 4be566192f Added executor + refactor 2020-04-26 05:50:33 +05:30
bauthard b886a0c4f0
Merge pull request #33 from projectdiscovery/feature-dns-request
implementation of DNS templating
2020-04-24 21:08:29 +05:30
Mzack9999 cdcdb44b29 adding dns label to matched dns queries 2020-04-24 15:59:40 +02:00
Ice3man 0290c9ac8d
Update matchers.go 2020-04-24 06:54:46 +05:30
Mzack9999 fd217887b9 removed unused file 2020-04-23 18:46:46 +02:00
Mzack9999 a6b2a44080 rebase 2020-04-23 18:44:34 +02:00
Mzack9999 cb938b379c poc implementation of dns templating 2020-04-23 18:41:27 +02:00
Ice3man543 2c58a33913 Added configurable redirects per request 2020-04-23 03:56:41 +05:30
Ice3man 9c6d5fbb9c
Merge pull request #32 from NkxxkN/NkxxkN/multiple-fingerprints
Support for multiple fingerprints in single template #25
2020-04-22 14:33:28 -07:00
Mzack9999 603456ddbb poc implementation of dns templating 2020-04-22 22:45:02 +02:00
Kevin Antoine a303cd5723 Support for multiple fingerprints in single template #25 2020-04-22 14:32:13 +02:00
toufik-airane 53ac2db540
[feature] add binary rules capability
add binary characters to the rules engine capability.
In fact, the issue is that I want to bypass the utf-8 issue with
Golang and have a dedicated capability to create binary rules.
2020-04-21 20:50:35 +02:00
Ice3man543 12f986ff7b Added extractors to the workflow + misc 2020-04-06 00:44:45 +05:30
Ice3man543 d25c189bed Added extractors for text extraction 2020-04-06 00:05:01 +05:30
Ice3man543 9d905e1f8e Fixed a bug with all field on matching 2020-04-06 00:03:55 +05:30
Ice3man543 042f77c9a0 Fixed #5 leading to default headers not being set 2020-04-05 23:58:22 +05:30
Ice3man543 2db1ad6ce9 Added retryablehttp 2020-04-04 17:12:29 +05:30
Ice3man543 4cb8324b68 Added working runners + misc + logics etc 2020-04-04 15:59:05 +05:30
Ice3man543 0cfb512447 Added dynamic templating 2020-04-04 03:26:11 +05:30
Ice3man543 b78907ad46 Added requests + compile 2020-04-04 02:50:32 +05:30
Ice3man543 3024b488a5 Tests + fixed a condition logic bug 2020-04-04 00:32:03 +05:30
Ice3man543 dd8485a6e0 Added readme + templates/requests start 2020-04-04 00:17:57 +05:30
Ice3man543 69983ae4a2 Added matchers package 2020-04-04 00:16:27 +05:30