Explore >> Select a destination


You are here

ruturaj.net
| | blog.nuculabs.de
19.2 parsecs away

Travel
| | Hello, In this article you will find the solutions for the Hydra room on Try Hack Me. Link: Almost every bruteforcing or cracking task from HackTheBox/TryHackMe uses the rockyou.txt wordlist. You can google it and download it, if you can't find it in your Kali distro under the path /usr/share/wordlists/rockyou.txt.gz If you're using Kali then you have Hydra already installed, all you have to do is run two commands: Flag 1 Run the following command, the password should be cracked in less than one minute.
| | trstringer.com
12.2 parsecs away

Travel
| | I'm a big fan of "the right tool for the right job". For some things, the right tool is a shell script. For others, it is Python. But sometimes... it is both.
| | dimle.wordpress.com
11.3 parsecs away

Travel
| | A while ago, I had posted a bash script which could spam a friend with a message. It required a computer which was capable of running the mail command, something not true for simple users. Now, I wanted to send to a friend of mine a message per hour to remind her how old she...
| | bannalia.blogspot.com
37.9 parsecs away

Travel
| std::unordered_map is a highly configurable class template with five parameters: template< class Key, class Value, class Hash ...