Tryhackme ConvertMyVideo Walkthrough
CyberWorldSec
room link - https://tryhackme.com/room/convertmyvideo
enumeration pspy link - https://github.com/DominicBreuker/pspy #tryhackme #ctf
In this video, CyberWorldSec shows you how to solve tryhackme ConvertMyVideo CTF
Capture The Flags, or CTFs, are a kind of computer security competition. Teams of competitors (or just individuals) are pitted against each other in a test of computer security skill.
🆘🆘NEED HELP?? Join the Discord Server: https://discord.gg/W5vJaaBw
FOLLOW ME EVERYWHERE
Instagram : https://www.instagram.com/bug_bunty Telegram group : https://t.me/ethical_hacker_learn Discord: https://discord.gg/W5vJaaBw Twitter: https://twitter.com/cyberworlds3c
Disclaimer :
These materials are for educational and research purposes only.
These videos teach you cyber secuirty and all the practicals are conducted on a safe to test labs provided by tryhackme .
TryHackMe is an online platform that teaches cyber security through short, gamified real-world labs. We have content for both complete beginners and seasoned hackers, encorporating guides and challenges to cater for different learning styles. To know more go to https://tryhackme.com/about
SUBSCRIBE for more videos! Thanks for watching! Cheers!
,convert video tryhackme, tryhackme convert video, tryhackme,
pspy64, pspy64 usage, tryhackme tutorial, tryhackme ctf,
pspy64 practical, pspy - unprivileged Linux process snooping
Go Report Card Maintainability Test Coverage CircleCI
pspy is a command line tool designed to snoop on processes without need for root permissions. It allows you to see commands run by other users, cron jobs, etc. as they execute. Great for enumeration of Linux systems in CTFs. Also great to demonstrate your colleagues why passing secrets as arguments on the command line is a bad idea.
The tool gathers the info from procfs scans. Inotify watchers placed on selected parts of the file system trigger these scans to catch short-lived processes. Getting started Download
Get the tool onto the Linux machine you want to inspect. First get the binaries. Download the released binaries here:
32 bit big, static version: pspy32 download
64 bit big, static version: pspy64 download
32 bit small version: pspy32s download
64 bit small version: pspy64s download
The statically compiled files should work on any Linux system but are quite huge (4MB). If size is an issue, try the smaller versions which depend on libc and are compressed with UPX (1MB).
Build
Either use Go installed on your system or run the Docker-based build process which ran to create the release. F ... https://www.youtube.com/watch?v=Ini2mu5dWgg
101074726 Bytes