Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-09 21:34:14 +01:00
parent 5622999fb3
commit 8ad0808895
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
export LD_LIBRARY_PATH=/usr/local/lib
export LD_PRELOAD=/usr/local/lib/libpcap.so.1
# well ... it blinks the led # well ... it blinks the led
blink_led() { blink_led() {

View File

@ -289,6 +289,13 @@
dest: /usr/local/lib/libpcap.so.0.8 dest: /usr/local/lib/libpcap.so.0.8
state: link state: link
- name: adjust /boot/config.txt
lineinfile:
dest: /usr/bin/pwnlog
insertbefore: "# well ... it blinks the led"
line: export LD_LIBRARY_PATH=/usr/local/lib
export LD_PRELOAD=/usr/local/lib/libpcap.so.1
############################################################### ###############################################################
# Install nexmon to fix wireless scanning (takes 2.5G of space) # Install nexmon to fix wireless scanning (takes 2.5G of space)
############################################################### ###############################################################