Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added allowance to break system packages #26

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nessus updated to latest, added neo4j docker.io and adminer
n0isegat3 committed Jun 12, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
viccuad Víctor Cuadrado Juan
commit e70241b710f07aaaad9da924ace01e3437f32295
2 changes: 2 additions & 0 deletions roles/install-tools/tasks/apt-stuff.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
- bruteforce-salted-openssl
- cifs-utils
- crowbar
- docker.io
- exiftool
- flamerobin
- flameshot
@@ -27,6 +28,7 @@
- jq
- libsasl2-modules-gssapi-heimdal
- libkrb5-dev
- neo4j
- ntpdate
- pipx
- rdesktop
2 changes: 1 addition & 1 deletion roles/install-tools/tasks/nessus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: "Download Nessus Install Package"
shell: "wget https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.7.0-debian10_amd64.deb -O /tmp/nessus.deb"
shell: "wget https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.7.4-debian10_amd64.deb -O /tmp/nessus.deb"

- name: "Install Nessus"
shell: "dpkg -i /tmp/nessus.deb"
3 changes: 2 additions & 1 deletion roles/install-tools/tasks/python-tools.yml
Original file line number Diff line number Diff line change
@@ -12,4 +12,5 @@
- { name: 'impacket', source: 'git+https://github.com/fortra/impacket.git' }
- { name: 'mitm6', source: 'git+https://github.com/dirkjanm/mitm6.git'}
- { name: 'pypykatz', source: 'git+https://github.com/skelsec/pypykatz.git'}
- { name: 'updog', source: 'git+https://github.com/sc0tfree/updog.git'}
- { name: 'updog', source: 'git+https://github.com/sc0tfree/updog.git'}
- { name: 'AD-miner', source: 'git+https://github.com/Mazars-Tech/AD_Miner.git'}