Skip to content

Commit

Permalink
updated guide
Browse files Browse the repository at this point in the history
  • Loading branch information
laluka committed Nov 20, 2024
1 parent 060e84e commit 2bffc9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/offensive-stuff/tasks/burpsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
set -x
mv '{{ ansible_env.HOME }}/BurpSuiteCommunity' /opt/lbtools/
sed -i 's#{{ ansible_env.HOME }}#/opt/lbtools#g' '{{ ansible_env.HOME }}/.local/share/applications/'*BurpSuiteCommunity.desktop
become: true
when: not burpsuite_installed.stat.exists

- name: Allow katana / burp / obs headless browsers to work
ansible.builtin.lineinfile:
Expand Down

0 comments on commit 2bffc9d

Please sign in to comment.