Search the Community
Showing results for tags 'fun'.
-
I recently joined a coding group and our first task is to create a project for ourselves and to code said project over the span of 2 months or so. I can't really think of any cool projects that I'm interested in. The group wants this project to be something that would sharpen our skills for further use. I'm interested in the cyber security/ pen testing field and I can't think of any long term projects for me to work on. The deadline is coming up soon so any help is greatly appreciated, Thanks!
-
i wrote this kinda random inappropriate but probably funny emo band name generator. There's not much code to it really. It might be a good example for a newb coder for creating random numbers and using them to access items from an array but other than that it serves no purpose. Just for fun. Looking up the names and such was most of the work. I hope it makes you laugh. git clone https://github.com/vailixi/Emo_Band_Name_Generator cd Emo_Band_Name_Generator g++ -o names.o -c names.cpp && g++ -o names names.o to run ./names
-
- random
- band names
-
(and 2 more)
Tagged with:
-
Anyone interested in playing capture the flag? I've started a small group. We have VM hosting being set up over the next couple of days. Mostly just for fun. Probably prizes in the future. Contact me directly if you are interested.
-
- CTF
- capture the flag
-
(and 5 more)
Tagged with:
-
So I came up with a fun way to look up hashes. This is what I came up with. You can write the hash / plaintext pairs to individual files named for the hash but without a .txt file extension. So the file looks something like this. 7dff371b14986821e1778231479afdf93e698fa0 donkeypuncher And the filename is something like this: 7dff371b14986821e1778231479afdf93e698fa0 Here's a simple script that does this with sha1 hashes. This could pretty much be any hash type. #!/bin/bash cat all.txt | while read line do echo $line | openssl sha1 |sed -e "s/(stdin)= //g" > temp1.txt echo $line >
-
Hey guys, Cloudflare has made a challenge!!! So you can legaly try and steal the sll key from there challenge server. More info: https://www.cloudflarechallenge.com/heartbleed
- 1 reply
-
- heartbleed
- ssl
-
(and 3 more)
Tagged with: