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
|
||||
- netcat
|
||||
- ropr
|
||||
- pwntools
|
||||
- pwndbg
|
||||
|
|
|
|||
|
|
@ -3,17 +3,23 @@
|
|||
name:
|
||||
- git
|
||||
|
||||
- name: Download pwntools
|
||||
- name: Download pwndbg
|
||||
command:
|
||||
cmd: git clone https://github.com/pwndbg/pwndbg
|
||||
creates: pwndbg
|
||||
creates: /opt/pwndbg
|
||||
chdir: /opt
|
||||
|
||||
- name: Pull latest pwntools
|
||||
- name: Pull latest pwndbg
|
||||
command:
|
||||
cmd: git pull
|
||||
chdir: pwndbg
|
||||
chdir: /opt/pwndbg
|
||||
|
||||
- name: Install pwntools
|
||||
- name: Install pwndbg
|
||||
command:
|
||||
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
|
||||
debug:
|
||||
msg: "This task is not installable on Windows. Skipping."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue