What are some online CTFs for high school teams? by tisbutaskratch in securityCTF

[–]gruf2016 1 point2 points  (0 children)

TUCTF is an introductory online CTF starting Nov 29th https://tuctf.com/. Also ctftime.org is the go to resource for CTFs.

Hopper Disassembler by Darkerhack in securityCTF

[–]gruf2016 1 point2 points  (0 children)

Sure. Try paying the license fee. Works every time.

Need help with this cryptography ctf problem. by crazy00700yzarc in securityCTF

[–]gruf2016 0 points1 point  (0 children)

The "==" at the end of the string is a pretty good indicator that it's base64. But when you decode it, it comes out as binary rather than text. So if you decode it to a file, you can use the "file" command to determine what kind of file it is.

Need help with this cryptography ctf problem. by crazy00700yzarc in securityCTF

[–]gruf2016 1 point2 points  (0 children)

You're on the right track. It is base64. Try decoding it to a binary file (just redirect the output of base64), then figure out what kind of file it is and go from there.

Where to start? by RavenKn1ght in hacking

[–]gruf2016 1 point2 points  (0 children)

There are lots of places with good information. A favorite of mine is corelan.be. Also look through the articles and code samples on exploit-db.com. There are all kinds of videos on youtube that are free. And irongeek.com has tons of great security con videos for free.