X11

Members
  • Content Count

    15
  • Last visited

Community Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I'll report back. Results: Meh. This is offering SEO services to local businesses and offering to search the web for stolen content to send DMCA notices on behalf of the original copyright holder. No thanks.
  2. Interesting. I'll check it out. Okay, all of those 'checkers' are viruses, many of which are the same file down to the hash just renamed. This includes ransomware. Stay away from this collection.
  3. Check out the free ebook Automate the Boring Stuff with Python. It's especially relevant to cracking as it covers web automation and file input/output.
  4. You could easily use a python script to read the text file and send each code in an HTTP GET request with your session cookie and check the response for the success code. That would be less than an hour's work. No need for a GUI.
  5. Conduct your business in a virtual machine. Not only will you prevent dropping data around your OS drive, you can reduce your exposure to malware bundled with tools and sites.
  6. Python is the top language for cybersecurity. If you have no prior programming experience, Python will be much more useful for you than C++.