forked from rc/classroom
Tested and fixed VP-63774
This commit is contained in:
parent
ed09d8d86c
commit
7ec5141a3e
3 changed files with 15 additions and 8 deletions
|
|
@ -6,4 +6,4 @@ dependencies:
|
||||||
- pwntools
|
- pwntools
|
||||||
- netcat
|
- netcat
|
||||||
- ropr
|
- ropr
|
||||||
- pwntools
|
- pwndbg
|
||||||
|
|
|
||||||
|
|
@ -3,17 +3,23 @@
|
||||||
name:
|
name:
|
||||||
- git
|
- git
|
||||||
|
|
||||||
- name: Download pwntools
|
- name: Download pwndbg
|
||||||
command:
|
command:
|
||||||
cmd: git clone https://github.com/pwndbg/pwndbg
|
cmd: git clone https://github.com/pwndbg/pwndbg
|
||||||
creates: pwndbg
|
creates: /opt/pwndbg
|
||||||
|
chdir: /opt
|
||||||
|
|
||||||
- name: Pull latest pwntools
|
- name: Pull latest pwndbg
|
||||||
command:
|
command:
|
||||||
cmd: git pull
|
cmd: git pull
|
||||||
chdir: pwndbg
|
chdir: /opt/pwndbg
|
||||||
|
|
||||||
- name: Install pwntools
|
- name: Install pwndbg
|
||||||
command:
|
command:
|
||||||
cmd: ./setup.sh
|
cmd: ./setup.sh
|
||||||
chdir: pwndbg
|
chdir: /opt/pwndbg
|
||||||
|
|
||||||
|
- name: Update folder permissions (to allow lock files)
|
||||||
|
file:
|
||||||
|
mode: '0777'
|
||||||
|
path: /opt/pwndbg/.venv
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
- name: pwndbg uninstallable
|
- name: pwndbg uninstallable
|
||||||
msg: "This task is not installable on Windows. Skipping."
|
debug:
|
||||||
|
msg: "This task is not installable on Windows. Skipping."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue