Compare commits
No commits in common. "master" and "master" have entirely different histories.
15 changed files with 0 additions and 79 deletions
|
|
@ -2,8 +2,3 @@
|
||||||
# matevz.pesek@fri.uni-lj.si
|
# matevz.pesek@fri.uni-lj.si
|
||||||
dependencies:
|
dependencies:
|
||||||
- c_development
|
- c_development
|
||||||
- docker
|
|
||||||
- pwntools
|
|
||||||
- netcat
|
|
||||||
- ropr
|
|
||||||
- pwndbg
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
- import_tasks: main_win.yml
|
|
||||||
when: ansible_os_family == 'Windows'
|
|
||||||
- import_tasks: main_lin.yml
|
|
||||||
when: ansible_os_family == 'Debian'
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
- name: Install netcat
|
|
||||||
apt:
|
|
||||||
name: netcat-openbsd
|
|
||||||
state: latest
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
- name: Install netcat
|
|
||||||
win_chocolatey:
|
|
||||||
name: netcat
|
|
||||||
state: latest
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- c_development
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
- import_tasks: main_win.yml
|
|
||||||
when: ansible_os_family == 'Windows'
|
|
||||||
- import_tasks: main_lin.yml
|
|
||||||
when: ansible_os_family == 'Debian'
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
- name: Install dependencies
|
|
||||||
apt:
|
|
||||||
name:
|
|
||||||
- git
|
|
||||||
|
|
||||||
- name: Download pwndbg
|
|
||||||
command:
|
|
||||||
cmd: git clone https://github.com/pwndbg/pwndbg
|
|
||||||
creates: /opt/pwndbg
|
|
||||||
chdir: /opt
|
|
||||||
|
|
||||||
- name: Pull latest pwndbg
|
|
||||||
command:
|
|
||||||
cmd: git pull
|
|
||||||
chdir: /opt/pwndbg
|
|
||||||
|
|
||||||
- name: Install pwndbg
|
|
||||||
command:
|
|
||||||
cmd: ./setup.sh
|
|
||||||
chdir: /opt/pwndbg
|
|
||||||
|
|
||||||
- name: Update folder permissions (to allow lock files)
|
|
||||||
file:
|
|
||||||
mode: '0777'
|
|
||||||
path: /opt/pwndbg/.venv
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
- name: pwndbg uninstallable
|
|
||||||
debug:
|
|
||||||
msg: "This task is not installable on Windows. Skipping."
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- rust
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
- import_tasks: main_win.yml
|
|
||||||
when: ansible_os_family == 'Windows'
|
|
||||||
- import_tasks: main_lin.yml
|
|
||||||
when: ansible_os_family == 'Debian'
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
- name: Install ropr
|
|
||||||
ansible.builtin.command:
|
|
||||||
cmd: cargo install ropr --root /usr/local
|
|
||||||
creates: /usr/local/bin/ropr
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
- name: Uninstallable
|
|
||||||
debug:
|
|
||||||
msg: "This task is not installable on Windows. Skipping."
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
- import_tasks: main_win.yml
|
|
||||||
when: ansible_os_family == 'Windows'
|
|
||||||
- import_tasks: main_lin.yml
|
|
||||||
when: ansible_os_family == 'Debian'
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
- name: Install rust tools
|
|
||||||
apt:
|
|
||||||
name:
|
|
||||||
- rustc
|
|
||||||
- cargo
|
|
||||||
- rustfmt
|
|
||||||
state: latest
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
- name: Install rust
|
|
||||||
win_chocolatey:
|
|
||||||
name: rust
|
|
||||||
state: latest
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue