/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
vendor
/
rmccue
/
requests
/
tests
/
utils
/
proxy
/
/home/techb158/ileadtechnology.com/SSM/vendor/rmccue/requests/tests/utils/proxy
mkdir
upload
Name
Size
Mode
Actions
proxy.py
163
0644
edit
dl
rm
start.sh
357
0644
edit
dl
rm
stop.sh
147
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/vendor/rmccue/requests/tests/utils/proxy/start.sh
(357B)
PROXYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" PORT=${PORT:-9000} PROXYBIN=${PROXYBIN:-"$(which mitmdump)"} ARGS="-s '$PROXYDIR/proxy.py' -p $PORT" if [[ ! -z "$AUTH" ]]; then ARGS="$ARGS --singleuser=$AUTH" fi PIDFILE="$PROXYDIR/proxy.pid" start-stop-daemon --start --background --pidfile $PIDFILE --make-pidfile --exec $PROXYBIN -- $ARGS
Save
cmd:
run