Advertisement
chantagonist

Messageboard

Jun 13th, 2019
2,969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Welcome to the message board! Here you'll find posted resources as well as tasks!
  2.  
  3. Current tasks for anyone looking to join, notify me when done:
  4. 1. Work on Introductory Java Course
  5.  
  6. Practice:
  7. Introductory Java Course: https://www.edx.org/course/learn-to-program-in-java-3
  8. Google CTF: https://capturetheflag.withgoogle.com/
  9. Bandit CTF Wargame: http://overthewire.org/wargames/bandit/
  10. CTF Learn: https://ctflearn.com/
  11.  
  12. Tools:
  13. Forensics:
  14. exiftool
  15. FTK Imager 4.2.0 (sign up for the student version, truly an amazing tool)
  16. binwalk
  17. file
  18. stat
  19.  
  20. Reverse Engineering/Binary Exploitation:
  21. gdb
  22. dosbox
  23.  
  24. Web Attacks:
  25. burpsuite
  26.  
  27. Cryptography:
  28. base64
  29. aircrack-ng
  30. hashcat
  31.  
  32. General:
  33. hexyl
  34. xxd
  35. wireshark
  36. airodump-ng
  37. intellij
  38.  
  39. Reading material: (!!! - means a great resource)
  40. !!! - https://capturetheflag.withgoogle.com/
  41. !!! - https://trailofbits.github.io/ctf/
  42. !!! - https://ctf101.org/
  43. https://www.youtube.com/watch?v=7_LPdttKXPc
  44. http://computer.howstuffworks.com/web-server5.htm
  45. http://en.wikipedia.org/wiki/IP_address
  46. http://en.wikipedia.org/wiki/Localhost
  47. http://computer.howstuffworks.com/web-server8.htm
  48. http://en.wikipedia.org/wiki/Port_(computer_networking)
  49. https://en.wikipedia.org/wiki/Transport_Layer_Security
  50. https://www.feistyduck.com/library/openssl-cookbook/online/ch-testing-with-openssl.html
  51. http://tldp.org/LDP/abs/html/special-chars.html
  52. https://help.ubuntu.com/community/SSH/OpenSSH/Keys
  53. http://en.wikipedia.org/wiki/Hex_dump
  54. http://en.wikipedia.org/wiki/Rot13
  55. http://en.wikipedia.org/wiki/Base64
  56. http://www.westwind.com/reference/os-x/commandline/pipes.html
  57. http://en.wikipedia.org/wiki/Port_scanner
  58.  
  59. Codeshares:
  60. Java Code share for Projects: https://codeshare.io/aY9yXR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement