Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
HouseProxy — Protect your parents from phishing | Kitploit
Tools/GitHubGitHub/mthbernardes/houseproxy
Defensive ToolsWeb Proxies & InterceptionPhishingLearning & Education
GitHubmthbernardes/houseproxy

HouseProxy

Protect your parents from phishing

View Repository
41118 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

HouseProxy

Protect your parents from phishing, HTTP proxy focused on block phishing URL's

Install

root@kitploit:~
git clone https://github.com/mthbernardes/HouseProxy.git
cd HouseProxy/
pip3 install -r requeriments.txt

Config

root@kitploit:~
Edit etc/HouseProxy.conf to change de default user and password
Create a entry in your DNS to house.proxy

Usage

root@kitploit:~
$ hug -f index.py
$ sudo echo "localhost  house.proxy" >> /etc/hosts
Set the house.proxy:3128 as your proxy
Open the browser and access http://house.proxy:8000
Click in update blacklists It my take a while, the tool is downloading
blacklists from phishitank and openphish.
Done, now just try to access a malicious URL.

Usage recomendation

root@kitploit:~
Install it on a raspberry pi, create a network,
force all http traffics to pass through the pi on 3128 port (transparent proxy),
and connect the clients to this network

HouseProxy Usage

Download Tool