mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
4 lines
175 B
Bash
Executable File
4 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
# Launch chrome for burp
|
|
exec /usr/bin/google-chrome-beta --ignore-certificate-errors --user-data-dir=${HOME}/.config/chrome-pentest --proxy-server=127.0.0.1:8080
|