Commit Graph

218 Commits (c4934b7eec0e58226de050e958210a045bd52104)

Author SHA1 Message Date
Zeokat 3ea39562c0
Update README.md to reflect proxy auth scheme
Reflect the new proxy auth scheme into switches. Proxy URL schema allows the use of authentication with a combination of `username:password`.

HTTP/s proxy URL schema:
`nuclei -proxy-url http://proxyuser:proxypass@host.proxy:8080`

Socks5 proxy schema:
`nuclei -proxy-socks-url socks5://proxyuser:proxypass@host.proxy.socks:8080`

Authentication `proxyuser:proxypass` is totally optional, depending on whether the proxy requires authentication or not.
2020-04-29 15:22:47 +02:00
Mzack9999 6780b3f27d
Merge pull request #60 from projectdiscovery/feature-socks5-credentials
added socks5 credentials support
2020-04-29 13:19:13 +02:00
bauthard 9c227d31da
Merge pull request #63 from hackerpain/patch-1
Fix Typo
2020-04-29 15:24:25 +05:30
hackerpain 9f4c8cbc18
Fix Typo
```httprobe``` (fixed typo)
2020-04-29 15:22:39 +05:30
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 83560ad538
Merge pull request #45 from projectdiscovery/feature-dsl-query
Complex Matcher Query
2020-04-28 18:46:22 +02:00
Mzack9999 8b5a2ff828
Merge branch 'master' into feature-dsl-query 2020-04-28 18:44:13 +02:00
Mzack9999 5d959e1af8 latest deps 2020-04-28 18:42:38 +02:00
Mzack9999 9db778b017
Merge pull request #59 from projectdiscovery/docs-proxy
removed space in options
2020-04-28 18:36:24 +02:00
Mzack9999 232382bc17 removed space in options 2020-04-28 18:35:50 +02:00
Mzack9999 026a3aca15
Merge pull request #58 from projectdiscovery/docs-proxy
updated docs with proxy options
2020-04-28 18:34:43 +02:00
Mzack9999 250b7c9d6c updated docs with proxy options 2020-04-28 18:34:09 +02:00
Mzack9999 6fe006b95c
Merge pull request #56 from projectdiscovery/feature-proxy-socks
adding proxy socks support
2020-04-28 18:26:19 +02:00
Mzack9999 280b14e696 updated deps 2020-04-28 18:25:38 +02:00
Mzack9999 70d65f72f1 small bug correction 2020-04-28 13:24:12 +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
Ice3man 2c87f72db2
Merge pull request #53 from projectdiscovery/iceman-case-sensitive
Added case-sensitive matchers
2020-04-27 11:32:15 -07:00
Ice3man543 405c6c0a0e Added case-sensitive matchers 2020-04-28 00:01:36 +05:30
Ice3man adc537e5ad
Merge pull request #52 from projectdiscovery/iceman-add-proxy
Added proxy URL support
2020-04-27 11:20:45 -07:00
Ice3man543 42489f6d97 Added proxy URL support 2020-04-27 23:49:53 +05:30
Ice3man 45ff0f4f2c
Merge pull request #51 from projectdiscovery/iceman-multiple-headers
Added header templating support
2020-04-27 11:11:16 -07:00
Ice3man543 f2852faa2c Added header templating support 2020-04-27 23:40:21 +05:30
Ice3man a13e42a6e5
Merge pull request #49 from projectdiscovery/iceman-regex-global
Added unique regex values support
2020-04-27 11:05:07 -07:00
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
Ice3man b259fc37a0
Update banner.go 2020-04-26 23:14:22 +05:30
Ice3man 015c3415ba
Merge pull request #44 from projectdiscovery/iceman-fix-dns
Fixed panic with dns output file usage
2020-04-26 10:42:51 -07:00
Ice3man543 d7a1a31dcd Fixed panic with dns output file usage 2020-04-26 23:11:49 +05:30
Ice3man 303b285069
Merge pull request #42 from projectdiscovery/iceman-refactor
Code refactor + added conditional matchers
2020-04-25 18:44:57 -07:00
Ice3man543 e9ed1597d5 Bump version 2020-04-26 07:13:40 +05:30
Ice3man543 3cfedd87e0 Fixed an infinite loop issue 2020-04-26 07:02:38 +05:30
Ice3man543 b7736b4ac7 Small bugfix with stdin input 2020-04-26 07:00:28 +05:30
Ice3man543 c3fcd768a5 Fixed the issue with stdin input reading multiple times 2020-04-26 06:48:10 +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
Ice3man543 f9d249fa75 Upgraded retryabledns 2020-04-26 05:50:19 +05:30
Mzack9999 5f837610f1
Merge pull request #36 from projectdiscovery/bugfix-deps-update
updated dependecies
2020-04-24 21:11:14 +02:00
Mzack9999 3922ba92b7 updated dependecies 2020-04-24 21:10:36 +02:00
bauthard b886a0c4f0
Merge pull request #33 from projectdiscovery/feature-dns-request
implementation of DNS templating
2020-04-24 21:08:29 +05:30
Mzack9999 f80ded0642 fixed go modules 2020-04-24 17:22:28 +02:00
Mzack9999 06c585681a simplified dns output 2020-04-24 16:15:56 +02:00
Mzack9999 cdcdb44b29 adding dns label to matched dns queries 2020-04-24 15:59:40 +02:00
Mzack9999 11569cc8e8 moving things around 2020-04-24 15:42:11 +02:00