0% found this document useful (0 votes)
45 views1 page

Scripting for Hackers

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

Scripting for Hackers

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Scripting for Hackers

1. introduction of shell scripting

Types of shells, shell functionality, environment, Writing scripts and executing basic
script, debugging script, making inter active scripts, variables, Mathematical expressions,
If-else-else if, test command, logical operators- AND, OR, NOT, case-esac, while, for,
until, break and continue, Positional parameter, set and shift, IFS, processing file line by
line, functions

2. Regular Expressions and filters , processes

Regular Expressions, GREP, cut, sort commands, GREP pattern, SED & AWK, concept
of process in UNIX, background processes, Scheduling processes- At, batch and Cron,
trapping signals, string substitutions / manipulations

3. Introduction to python

The basic element of python, branching programs, control structures, string and input,
iteration, functions and scoping, recursion, global variables, modules, files, system
functions and parameters, Structured Types, Mutability and Higher-Order Functions
strings, tuples, lists and dictionaries, lists and mutability, functions and objects

4. Python Programming

Handling exceptions, Abstract Data types and classes, Inheritance, Encapsulations and
information hiding , Search algorithms, Sorting Algorithms

Reference Books:

• Automate the Boring Stuff with Python

• Fluent Python: Clear, Concise, and Effective Programming by Luciano Ramalho

• Learning python by Mark Lutz and David Ascher

• Unix Shell Programming by yashavant P Kanetkar

• The new Kornshell Command and Programming Language- 2nd edition

• Pro Bash Programming: Scripting the Linux Shell

• Unix and Shell Programming by Sumitabha Das

You might also like