From eb29e87af7f7c13985564a38b4e6c095edf292f7 Mon Sep 17 00:00:00 2001 From: Faith Zybleva Date: Fri, 26 Apr 2024 02:50:28 +0200 Subject: [PATCH] Update install.sh fixed routersploit not installing automatically --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 212baca..09bc488 100755 --- a/install.sh +++ b/install.sh @@ -46,6 +46,7 @@ python3 -m pip install selenium wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb; sudo apt -fy install rm google-chrome-stable_current_amd64.deb +git clone https://www.github.com/threat9/routersploit ./analyses/routersploit python3 -m pip install -r ./analyses/routersploit/requirements.txt cd ./analyses/routersploit && patch -p1 < ../routersploit_patch && cd -