Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: port scanning, x86RE #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CyberSec.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ Here's a nifty [cheatsheet](https://picoctf.com/learning_guides/Book-2-Cryptogra
[What is Reverse Engineering?](https://www.geeksforgeeks.org/software-engineering-reverse-engineering/)

* A crash-course/cheatsheet on [Assembly Languages and Code](https://www.tutorialspoint.com/assembly_programming/assembly_quick_guide.htm)
* reverse engineering for [noobs](https://x86re.com/1.html)
* Using [IDA](https://www.hex-rays.com/products/ida/support/idadoc/) for Disassembly and Decompiling
* Debugging using [GDB](https://betterexplained.com/articles/debugging-with-gdb/)

## Web Exploitation and Scraping
[What counts as Web Exploitation?](https://www.valencynetworks.com/blogs/cyber-attacks-explained-web-exploitation/)

* What is [SQL Injection](https://www.w3schools.com/sql/sql_injection.asp) and how to use [SQLMap](https://github.com/sqlmapproject/sqlmap/wiki)
* How does [Nmap](https://nmap.org) actually work? [Port Scanning](https://www.youtube.com/watch?v=1kWZ1FvOe0o&pp=ygUTYW5raXQgY2hhaHVoYW4gbm1hcA%3D%3D) explained
* Man-in-the-middle attacking using [mitmproxy](https://docs.mitmproxy.org/stable/)
* Understanding [Cross-site Scripting](https://www.owasp.org/index.php/Cross-site_Scripting_(XSS))
* Forcing out hidden directories using [DirBuster](https://www.hackingarticles.in/comprehensive-guide-on-dirbuster-tool/)
Expand Down