The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

run_mitmdump.sh 487 B

12345678910111213141516171819
  1. #!/bin/bash
  2. MITM_PORT=${1:?no port provided}
  3. cd /home/mitmproxy/mitmproxy && \
  4. ./dev.sh && . ./venv/bin/activate && \
  5. mitmdump \
  6. --listen-host 0.0.0.0 \
  7. --listen-port ${MITM_PORT} \
  8. --showhost \
  9. --no-http2 \
  10. --set block_global=false \
  11. --set block_private=false \
  12. --set termlog_verbosity=debug \
  13. --set flow_detail=3 \
  14. --set stream_large_bodies=5m \
  15. --set keep_host_header \
  16. -s ./dns_spoofing.py \
  17. -s ./bubble_modify.py \
  18. --mode reverse:https://example.com:443/