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

@ -86,7 +86,7 @@ class Venom(HackingTool):
TITLE = "Venom Shellcode Generator"
DESCRIPTION = "venom 1.0.11 (malicious_server) was build to take " \
"advantage of \n apache2 webserver to deliver payloads " \
"(LAN) using a fake webpage writen in html"
"(LAN) using a fake webpage written in html"
INSTALL_COMMANDS = [
"sudo git clone https://github.com/r00t-3xp10it/venom.git",
"sudo chmod -R 775 venom*/ && cd venom*/ && cd aux && sudo bash setup.sh",