├── IPBouncer.sh ├── README.md ├── dns2proxy.py ├── dnsalert.txt ├── dnslog.txt ├── domains.cfg ├── exfil.cfg ├── fhtagn.sh ├── handler_msg.sh ├── hsts.cfg ├── ia.sh ├── nospoof.cfg ├── nospoofto.cfg ├── resolv.conf ├── spoof.cfg └── victims.cfg /IPBouncer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/IPBouncer.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/README.md -------------------------------------------------------------------------------- /dns2proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/dns2proxy.py -------------------------------------------------------------------------------- /dnsalert.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/dnsalert.txt -------------------------------------------------------------------------------- /dnslog.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /domains.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/domains.cfg -------------------------------------------------------------------------------- /exfil.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fhtagn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/fhtagn.sh -------------------------------------------------------------------------------- /handler_msg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/handler_msg.sh -------------------------------------------------------------------------------- /hsts.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/hsts.cfg -------------------------------------------------------------------------------- /ia.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/ia.sh -------------------------------------------------------------------------------- /nospoof.cfg: -------------------------------------------------------------------------------- 1 | imap.gmail.com 2 | -------------------------------------------------------------------------------- /nospoofto.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/resolv.conf -------------------------------------------------------------------------------- /spoof.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonardoNve/dns2proxy_hsts/HEAD/spoof.cfg -------------------------------------------------------------------------------- /victims.cfg: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------