1
0
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:
Hardik Zinzuvadiya
2023-03-04 09:08:54 -05:00
parent 1e64996614
commit 2c5cbb3538
8 changed files with 11 additions and 11 deletions

View File

@ -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 = [