Sfoglia il codice sorgente

rename dns_spoofing to bubble_request

pull/51/head
Jonathan Cobb 4 anni fa
parent
commit
97e590695a
3 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +0
    -0
      bubble-server/src/main/resources/packer/roles/mitmproxy/files/bubble_request.py
  2. +1
    -1
      bubble-server/src/main/resources/packer/roles/mitmproxy/files/run_mitm.sh
  3. +1
    -1
      bubble-server/src/main/resources/packer/roles/mitmproxy/tasks/main.yml

bubble-server/src/main/resources/packer/roles/mitmproxy/files/dns_spoofing.py → bubble-server/src/main/resources/packer/roles/mitmproxy/files/bubble_request.py Vedi File


+ 1
- 1
bubble-server/src/main/resources/packer/roles/mitmproxy/files/run_mitm.sh Vedi File

@@ -26,7 +26,7 @@ BUBBLE_PORT=${PORT} mitmdump \
--set stream_large_bodies=5m \
--set keep_host_header \
-s ./bubble_debug.py \
-s ./dns_spoofing.py \
-s ./bubble_conn_check.py \
-s ./bubble_request.py \
-s ./bubble_modify.py \
--mode transparent

+ 1
- 1
bubble-server/src/main/resources/packer/roles/mitmproxy/tasks/main.yml Vedi File

@@ -59,7 +59,7 @@
with_items:
- bubble_api.py
- bubble_debug.py
- dns_spoofing.py
- bubble_request.py
- bubble_conn_check.py
- bubble_modify.py
- run_mitm.sh


Caricamento…
Annulla
Salva