8 lines
147 B
Bash
Executable file
8 lines
147 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mitmdump -k -p 8080 -s mitmaddon/littlesnitch.py &
|
|
./build/littlesnitch &
|
|
|
|
sleep 1
|
|
curl -x http://localhost:8080 -k https://yolo.jetzt
|
|
|