You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
[FIX] #Fixed Typos by codespell
This commit is contained in:
@ -37,7 +37,7 @@ class AdvPhishing(HackingTool):
|
||||
class Setoolkit(HackingTool):
|
||||
TITLE = "Setoolkit"
|
||||
DESCRIPTION = "The Social-Engineer Toolkit is an open-source penetration\n" \
|
||||
"testing framework designed for social enginee"
|
||||
"testing framework designed for social engine"
|
||||
INSTALL_COMMANDS = [
|
||||
"git clone https://github.com/trustedsec/social-engineer-toolkit/",
|
||||
"cd social-engineer-toolkit && sudo python3 setup.py"
|
||||
@ -92,7 +92,7 @@ class Evilginx2(HackingTool):
|
||||
class ISeeYou(HackingTool):
|
||||
TITLE = "I-See_You"
|
||||
DESCRIPTION = "[!] ISeeYou is a tool to find Exact Location of Victom By" \
|
||||
" User SocialEngineering or Phishing Engagment..\n" \
|
||||
" User SocialEngineering or Phishing Engagement..\n" \
|
||||
"[!] Users can expose their local servers to the Internet " \
|
||||
"and decode the location coordinates by looking at the log file"
|
||||
INSTALL_COMMANDS = [
|
||||
|
Reference in New Issue
Block a user