Commit Graph

9466 Commits

Author SHA1 Message Date
Fabian Affolter
c514b14ebc
Merge pull request #233227 from fabaff/acltoolkit
acltoolkit: init at unstable-2023-02-03
2023-05-21 23:19:00 +02:00
Fabian Affolter
e8947f7238
Merge pull request #233198 from fabaff/keepwn
keepwn: init at 0.1
2023-05-21 23:18:50 +02:00
Ryan Lahfa
9356eead97
Merge pull request #232882 from erdnaxe/ghidra-update
ghidra,ghidra-bin: update to 10.3
2023-05-21 21:52:09 +02:00
figsoda
9c18013c1b
Merge pull request #233276 from fabaff/osv-scanner-bump
osv-scanner: 1.3.2 -> 1.3.3
2023-05-21 15:43:28 -04:00
Alexandre Iooss
30ff366f77 ghidra: mark broken on darwin 2023-05-21 21:05:46 +02:00
Fabian Affolter
86529a5434
Merge pull request #233260 from fabaff/metasploit-bump
metasploit: 6.3.16 -> 6.3.17
2023-05-21 20:56:22 +02:00
Fabian Affolter
fe9fc389ca
Merge pull request #233101 from fabaff/tell-me-your-secrets
tell-me-your-secrets: init at 2.4.2
2023-05-21 20:54:58 +02:00
Fabian Affolter
9789e1b82a
Merge pull request #233088 from fabaff/baboossh
baboossh: init at 1.2.0
2023-05-21 20:54:42 +02:00
Fabian Affolter
9e52ed28cf
Merge pull request #233040 from fabaff/ec2stepshell
ec2stepshell: init at unstable-2023-04-07
2023-05-21 20:54:29 +02:00
Fabian Affolter
73cd2b0286 osv-scanner: 1.3.2 -> 1.3.3
Diff: https://github.com/google/osv-scanner/compare/v1.3.2...v1.3.3

Changelog: https://github.com/google/osv-scanner/releases/tag/v1.3.3
2023-05-21 20:39:44 +02:00
Alexandre Iooss
4143506bbb ghidra-bin: 10.2.2 -> 10.3 2023-05-21 19:43:46 +02:00
Alexandre Iooss
206692b33f ghidra: 10.2.3 -> 10.3 2023-05-21 19:43:20 +02:00
Fabian Affolter
3039b593ab metasploit: 6.3.16 -> 6.3.17 2023-05-21 18:07:01 +02:00
figsoda
936612681e
Merge pull request #233233 from fabaff/kubestroyer
kubestroyer: init at 0.2
2023-05-21 11:17:05 -04:00
Sandro
ff37de0c4a
Merge pull request #230971 from amarshall/bitwarden-2023.4.0
bitwarden: 2023.3.2 -> 2023.4.0; backport update to build against Node 18
2023-05-21 16:49:48 +02:00
Florian Klink
f290ce1d53
Merge pull request #233056 from flokli/oauth2c
oauth2c: init at 1.7.0
2023-05-21 16:52:13 +03:00
Fabian Affolter
75a74cb870 kubestroyer: init at 0.2 2023-05-21 15:27:06 +02:00
Fabian Affolter
ffe71e34b5
Merge pull request #233171 from fabaff/theharvester-bump
theharvester: 4.2.0 -> 4.3.0
2023-05-21 15:11:06 +02:00
Fabian Affolter
47e3b377c1 acltoolkit: init at unstable-2023-02-03 2023-05-21 14:50:53 +02:00
Ilan Joselevich
19d9648d61
Merge pull request #233131 from figsoda/cherrybomb
cherrybomb: init at 1.0.0
2023-05-21 13:06:58 +03:00
Fabian Affolter
27a617a770 keepwn: init at 0.1 2023-05-21 11:53:15 +02:00
Fabian Affolter
0b8b1b5031
Merge pull request #233097 from fabaff/kubei-kubeclarity
kubeclarity: rename from kubei
2023-05-21 10:17:17 +02:00
Fabian Affolter
c6a146abe7
theharvester: add changelog to meta 2023-05-21 09:48:19 +02:00
Fabian Affolter
212d88ab09
Merge pull request #233148 from r-ryantm/auto-update/nmap-formatter
nmap-formatter: 2.0.4 -> 2.1.0
2023-05-21 09:46:08 +02:00
Fabian Affolter
1dfdfcd0ac theharvester: 4.2.0 -> 4.3.0
Diff: https://github.com/laramies/theharvester/compare/4.2.0...4.3.0
2023-05-21 09:43:54 +02:00
Fabian Affolter
764cbc099f
Merge pull request #233096 from fabaff/go365-bump
go365: 1.4 -> 2.0
2023-05-21 09:41:35 +02:00
R. Ryantm
ea04a14fe2 nmap-formatter: 2.0.4 -> 2.1.0 2023-05-21 04:05:08 +00:00
figsoda
d98d001948 cherrybomb: init at 1.0.0
https://github.com/blst-security/cherrybomb
2023-05-20 22:06:06 -04:00
Andrew Marshall
7e50f350d3 bitwarden: verify Electron version matches expected 2023-05-20 19:32:46 -04:00
Andrew Marshall
b38795a22e bitwarden: update to use Node 18
- Backport patch from Bitwarden master to achieve this as they have done
  (unreleased) upgrade 16→18, and have several other changes along with
  it. We want this now because Node 16 is being marked insecure soon for
  NixOS 23.05; see https://github.com/NixOS/nixpkgs/pull/229910.
- These changes should be in the next release in a few weeks
- `npm bin` no longer exists, use `npm exec` instead
2023-05-20 19:32:46 -04:00
Andrew Marshall
baecc1d300 bitwarden: make applying patches easier
Since `sourceRoot` occurs before patching, simply setting `patches` in
the native drv to the same as the npm drv doesn’t work, as paths outside
the `sourceRoot` referenced in the patches don’t exist and cause
applying them to fail. Instead, use `applyPatches` to make `src` have
the patches already applied before `sourceRoot` comes into play. It
would be possible to not use `sourceRoot` and just `cd`, but then the
`Cargo.lock` location needs to be manually specified and it just becomes
more mess than it’s worth. `applyPatches` seems the cleanest way to
achieve this.
2023-05-20 19:30:09 -04:00
Fabian Affolter
ffd510f099
Merge pull request #232929 from r-ryantm/auto-update/crowdsec
crowdsec: 1.4.6 -> 1.5.1
2023-05-21 01:21:32 +02:00
Andrew Marshall
9a8475c634 bitwarden: 2023.3.2 -> 2023.4.0 2023-05-20 19:03:16 -04:00
figsoda
c47e6296bf
Merge pull request #233067 from r-ryantm/auto-update/doppler
doppler: 3.58.0 -> 3.60.1
2023-05-20 18:39:43 -04:00
figsoda
d6d35e42f1
Merge pull request #233082 from fabaff/go-exploitdb
go-exploitdb: init at 0.4.5
2023-05-20 18:38:50 -04:00
Fabian Affolter
82cf528ebb
Merge pull request #230834 from fabaff/ssh-mitm-fix
ssh-mitm: move to top level
2023-05-21 00:19:37 +02:00
Fabian Affolter
030fcdee57 tell-me-your-secrets: init at 2.4.2 2023-05-21 00:03:52 +02:00
Fabian Affolter
76e765c5f8 kubeclarity: rename from kubei 2023-05-20 23:25:42 +02:00
Fabian Affolter
a4f499852b go365: 1.4 -> 2.0
Diff: https://github.com/optiv/Go365/compare/refs/tags/v1.4...v2.0

Changelog: https://github.com/optiv/Go365/releases/tag/v2.0
2023-05-20 23:12:55 +02:00
Fabian Affolter
7dfe387529 baboossh: init at 1.2.0 2023-05-20 22:29:39 +02:00
Fabian Affolter
4a6077e77f go-exploitdb: init at 0.4.5 2023-05-20 21:49:16 +02:00
R. Ryantm
2d9c306630 doppler: 3.58.0 -> 3.60.1 2023-05-20 18:49:09 +00:00
Florian Klink
863128ebcb oauth2c: init at 1.7.0
oauth2c is a command-line tool for interacting with OAuth 2.0
authorization servers. Its goal is to make it easy to fetch access tokens
using any grant type or client authentication method. It is compliant with
almost all basic and advanced OAuth 2.0, OIDC, OIDF FAPI and JWT profiles.
2023-05-20 21:00:40 +03:00
Fabian Affolter
e553dbe0a6 ec2stepshell: init at unstable-2023-04-07 2023-05-20 17:53:49 +02:00
Nick Cao
33bd20c0b2
Merge pull request #233013 from r-ryantm/auto-update/kube-bench
kube-bench: 0.6.13 -> 0.6.14
2023-05-20 08:59:07 -06:00
figsoda
95483d41fa
Merge pull request #232980 from fabaff/mantra
mantra: init at 1.1
2023-05-20 10:56:08 -04:00
Weijia Wang
ca2e0a84e3
Merge pull request #232989 from r-ryantm/auto-update/dontgo403
dontgo403: 0.8.1 -> 0.9.1
2023-05-20 17:06:31 +03:00
Mario Rodas
c4d711588a
Merge pull request #233006 from fabaff/freeze-bump
freeze: 1.1 -> 1.3
2023-05-20 08:25:43 -05:00
Robert Scott
5e97f7b10e
Merge pull request #232650 from LeSuisse/ghidra-bin-10.2.3
ghidra-bin: 10.2.2 -> 10.2.3
2023-05-20 14:03:07 +01:00
R. Ryantm
13f2a12d83 kube-bench: 0.6.13 -> 0.6.14 2023-05-20 12:29:37 +00:00