Tasks

  1. 50 linux commands practice
  2. Bumpsuite Installation & FoxyProxy Setup (guide below)
  3. โ€˜Mastering Kali Linux for Advanced Penetration Testingโ€™ by Vijay Kumar Velu
  4. https://www.isc2.org/Certifications/CC?filter=featured&searchRoot=A82B5ABE5FF04271998AE8A4B5D7DEFD (details below) and the Google Certificate from the last class
  5. 1-3 NSE courses suggested by captain (link below)

<aside> ๐Ÿ’ก #DECEMBER porjonto FREE. NID & Passport lagbe. C๐ž๐ซ๐ญ๐ข๐Ÿ๐ข๐ž๐ ๐ข๐ง ๐‚๐ฒ๐›๐ž๐ซ๐ฌ๐ž๐œ๐ฎ๐ซ๐ข๐ญ๐ฒโ„  (๐‚๐‚) ๐…๐‘๐„๐„ ๐„๐ฑ๐š๐ฆ ๐•๐จ๐ฎ๐œ๐ก๐ž๐ซ!

(ISC)ยฒ is offering FREE access to their Certified in Cybersecurityโ„  (CC) Online Self-Paced Training and Exam for anyone entering the field for the first time.

Here's the link to get started; https://lnkd.in/dDRewAUE

๐Ÿ‘‰๐Ÿผ Create an account with Pearson VUE, Select the certification: CC: Certified inbCybersecurity ๐Ÿ‘‰๐Ÿผ Select your testing location and schedule your exam. ๐Ÿ‘‰๐Ÿผ Enter the Voucher and click apply. Your total will automatically update to $0.

Exam Voucher: ๐‚๐‚๐Ÿ๐Œ๐Ÿ๐Ÿ๐Ÿ‘๐Ÿ๐Ÿ๐ŸŽ๐Ÿ๐Ÿ‘ Self-Paced Training: https://lnkd.in/dA8TQpXn

</aside>

<aside> ๐Ÿ’ก Burp Pro Installation ==>go to (www.github.com/SNGWN/Burp-Suite) ==>git clone the repo ==>Go to the directory : cd Burp-Suite ==>edit the Kali_Linux_Setup.sh file(29th line) nano Kali_Linux_Setup.sh edit the (/bin/burp) to (/usr/bin/burppro) save this file by CTRL+S CTRL+X ==>run the file/// sudo ./Kali_Linux_Setup.sh

Foxyproxy setup : IP & Port: burp->proxy->option CA certificate: 127.0.0.1:8080 firefox settings->certificate manager->authority->view certificates->import->select both checkbox->enter

(video tutorial in the TG group)

https://t.me/c/1909610479/804

https://t.me/c/1909610479/838

also see recent gc for fixing issues

</aside>

<aside> ๐Ÿ’ก NSE courses 1-3 =>https://helpdesk.training.fortinet.com/support/solutions/articles/73000524089-how-do-i-log-in-to-the-fortinet-training-institute-portal- =>https://training.fortinet.com/ =>public ==>https://training.fortinet.com/local/staticpage/view.php?page=nse_1

</aside>

Untitled

Linux Essential Commands

<aside> ๐Ÿ’ก To enter root mode in Kali, type sudo su

To know all the parameters of xxxx xxxx โ€”help

To show all the files in directory in a specific order ls -lart

//linux is case sensitive

To write file nano abc.py

To run python python abc.py

To run python legacy python2 abc.py

To see the file leafpad abc.py cat abc.py

To open a visual window in your current folder thunar

To copy cp file_to_copy(you_must in_the_directory) destination cp abc.py /opt/test

Immediate previous directory ../ ..

Cureent Directory ./

Change directory cd

To see files in another directory staying in other directory ls /opt/test

To move all the py files in opt/test *mv .py /opt/test

To rename (move to the same directory changing the name) mv abc.py renamed.py

(If a package installation gets error, enter sudo apt update before the installation of the package.)

</aside>

100 essential Linux Commands

ChatGPT DAN Mode