Commit Graph
127 Commits
Author SHA1 Message Date
dependabot[bot]andGitHub ae9750f079 build(deps): bump golang.org/x/net
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.20.0 to 0.23.0
- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 13:02:39 +00:00
vmfunc 579f9d8bec git: add function to binary 2024-04-15 02:55:32 +02:00
vmfunc f51e710a33 chore: remove toolchain requirement 2024-04-15 02:45:39 +02:00
vmfunc f7dc44f1b6 dirlist: handle 403 2024-04-15 02:43:03 +02:00
vmfunc 855363e078 chore: update go modfile 2024-04-15 02:42:54 +02:00
vmfuncandGitHub 47beca4fd7 Update README.md 2024-04-06 01:52:38 +02:00
vmfuncandGitHub b9d27dfc41 Update README.md 2024-04-06 01:51:13 +02:00
vmfuncandGitHub e17134145f Merge pull request #20 from lunchcat/dependabot/go_modules/go_modules-security-group-71563d7fee
build(deps): bump the go_modules group across 1 directory with 3 updates
2024-04-05 01:47:43 +02:00
vmfuncandGitHub ffb2517834 add code quality 2024-04-05 01:33:15 +02:00
dependabot[bot]andGitHub c76a6c3555 build(deps): bump the go_modules group across 1 directory with 3 updates
Bumps the go_modules group with 3 updates in the / directory: [github.com/cloudflare/circl](https://github.com/cloudflare/circl), [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) and google.golang.org/protobuf.


Updates `github.com/cloudflare/circl` from 1.3.3 to 1.3.7
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.7)

Updates `github.com/quic-go/quic-go` from 0.37.4 to 0.42.0
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.37.4...v0.42.0)

Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
  dependency-group: go_modules-security-group
- dependency-name: github.com/quic-go/quic-go
  dependency-type: indirect
  dependency-group: go_modules-security-group
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  dependency-group: go_modules-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 14:19:23 +00:00
melandGitHub 882bd8d189 Create LICENSE.md 2024-02-05 11:23:06 +01:00
melandGitHub d04ae52f58 Create LICENSE 2024-02-05 11:21:54 +01:00
melandGitHub f292d65e49 chore: update discord link 2024-02-04 15:16:54 +01:00
Matthieu WitrowiezandGitHub a505e50618 Merge pull request #17 from lunchcat/whois
feat: WHOIS support
2024-02-04 15:15:16 +01:00
syscats 4f6effe957 feat: WHOIS support 2024-02-04 15:09:50 +01:00
syscats ad18133b88 chore: update dependencies 2024-02-04 15:09:18 +01:00
syscats 493806c8c4 feat: only send header if API mode isn't enabled 2024-02-04 14:36:14 +01:00
syscats 3eeecd3b59 fix: remove binary only instead of folder 2024-02-04 14:33:33 +01:00
syscats c39c98ebf1 fix: change copyright 2024-02-04 14:33:24 +01:00
syscats 17e319d93d fix: fix case for module function declaration <api> 2024-02-04 14:27:46 +01:00
syscats e6aa9aed7b chore: create base api output function 2024-02-04 14:18:16 +01:00
syscats a16be481b4 feat: handle API flag 2024-02-04 14:08:39 +01:00
syscats a5b9b73a21 chore: add sif binary to gitignore 2024-02-04 14:08:31 +01:00
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
vmfuncandSol Fisher Romanoff ea21f85421 Update README.md 2023-09-14 20:48:58 +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
pushfsandSol Fisher Romanoff e929490341 feat: print file list after job is complete 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
pushfsandSol Fisher Romanoff b89012f374 git: implement git feature 2023-09-14 20:46:45 +03:00
pushfsandSol Fisher Romanoff 09f761d908 dork: add dorking feature 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