<aside> 💡 Eslam kamal Mohamed Kashik Me

</aside>


All of The Tools and Commands Used

# Tools
> Notepad (text reviewing)
> Wireshark (packet analysis)
> curl (used in command lines or scripts to transfer data)
> Scapy ( create packets, send it over the network )
> zip2john ( extract zip file hash )
> john ( cracking passwords and hashing)
> [hash analyzer](<https://www.tunnelsup.com/hash-analyzer/>)  ( identify the hash type )
> strings ( print out all printable characters in files )
> binwalk ( **analyzing, reverse engineering, and extracting firmware images )
> Steghide (steganography program)
> Stegcracker ( for crack  steghide password )
> audactiy ( for music file analysis )
> Burpsuite ( tool for performing security testing of web applications )
> [codebeautify](<https://codebeautify.org/reverse-string>) (for reverse the strings )
> [JS Beautifier](<https://www.danstools.com/javascript-beautify/>) ( for making js more readable)
> arjun ( HTTP parameter discovery suite 
> [Cookie Quick Manager](<https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/?src=search>) ( for editing cookies )
> NMAP ( Network Mapper xD )
> aircrack-ng ( suite of tools to assess WiFi network security )**

==========
# Commands
> ipconfig (display and manage the IP address assigned to the machine)
> echo "some base64 encoded" | base64 -d (decoding the base64)
> ls -la ( for see the hidden files)
> chmod +x ( for making the file excutable)
> cat ( for see the file content)
> unzip ( for unzip file xD )
> file ( for see the file information )
> zip2john example.zip (extract zip file hash)
> tr 'A-Za-z' 'N-ZA-Mn-za-m' ( for decrypt the rot13 format)
> binwalk -M --dd=".*" file.bin ( search in binary images for embedded files and extract it)
> stengcracker image.jpg /path/to/rockyou/wordlist ( crack stenghide password)
> nmap -sV --allports --version-all [ target ip ] ( full scan with service detection)
> aircrack-ng wpa.cap -w /wordlist ( for crack the wpa )


Network Security Fundamentals


Wireshark

<aside> 💡 “ Wireshark” is the world’s foremost and widely-used network protocol analyzer.

</aside>