Commit Graph
29 Commits
Author SHA1 Message Date
Sol Fisher Romanoff b37c0da83b Link to Discord channels 2023-09-14 20:49:00 +03:00
Sol Fisher Romanoff 03e58b7021 README: add badges 2023-09-14 20:49:00 +03:00
Sol Fisher Romanoff e3289fe9a0 fix: make log files a pointer 2023-09-14 20:48:59 +03:00
Sol Fisher Romanoff d1273695b2 lint: go fmt -s 2023-09-14 20:48:59 +03:00
Sol Fisher Romanoff b2a354137d Move import repositories to dropalldatabases 2023-09-14 20:48:45 +03:00
Sol Fisher Romanoff 7aa66ee6b7 Use nuclei API to scan nuclei templates 2023-09-14 20:48:28 +03:00
Sol Fisher Romanoff 32e16b5757 Update README.md and add CONTRIBUTING, COC 2023-09-14 20:48:26 +03:00
Sol Fisher Romanoff 2a3396cdca Add Makefile 2023-09-14 20:46:47 +03:00
Sol Fisher Romanoff 755b4641c7 Refactor 2023-09-14 20:46:47 +03:00
Sol Fisher Romanoff 1fb59850c7 Remove unreachable code 2023-09-14 20:46:47 +03:00
Sol Fisher Romanoff 4f117c465f config: use goflags instead of pflag 2023-09-14 20:46:47 +03:00
Sol Fisher Romanoff ed45f51f8c Add nix build instructions 2023-09-14 20:46:47 +03:00
Sol Fisher Romanoff 04a304908a Add nuclei template parsing support 2023-09-14 20:46:47 +03:00
Sol Fisher Romanoff 4d7c01bc76 cmd: close resp.Body to avoid memory leak 2023-09-14 20:46:46 +03:00
Sol Fisher Romanoff e2504eab48 cmd/scan: ignore 3xx redirects 2023-09-14 20:46:46 +03:00
Sol Fisher Romanoff 122cfa8b63 cmd/scan: use strings.Cut instead of Split
solves the issue with nil Disallow values
2023-09-14 20:46:46 +03:00
Sol Fisher Romanoff 1695560744 cmd/{dirlist,dnslist}: Clearer error message
when not choosing small/medium/large
2023-09-14 20:46:46 +03:00
Sol Fisher Romanoff 0969ed146e Add option to specify number of threads 2023-09-14 20:46:46 +03:00
Sol Fisher Romanoff 9aebb23417 Return on failed scan 2023-09-14 20:46:46 +03:00
Sol Fisher Romanoff 82fd63d679 cmd: add concurrency to scans 2023-09-14 20:46:45 +03:00
Sol Fisher Romanoff e839d817ca go mod tidy 2023-09-14 20:46:45 +03:00
Sol Fisher Romanoff ed49bcafeb List open ports at the end 2023-09-14 20:46:45 +03:00
Sol Fisher Romanoff 07fa0b2878 Add port scanning 2023-09-14 20:46:45 +03:00
Sol Fisher Romanoff cfaa02f067 Skip URLs without protocol to prevent panic 2023-09-14 20:46:44 +03:00
Sol Fisher Romanoff bcef737cdc Add nix flake devshell
TODO: build go application
2023-09-14 20:46:44 +03:00
Sol Fisher Romanoff b9ca050322 Add GitHub action 2023-09-14 20:46:44 +03:00
Sol Fisher Romanoff 4d347aea00 dirlist: don't create a new client for each request 2023-09-14 20:46:43 +03:00
Sol Fisher Romanoff 12865ae3dc Add dirlist 2023-09-01 19:32:49 +03:00
Sol Fisher Romanoff fdb46284f6 Add flag parsing for --file and --url 2023-09-01 19:12:25 +03:00