Just wanna say, after spending a lot of time watching your instructionals, how much I appreciate you keeping in the mistakes, sharing thought process of figuring out what's likely wrong, and only then correcting it. Not because of "it's good to see someone of your level still makes mistakes", but I think literally as a pedagogical device it holds more value vs if you were to edit this out, and just present a flawless progression. I feel like these moments create much more "sticky" impressions, and have noticed now in my thought process how recollections related to "mistakes" you made and corrected are much more prominent. Not sure if this was a conscious decision on your part, but it's really great man thanks.
I think it's important to realize that mistakes are inevitable, and they are not a bad thing. These are great opportunities for learning. Thank you for your kind words!
connection is established between the two programs but i get an error code 10057(lost connection) from the local program. in tcpview it shows that the connection is established i tried downloading the reverse shell on my laptop and i connected the laptop to my LAN but i get an error from the send function 10051
@@zodiacon ok after a long time with debugging i found the problem, so the cmd gets created and then closed immediately if you run the reverse shell in the virtual studio folder (the place where it gets built) i figured that out when i typed cmd.exe in C:\Users\alkat\Desktop everse shell\Local\x64\Release (you can try this just go to the path and delete it and type instead cmd.exe) the cmd will not be created. maybe some Windows 11 stupid shit ??? i had to take the executable to the desktop and then run it ok, the second reason is the function socket i had to change it to WSASocket.
always a good day when PAVEL POST :)
Just wanna say, after spending a lot of time watching your instructionals, how much I appreciate you keeping in the mistakes, sharing thought process of figuring out what's likely wrong, and only then correcting it. Not because of "it's good to see someone of your level still makes mistakes", but I think literally as a pedagogical device it holds more value vs if you were to edit this out, and just present a flawless progression.
I feel like these moments create much more "sticky" impressions, and have noticed now in my thought process how recollections related to "mistakes" you made and corrected are much more prominent. Not sure if this was a conscious decision on your part, but it's really great man thanks.
I think it's important to realize that mistakes are inevitable, and they are not a bad thing. These are great opportunities for learning.
Thank you for your kind words!
One of my favorite channels. Keep these videos coming, please!
Beautiful work! Love this!
Try launching a fork bomb!😅
connection is established between the two programs but i get an error code 10057(lost connection) from the local program. in tcpview it shows that the connection is established i tried downloading the reverse shell on my laptop and i connected the laptop to my LAN but i get an error from the send function 10051
I'm afraid I cannot debug your system.
@@zodiacon ok after a long time with debugging i found the problem,
so the cmd gets created and then closed immediately if you run the reverse shell in the virtual studio folder (the place where it gets built) i figured that out when i typed cmd.exe in C:\Users\alkat\Desktop
everse shell\Local\x64\Release (you can try this just go to the path and delete it and type instead cmd.exe) the cmd will not be created. maybe some Windows 11 stupid shit ??? i had to take the executable to the desktop and then run it
ok, the second reason is the function socket i had to change it to WSASocket.