├── .idea ├── misc.xml ├── modules.xml ├── tapioca.iml ├── vcs.xml └── workspace.xml ├── .mitmproxy ├── keys.yaml ├── mitmproxy-ca-cert.cer ├── mitmproxy-ca-cert.p12 ├── mitmproxy-ca-cert.pem ├── mitmproxy-ca.pem └── mitmproxy-dhparam.pem ├── .vscode └── settings.json ├── LICENSE.md ├── README.md ├── allreports.py ├── cert.ico ├── checkcrypto.py ├── checknet.py ├── checkssl.py ├── color.py ├── config ├── mimeapps.list └── xfce4 │ ├── helpers.rc │ ├── panel │ ├── launcher-10 │ │ └── 14859666231.desktop │ ├── launcher-11 │ │ └── 14849268213.desktop │ ├── launcher-12 │ │ └── 14894329291.desktop │ ├── launcher-14 │ │ └── 14864279531.desktop │ ├── launcher-16 │ │ └── 14849275391.desktop │ ├── launcher-17 │ │ └── 14849275512.desktop │ ├── launcher-18 │ │ └── 14849276733.desktop │ ├── launcher-19 │ │ └── 14849278144.desktop │ ├── launcher-20 │ │ └── 14849276739.desktop │ └── launcher-9 │ │ └── 14849268211.desktop │ ├── terminal │ └── terminalrc │ └── xfconf │ └── xfce-perchannel-xml │ ├── keyboards.xml │ ├── thunar.xml │ ├── xfce4-desktop.xml │ ├── xfce4-keyboard-shortcuts.xml │ ├── xfce4-panel.xml │ └── xfwm4.xml ├── dhcpd.conf ├── dialogs.py ├── etc └── network │ └── interfaces ├── hostapd.conf ├── hostapd.sh ├── images ├── tapioca-full.png ├── tapioca-installed-annotated.png ├── tapioca-opened-annotated.png ├── tapioca-ssltest.png └── tapioca-tcpdump.png ├── install_tapioca.sh ├── iptables_mitmproxy.sh ├── iptables_noproxy.sh ├── license.txt ├── local └── share │ ├── applications │ ├── userapp-mitmproxy.desktop │ ├── userapp-mitmweb.desktop │ └── userapp-wireshark.desktop │ └── mime │ └── packages │ └── tapioca.xml ├── logs └── .gitignore ├── misc.py ├── mitmweb.sh ├── net.py ├── noproxy.py ├── noproxy.sh ├── pcaps ├── dtls-udp.pcap ├── dtls_null.pcap ├── ie6_tls1.pcap ├── ssl_test.pcap ├── tls12.pcap ├── win7_tls1.1.pcap ├── win7_tls1.pcap ├── win98_sslv2.pcap ├── win98_sslv2_success.pcap ├── win98_sslv3.pcap ├── win98_sslv3_success.pcap └── winme_sslv2.pcap ├── proxy.py ├── proxy.sh ├── qtdialogs.py ├── restartcap.sh ├── rewrite.py ├── search.py ├── ssltest.py ├── ssltest.sh ├── sysctl.conf ├── tapioca.cfg ├── tapioca.py ├── tcpdump.py ├── tcpdump.sh └── uris.py /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/tapioca.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.idea/tapioca.iml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /.mitmproxy/keys.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.mitmproxy/keys.yaml -------------------------------------------------------------------------------- /.mitmproxy/mitmproxy-ca-cert.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.mitmproxy/mitmproxy-ca-cert.cer -------------------------------------------------------------------------------- /.mitmproxy/mitmproxy-ca-cert.p12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.mitmproxy/mitmproxy-ca-cert.p12 -------------------------------------------------------------------------------- /.mitmproxy/mitmproxy-ca-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.mitmproxy/mitmproxy-ca-cert.pem -------------------------------------------------------------------------------- /.mitmproxy/mitmproxy-ca.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.mitmproxy/mitmproxy-ca.pem -------------------------------------------------------------------------------- /.mitmproxy/mitmproxy-dhparam.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.mitmproxy/mitmproxy-dhparam.pem -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/README.md -------------------------------------------------------------------------------- /allreports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/allreports.py -------------------------------------------------------------------------------- /cert.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/cert.ico -------------------------------------------------------------------------------- /checkcrypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/checkcrypto.py -------------------------------------------------------------------------------- /checknet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/checknet.py -------------------------------------------------------------------------------- /checkssl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/checkssl.py -------------------------------------------------------------------------------- /color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/color.py -------------------------------------------------------------------------------- /config/mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/mimeapps.list -------------------------------------------------------------------------------- /config/xfce4/helpers.rc: -------------------------------------------------------------------------------- 1 | WebBrowser=chromium 2 | -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-10/14859666231.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-10/14859666231.desktop -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-11/14849268213.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-11/14849268213.desktop -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-12/14894329291.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-12/14894329291.desktop -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-14/14864279531.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-14/14864279531.desktop -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-16/14849275391.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-16/14849275391.desktop -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-17/14849275512.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-17/14849275512.desktop -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-18/14849276733.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-18/14849276733.desktop -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-19/14849278144.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-19/14849278144.desktop -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-20/14849276739.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-20/14849276739.desktop -------------------------------------------------------------------------------- /config/xfce4/panel/launcher-9/14849268211.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/panel/launcher-9/14849268211.desktop -------------------------------------------------------------------------------- /config/xfce4/terminal/terminalrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/terminal/terminalrc -------------------------------------------------------------------------------- /config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml -------------------------------------------------------------------------------- /config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml -------------------------------------------------------------------------------- /config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml -------------------------------------------------------------------------------- /config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml -------------------------------------------------------------------------------- /config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml -------------------------------------------------------------------------------- /config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml -------------------------------------------------------------------------------- /dhcpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/dhcpd.conf -------------------------------------------------------------------------------- /dialogs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/dialogs.py -------------------------------------------------------------------------------- /etc/network/interfaces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/etc/network/interfaces -------------------------------------------------------------------------------- /hostapd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/hostapd.conf -------------------------------------------------------------------------------- /hostapd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/hostapd.sh -------------------------------------------------------------------------------- /images/tapioca-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/images/tapioca-full.png -------------------------------------------------------------------------------- /images/tapioca-installed-annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/images/tapioca-installed-annotated.png -------------------------------------------------------------------------------- /images/tapioca-opened-annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/images/tapioca-opened-annotated.png -------------------------------------------------------------------------------- /images/tapioca-ssltest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/images/tapioca-ssltest.png -------------------------------------------------------------------------------- /images/tapioca-tcpdump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/images/tapioca-tcpdump.png -------------------------------------------------------------------------------- /install_tapioca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/install_tapioca.sh -------------------------------------------------------------------------------- /iptables_mitmproxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/iptables_mitmproxy.sh -------------------------------------------------------------------------------- /iptables_noproxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/iptables_noproxy.sh -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/license.txt -------------------------------------------------------------------------------- /local/share/applications/userapp-mitmproxy.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/local/share/applications/userapp-mitmproxy.desktop -------------------------------------------------------------------------------- /local/share/applications/userapp-mitmweb.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/local/share/applications/userapp-mitmweb.desktop -------------------------------------------------------------------------------- /local/share/applications/userapp-wireshark.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/local/share/applications/userapp-wireshark.desktop -------------------------------------------------------------------------------- /local/share/mime/packages/tapioca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/local/share/mime/packages/tapioca.xml -------------------------------------------------------------------------------- /logs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/logs/.gitignore -------------------------------------------------------------------------------- /misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/misc.py -------------------------------------------------------------------------------- /mitmweb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/mitmweb.sh -------------------------------------------------------------------------------- /net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/net.py -------------------------------------------------------------------------------- /noproxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/noproxy.py -------------------------------------------------------------------------------- /noproxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/noproxy.sh -------------------------------------------------------------------------------- /pcaps/dtls-udp.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/dtls-udp.pcap -------------------------------------------------------------------------------- /pcaps/dtls_null.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/dtls_null.pcap -------------------------------------------------------------------------------- /pcaps/ie6_tls1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/ie6_tls1.pcap -------------------------------------------------------------------------------- /pcaps/ssl_test.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/ssl_test.pcap -------------------------------------------------------------------------------- /pcaps/tls12.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/tls12.pcap -------------------------------------------------------------------------------- /pcaps/win7_tls1.1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/win7_tls1.1.pcap -------------------------------------------------------------------------------- /pcaps/win7_tls1.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/win7_tls1.pcap -------------------------------------------------------------------------------- /pcaps/win98_sslv2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/win98_sslv2.pcap -------------------------------------------------------------------------------- /pcaps/win98_sslv2_success.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/win98_sslv2_success.pcap -------------------------------------------------------------------------------- /pcaps/win98_sslv3.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/win98_sslv3.pcap -------------------------------------------------------------------------------- /pcaps/win98_sslv3_success.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/win98_sslv3_success.pcap -------------------------------------------------------------------------------- /pcaps/winme_sslv2.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/pcaps/winme_sslv2.pcap -------------------------------------------------------------------------------- /proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/proxy.py -------------------------------------------------------------------------------- /proxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/proxy.sh -------------------------------------------------------------------------------- /qtdialogs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/qtdialogs.py -------------------------------------------------------------------------------- /restartcap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/restartcap.sh -------------------------------------------------------------------------------- /rewrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/rewrite.py -------------------------------------------------------------------------------- /search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/search.py -------------------------------------------------------------------------------- /ssltest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/ssltest.py -------------------------------------------------------------------------------- /ssltest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/ssltest.sh -------------------------------------------------------------------------------- /sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/sysctl.conf -------------------------------------------------------------------------------- /tapioca.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/tapioca.cfg -------------------------------------------------------------------------------- /tapioca.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/tapioca.py -------------------------------------------------------------------------------- /tcpdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/tcpdump.py -------------------------------------------------------------------------------- /tcpdump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/tcpdump.sh -------------------------------------------------------------------------------- /uris.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CERTCC/tapioca/HEAD/uris.py --------------------------------------------------------------------------------