Follow these steps to run the program.
Make sure you have a C++ compiler installed, for example MinGW
-
Clone the repository
git clone https://github.com/axelwesselgren/.git cd mrkoll.se-scraper -
Fill out the two variables
shellcodeandkeyunsigned char shellcode[] = const char* key =
-
Compile the file
-
On macOS/Linux:
g++ encryptor.cpp -o encryptor
-
On Windows:
g++ encryptor.cpp -o encryptor.exe
-
-
Run the executable
-
On macOS/Linux:
./encryptor
-
On Windows:
encryptor.exe
-
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is intended for educational and research purposes only.
Use of this tool must comply with all applicable laws and the terms of service of the websites being accessed.
The author does not condone or encourage any form of misuse, and assumes no liability for actions taken using this code.
Distributed under the MIT license. See LICENSE for more information.