PakistanDatabase.com

Search results

  1. Spookz

    Source Code Simple Python Data Grabber + Injection [Discord Based]

    this code can be used to extract and decrypt passwords and cookies from various web browsers, primarily focusing on Chrome and Firefox. It demonstrates techniques for accessing and manipulating browser-specific database files to retrieve sensitive information. Hidden content
  2. Spookz

    Source Code History Grabber - A Python Malware That Can Steal Victim History

    I have developed a Python class that is capable of efficiently grabbing and sorting web browser historical data. This implementation is designed to be user-friendly, making it accessible to individuals with varying levels of programming experience. Hidden content
  3. Spookz

    Malware Development Virus Total Bypass Script For Malware Development | Very Simple

    How does it work? It works by using a huge database of virus total machine information such as Graphics Card, IP, HWID and much more. And if any are detected the program will shutdown meaning the machine can no longer scan the file. How to set it up? 1. First, make sure you have Python 3.8+...
  4. Spookz

    Cryptography Fastest C++ File / String Encryption Method

    AES can be a little slow when the files are over 50 MB. ChaCha20 is faster than AES Here is a documentation that you could use. ChaCha20 ChaCha20 is a stream cipher developed by Daniel J. Bernstein. Its original design expands a 256-bit key into 2^64 randomly accessible streams, each...
  5. Spookz

    Malware Development Simple Backdoor Script

    What does it do? Upon executing the script, it will verify if the current path is located within the system32 directory. In the event that it is not, the script will proceed to copy and paste itself into the system32 folder. How to use it? Make sure Python 3.8+ is installed and added to the...
Top