Thank you! Everyone, Thank you!
I'm so damned happy!
I'm palpitating!
-------------------------------------------
Celebration of life service held for slain Pasco teen as search for killer continues - Duration: 2:39.
For more infomation >> Celebration of life service held for slain Pasco teen as search for killer continues - Duration: 2:39. -------------------------------------------
Cycling For Survival On LI - Duration: 2:05.
For more infomation >> Cycling For Survival On LI - Duration: 2:05. -------------------------------------------
Montana Innocence Project instrumental in possible freedom for 2 inmates - Duration: 1:57.
For more infomation >> Montana Innocence Project instrumental in possible freedom for 2 inmates - Duration: 1:57. -------------------------------------------
Introduction | Python for InfoSec | Part 1 - Duration: 1:55.
Hey Everyone,
I am Vikram Salunke
and welcome to our brand new
course on Python for InfoSec
This is the first video
in the series
so, this course is going to be for
pentesters, defenders, reverse engineers
exploit developers, forensic analyst etc.
we will write tools
from the scratch
and we will see how to write script
to automate our attack
Python is called
Hacker's Langauge
most of the tools are
written in Python
python is simple and easy
to learn
and there are hundreds of
third-party libraries available
which will help you to
build your own tools
there are hundreds of tools
already exists
learning python will help
you in difficult cases where
those tools fail
we can install multiple versions
for python in same machine
Python 3 is not
backward compatible
that means
the scripts written in
Python 2.x will not
work correctly in
Python 3
and most of the tools are
written in Python 2
for this course
we are going to focus
more on Python 2.7
and we will try to develop
Python 3 compatible code
Python is an interpreted
language
different than compiled
language such as C
let's see what do you mean
by compiled and interpreted
now this is a C
source code file
HelloWorld.c
compiler will take this
file and produce binary
such as HelloWorld.exe
that can execute natively
with the operating system
without any further assistance
from compiler langauge
in the case of Python
imagine this is a file
HelloWorld.py
interpreter processes
that script
during execution of that
script interpreter must be
installed when you want to run
the script
and another thing about
Python is
python is doesn't process
entire script at once
that means it reads the
first line - execute it
and then move onto the
next line
so, that's it for this video
if you want to join our
in-person class then
please visit this link
we are doing trainings in
some upcoming
InfoSec conferences
and if you want to solve the
exercises for this video
then please visit our website
vmaskers.com
solve the exercises and check
your understandings
Thank you :)
Không có nhận xét nào:
Đăng nhận xét