Anonymous Hacker Simulator: Prologue

Anonymous Hacker Simulator: Prologue

评价数不足
My notes from the prologue
由 Bez 制作
Just some notes I made which may help some people, specifically English speakers.

If anyone asks for clarification, I can add more, as of this first edit it's just the notes I wrote down for commands.
   
奖励
收藏
已收藏
取消收藏
My notes.
I can elaborate more on these later if necessary, but for now I will simply paste them unedited.

airodump - scans surrounding networks
airorun - connects to networks
airoplay - sends DeAuth frames to networks
airocrack - cracks targeted network
inject - uploads malware
NMap - scans known IPs
upload - uploads file
disconnect - disconnects from server
send - sends files to website - send -f File_Name.txt -h HostName.com
cook - malware
harvester - searches internet for keyphrases
burp - brute force passwords, add the persons name to the end
---
Programs

John
Metasploit
---
Malware

Files need to be cooked prior to injecting or uploading. I added "cooked" to my notes to makes sure I didn't waste time doing it twice. If you do, the game doesn't give you extra copies luckily, but it still wastes your time if you've forgotten so I advise you note yours similarly.

Corruptor.EXE - cooked, harms files
Credential_Harvester - cooked, steals credentials
ElecSurge - cooked, emulates power surge
Mass Email Attack -
NetStorm - cooked, exploits security and admin
NexoGuard - cooked, steals info
WannaCry - cooked, encrypts files
Zeus - cooked, gathers info
---
Injections

Credential Harvester.html
Data_Manipulation.js
Mass Email Attack.js
---

Exploits

when you need to use an exploit to breach a server you'll need to use the command "use -x program -version x.x.x - ip yy:yy:yy:yy". You don't need to use quotations, that's just for grammar purposes. By copying these, all you'll need to do is make sure you're copying the right exploit and version and merely need to add the IP to the end.



use -x BadLock -version 1.1.1 - ip
use -x DNS_Query -version 1.0.0 -ip
use -x DNS_Query -version 1.0.1 -ip
use -x DNS_Query -version 1.1.1 -ip
use -x EternalBlue -version 1.0.0 -ip
use -x EternalBlue -version 1.0.1 -ip
use -x EternalBlue -version 1.0.2 -ip
use -x EternalBlue -version 1.0.3 -ip
use -x FTP_Bounce_Attack -version 1.0.0 -ip
use -x HTTP_DoS -version 1.0.0 -ip
use -x Kereberos_Authentication -version 1.1.0 -ip
use -x RDP_Bruteforce -version 1.0.1 -ip
use -x RDP_Bruteforce -version 1.1.0 -ip
use -x SSL/TLS -version 1.0.0 -ip
use -x SSL/TLS -version 1.1.0 -ip
use -x SSH_Bruteforce -version 1.0.0 -ip
use -x SSH_Bruteforce -version 1.0.1 -ip
---