Skip to content

Commit

Permalink
With great power comes great responsibility
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r0jahsm0ntar1 committed Mar 26, 2024
1 parent 9913d58 commit 578684d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 578684d

Please sign in to comment.