Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Shell Scripting for Security & Forensics

Avatar for Prajit Sindhkar Prajit Sindhkar
June 28, 2023
65

Shell Scripting for Security & Forensics

Avatar for Prajit Sindhkar

Prajit Sindhkar

June 28, 2023
Tweet

Transcript

  1. Who AM I? lecturer & Mentor Bug XS Co-founder &

    CTO CEH (PRACTICAL) CCIO & CAP
  2. • In Shell Scripting, we put all the instructions in

    a container (shell) and then we execute it to run all the instructions in it. • This is very helpful in OS which don’t have GUI, like Linux. • Bash scripting allows users to automate tasks, create custom utilities, and streamline workflows by writing sequences of commands that can be executed together. These scripts are written in plain text files with the ".sh" extension and can be executed directly from the command line. What is SHELL SCRIPTING?
  3. USE CASES OF SHELL SCRIPTING IN SECURITY & FORENSICS Log

    analysis & Monitoring Vulnerability scanning Incident response Security hardening & Compliance Malware analysis And many more ……
  4. • Learn Bash Scipriting ASAP and automate the tedious and

    repetitive tasks to work efficiently. Takeaways