Commit Graph

227 Commits

Author SHA1 Message Date
Mzack9999
eb3cfdafc7 changed duration => response time 2020-10-13 20:09:47 +02:00
Mzack9999
b065292b28
Merge pull request #125 from projectdiscovery/bugfix-full-rawhttp
full raw http control
2020-10-13 01:47:15 +02:00
Mzack9999
59ef294a40 updated go modules 2020-10-13 01:45:58 +02:00
Mzack9999
ffb1b97559
Merge branch 'master' into bugfix-full-rawhttp 2020-10-13 01:44:55 +02:00
bauthard
ac16ef2db8 readme update 2020-10-09 12:49:34 +05:30
bauthard
bc0a90b579 smuggling is added into nuclei 2020-10-08 14:35:12 +05:30
bauthard
977734726b readme updates 2020-10-08 14:33:57 +05:30
bauthard
0867396482
Merge pull request #133 from jsav0/master
Dockerfile updated, image size reduced using multi-stage build
2020-10-07 16:01:05 +05:30
bauthard
18ecbc79c3 version update 2020-10-07 16:00:06 +05:30
bauthard
5558b7a176 removing unrelated LABEL 2020-10-07 15:58:01 +05:30
jsavage
b9a8561a14 Dockerfile updated, image size reduced using multi-stage build 2020-10-07 00:52:28 -04:00
bauthard
49347f50fe
Merge pull request #130 from projectdiscovery/remove-automatic-cdn
making cdn check optional
2020-10-04 13:08:09 +05:30
bauthard
cfc9738f56
Merge pull request #129 from projectdiscovery/bugfix-disable-auto-fallback
adding skipping HTTP if HTTPS is found
2020-10-04 12:23:14 +05:30
Mzack9999
785b2b2b65 updated go modules 2020-10-03 20:44:29 +02:00
Mzack9999
1a5a4da9a6 adding optional cdncheck with pd cdn endpoint to avoid users' ip blocking 2020-10-03 20:36:56 +02:00
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
Mzack9999
56f2df861d
Merge branch 'master' into bugfix-full-rawhttp 2020-09-30 20:54:22 +02:00
bauthard
f4d155f927
Merge pull request #126 from projectdiscovery/feature-response-time
adding response time
2020-09-30 11:15:01 +05:30
bauthard
549d6dbd78
Merge pull request #127 from projectdiscovery/bugfix-body
adding automatic content-length
2020-09-30 11:12:03 +05:30
Mzack9999
f02c58a855 adding automatic content-length 2020-09-30 00:44:20 +02:00
Mzack9999
389b50ea9f adding response time 2020-09-30 00:22:03 +02:00
Mzack9999
79a5b01e7b removed unused constant 2020-09-29 22:10:13 +02:00
Mzack9999
6497301abf full raw http control 2020-09-29 22:07:50 +02:00
bauthard
85be3d15db
Merge pull request #124 from vzamanillo/readfile#123
Fixed reading input file with -l
2020-09-29 15:16:57 +05:30
Víctor Zamanillo
968262d967 Fixed a delay due to calling stat.Mode() twice 2020-09-29 10:22:46 +02:00
Víctor Zamanillo
7689153466 Fixed reading input file
Fixes #123.

This bug was introduced on #117, closing the input file has to be deferred or we will try to read from a closed stream.
2020-09-29 10:21:41 +02:00
bauthard
3748931a8d
Merge pull request #122 from vzamanillo/stdin-chardev-fix
Handle data from char device on stdin
2020-09-29 02:02:46 +05:30
bauthard
7d4068cba8
Merge pull request #121 from vzamanillo/golangci-lint#117
Add golangci-lint to the current GitHub workflow
2020-09-29 02:00:30 +05:30
Víctor Zamanillo
47b70b9fb0 Fixed method signature 2020-09-28 12:39:33 +02:00
Víctor Zamanillo
6bde867d08 Handle data from char device on stdin
Fixes #96
2020-09-28 12:37:44 +02:00
bauthard
fc93c355de
Merge pull request #120 from projectdiscovery/bugfix-title-regex
improved regex title
2020-09-27 12:32:18 +05:30
Víctor
e0ebe69ca0
Merge branch 'master' into golangci-lint#117 2020-09-26 22:19:17 +02:00
Víctor Zamanillo
828a3b8cc2 Added golangci to the current GitHub Wokflow 2020-09-26 22:15:37 +02:00
Víctor Zamanillo
c52c03e0a8 Added golangci config file 2020-09-26 22:13:33 +02:00
Víctor Zamanillo
0821eaa5a8 Fixed errcheck issues 2020-09-26 22:13:03 +02:00
Víctor Zamanillo
8ffa698fff nolint 2020-09-26 22:03:39 +02:00
Víctor Zamanillo
df0ed1e092 Fixed errcheck and noctx issues 2020-09-26 22:03:27 +02:00
Mzack9999
67c53a9f55 improved regex title 2020-09-26 21:34:05 +02:00
Mzack9999
3a5c56480a
Merge pull request #119 from projectdiscovery/bugfix-unclear-code-refactor
small code refactor
2020-09-26 21:30:29 +02:00
Mzack9999
4b798f13de small code refactor 2020-09-26 21:28:05 +02:00
Víctor Zamanillo
afca2fe629 gofmt 2020-09-26 20:42:32 +02:00
Víctor Zamanillo
c68436373f Fixed bodyclose issues 2020-09-26 20:42:23 +02:00
Víctor Zamanillo
e9aa081544 Fixed gomnd issues 2020-09-26 19:56:17 +02:00
Víctor Zamanillo
18e5dae704 Fixed goconst issues 2020-09-25 19:27:19 +02:00
Víctor Zamanillo
938d59e1bd Fixed golint issues 2020-09-25 19:22:10 +02:00
Víctor Zamanillo
428849b291 Fixed whitespace 2020-09-25 19:15:41 +02:00
Víctor Zamanillo
aa5a635dc0 Fixed stylecheck issues 2020-09-25 19:14:19 +02:00
Víctor Zamanillo
cd4e59ce27 Fixed maligned issues 2020-09-25 18:55:32 +02:00