The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

20 rindas
487 B

  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/