From 578684dba46d5d70830b9fde674d41c97673c99e Mon Sep 17 00:00:00 2001 From: Rojahs Montari Date: Tue, 26 Mar 2024 17:15:53 +0300 Subject: [PATCH] With great power comes great responsibility The africana-framework is a software designed for network & web hacking by automating as much stuff as possible to detect vulnerabilities on most common services and web technologies. It also has some wide range of penetration testing from internal network, Wi-Fi, system anonymity to web bug hunting. It's purely written for Good and not Evil --- src/core/system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/system.py b/src/core/system.py index 734c20e1..f24658e8 100644 --- a/src/core/system.py +++ b/src/core/system.py @@ -94,7 +94,6 @@ def update_system(self): else: print("\n") print(bcolors.BOLD + "[" + bcolors.BLUE + "+" + bcolors.ENDC + bcolors.BOLD + "] " + bcolors.GREEN + "Making Necessary dirs & Copying africana to your system" + bcolors.ENDC) - print(installer.definepath()) spinner.run_subprocess('mkdir -p /usr/local/opt; cp -r %s /usr/local/opt/africana-framework; ln -s /usr/local/opt/africana-framework/src/modules/kenyan.py /usr/local/bin/africana; chmod +x /usr/local/bin/africana' %(installer.definepath())) print("\n") print(bcolors.BOLD + "[" + bcolors.BLUE + "+" + bcolors.ENDC + bcolors.BOLD + "] " + bcolors.GREEN + "Installing Essential tools: nc, zsh, wget, curl, python3" + bcolors.ENDC)