♦ Chat with me by clicking on this link – https://wa.me/917977764430?text=Notifications%20Activate
♦Python for Hackers : This course is designed by hacker for hacker .
♦Github Project Files : https://goo.gl/FLENRY
♦ Check this out & Consider Donating : https://goo.gl/IRgCxs
♦ Subscriber to My Youtube Channel : https://goo.gl/cofDac
♦ Python For Offensive Pentest : A Complete Practical Course. This course is developed based on Udemy’s Python for offensive pentest. I have purchased the course from udemy and created my course based on it. I believe knowledge should be free and thus have given my best to recreate the course and upload it for free. I have not uploaded the course on youtube , i have recreated the course based on the course and tried my best to explain properly. You can find the original course here – https://www.udemy.com/python-for-offensive-security-practical-course/ I would not recommend you to purchase the course would rather suggest you to use my free course which is completely same but free.
=================Social=================
♦ Facebook : www.facebook.com/webmaster.pg
♦ Twitter : www.twitter.com/webmaster_pg
♦ Youtube : www.youtube.com/priyankgada
♦ Instagram : www.instagram.com/gada.priyank
♦ Blog : www.priyankgada.blogspot.in
♦ Github : www.github.com/priyankgada
=================Credits=================
This video is copyrighted . Please do not use it without proper permissions.
Sound : No Copyright Sounds (NCS)
Website – NCS – nocopyrightsounds.co.uk
Youtube Channel – NCS – https://goo.gl/DSmRwY
Music: Ahrix – Nova
Spotify: https://open.spotify.com/artist/0kXCdaJ7C5MD27jXxzvHsa
Facebook: http://bit.ly/1wFWvyM
Youtube Channel: http://bit.ly/2mUBTD2
Youtube Video: http://bit.ly/1eXqiOi
SoundCloud: http://bit.ly/1m1ye0b
penetration testing, python, penetration test, python penetration testing, python penetration testing tutorial., penetration testing with python, learn penetration testing, what is penetration testing, network penetration testing, penetration testing steps, penetration testing tools, web penetration testing lab, web app penetration testing, penetration testing report, pen testing, web penetration testing tools
penetration testing, python, penetration test, python penetration testing, python penetration testing tutorial., penetration testing with python, learn penetration testing, what is penetration testing, network penetration testing, penetration testing steps, penetration testing tools, web penetration testing lab, web app penetration testing, penetration testing report, pen testing, web penetration testing tools
penetration testing, python, penetration test, python penetration testing, python penetration testing tutorial., penetration testing with python, learn penetration testing, what is penetration testing, network penetration testing, penetration testing steps, penetration testing tools, web penetration testing lab, web app penetration testing, penetration testing report, pen testing, web penetration penetration testing,python,learn penetration testing,web penetration testing,web penetration testing course,web penetration testing with kali linux,python penetration testing,python penetration testing tutorial.,penetration testing with python,network penetration testing,web application penetration testing,web app penetration testing,penetration testing tools,penetration testing steps,web penetration testing lab penetration testing,python,learn penetration testing,web penetration testing,web penetration testing course,web penetration testing with kali linux,python penetration testing,python penetration testing tutorial.,penetration testing with python,network penetration testing,web application penetration testing,web app penetration testing,penetration testing tools,penetration testing steps,web penetration testing lab penetration testing,python,learn penetration testing,web penetration testing,web penetration testing course,web penetration testing with kali linux,python penetration testing,python penetration testing tutorial.,penetration testing with python,network penetration testing,web application penetration testing,web app penetration testing,penetration testing tools,penetration testing steps,web penetration testing lab #PenetrationTesting #Python #Priyank testing tools
source
When running the python script, (copied verbatim) I receive no output, just
>>> [blank]
No error codes, no syntax errors.
no error no syntax error , script running but >>> NOTHING how to solve this problem?
it's great playlist 🙂
AWESOME series!
how is the code in python3??
hello friend, in python 3.6 is different …
We want to learn coding
Make our own codes
Where should I learn
Shell Server error
import socket
def connect():
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.bind(("10.0.0.30",8080))
s.listen(1)
print ' Listening at port 8080 '
conn, addr=s.accept()
print ' User connected : ', addr
while True:
command = raw_input ("Shell>")
if 'terminate' in command:
conn.send('terminate')
conn.close()
break
else:
conn.send(command)
print conn.recv(1024)
def main ():
connect()
main()
I am getting error: "Missing parentheses in call to 'print'. Did you mean print(t ' Listening at port 8080 ')?
he cut the P of his logo from the logo of Pintrest
Nice tutorial. Like it
explain the line 'conn.recv(1024)'…..i understand that it is there to receive the output of the command but why use the number 1024 for the method argument
i would use metasploit