Skip to content

Commit 83e2a51

Browse files
author
Ferenc Gozony
committed
added Byp4xx
1 parent 97c31e1 commit 83e2a51

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ If you want to check out the full GUI version of KITT its repo can be found [her
3838
* [Nuclei](<https://github.com/projectdiscovery/nuclei>) - Template Based Vulnerability Scanner
3939
* [Bypass-Firewalls-By-DNS-History](<https://github.com/vincentcox/bypass-firewalls-by-DNS-history>) - Uses DNS records to check if server replies to old domains (or IP)
4040
* [Infog](<https://github.com/OffXec/infog>) - General OSINT Tool
41+
* [Byp4xx](<https://github.com/lobuhi/byp4xx>) - 403 Forbidden probe
4142

4243
### Cracking
4344
* [Hate_Crack](<https://github.com/trustedsec/hate_crack.git>) - Automated Hashcat Cracker

catchup.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,4 +801,9 @@ else
801801
sudo chmod 777 infog.sh
802802
cd ..
803803
fi
804+
if [ -d "byp4xx" ]; then
805+
printf "${GREEN}[+] Byp4xx Installed${NC}\n"
806+
else
807+
sudo git clone https://github.com/lobuhi/byp4xx.git
808+
fi
804809
printf "${GREEN}[+] All Caught Up!${NC}\n"

setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,8 @@ sudo git clone https://github.com/OffXec/infog.git
597597
cd infog
598598
sudo chmod 777 infog.sh
599599
cd ..
600+
printf " ${BLUE}[*]Installing Byp4xx...${NC}\n"
601+
sudo git clone https://github.com/lobuhi/byp4xx.git
600602
printf " ${BLUE}[*]Writing Fail2Ban Configs...${NC}\n"
601603
sudo curl https://pastebin.com/raw/gYr9pn0w > /etc/fail2ban/jail.local
602604
sudo service fail2ban restart

0 commit comments

Comments
 (0)