Skip to content

Notes & misc taken from Complete Ethical Hacking Bootcamp 2021: ZTM(ARCHIVED) and EC-Council's CodeRed

License

Notifications You must be signed in to change notification settings

sufyandaredevil/EHRSRC_ZTM

Repository files navigation

To dive straight into the notes, Click here

About

This Repository contains notes that are taken from CodeRed's CEHV12 Custom Bundle Learning Kit provided by EC-Council.

Notes Nomenclature:

Notes created use the following notations that have their own meaning. Ultimately the purpose of these notes is to reduce the amount of information without compromising on concept clarity (I said notes, not a guide) but also not to digress from the core fact by not inserting PoC screenshots, long paragraphs etc for explaining a concept and prevent overlooking stuffs that are important to remember.

  • <   >

    Angular brackets with strings between it is a VARIABLE.

    It is used to show some generic placeholder name instead of a specific string

    EXAMPLE 1: <victim's_ip> can be 10.0.0.2 or 44.228.249.3

    EXAMPLE 2: <interface> can be eth0 or wlan0

  • [   ]

    Square brackets with strings between it is an ACTION.

    It is used to show an action that's been executed by a mouse or a peripheral

    EXAMPLE 1: [SELECT] is for selecting a clickable area on the computer screen with a mouse with Right Mouse Button (RMB)

    EXAMPLE 2: [CLICK] is for clicking on a clickable area on the computer screen with a mouse with Right Mouse Button (RMB)

  •    

    Markdown Keystroke with strings between it is a BUTTON.

    It is to show buttons that needs to be [CLICKED] in a specific application

    EXAMPLE 1: 🌐 is a button that needs to be [CLICKED] in the Ettercap Application

    EXAMPLE 2: Proxy is a tab that needs to be [CLICKED] in the Burpsuite Application