Recent content by thragusjr

  1. thragusjr

    How I can learn Kali-Linux and Kali's Commands.

    Hey dude, learning Linux through Kali is fine. It's just Debian pre-installed with a bunch of pentesting tools. Are there other Linux distros that are more friendly to beginners? Yes. Is there anything bad about starting with a distro like Kali that isn't super beginner friendly? That's really...
  2. thragusjr

    Java Code For Sending Url's To Indexing API

    After writing this, I realized you responded to your own post with a resolution, but in case this helps anyone else... You could set up a quick and dirty TCP client program like this: ``` import java.net.*; import java.io.*; Socket socket = new Socket("<API-URL>", 80); OutputStream URL_output...
  3. thragusjr

    Hello Everyone

    I've been making my way through Black Hat Python by Justin Seitz and Tim Arnold, and thought I'd do an intext:"Black Hat", while appending other programming languages to see if I found anything interesting. When doing so, I stumbled upon this forum. I've always wanted to make some passive(ish)...
Back
Top