https://github.com/nextu1337/jar-url-checker
A node.js program (not Batch) that looks for all the URLs in java files. Mainly used for scanning suspicious SkyBlock mods
https://github.com/nextu1337/jar-url-checker
Last synced: 3 months ago
JSON representation
A node.js program (not Batch) that looks for all the URLs in java files. Mainly used for scanning suspicious SkyBlock mods
- Host: GitHub
- URL: https://github.com/nextu1337/jar-url-checker
- Owner: nextu1337
- Created: 2022-07-26T23:40:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T20:53:24.000Z (over 2 years ago)
- Last Synced: 2023-05-25T21:10:16.402Z (about 2 years ago)
- Language: Batchfile
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jar-ul-checker
A program that looks for all the URLs in Java files. Mainly used for scanning suspicious game modifications that steal your data# Important information
This program doesn't deobfuscate the jar file itself
Make sure the file is not obfuscated when using it# RATs
Remote access trojans (RATs) are malware designed to allow an attacker to remotely control an infected computer. Once the RAT is running on a compromised system, the attacker can send commands to it and receive data back in response.# Requirements
- node.js
- npm# How to install
To install the program just download all the files and put them in one folder. Then press shift and right click in the folder and click "Open PowerShell window here" (Just right click and click "Open in Terminal" on Linux)
After that type `npm i` and wait for npm to download and install all modules.
At the end just open `start.bat` (sorry linux users) and either drag or type in exact .jar file path# How I use it
It helped me scan some suspicious Minecraft mods a lot quicker than I would manually but if you plan on checking potential dangerous mods then https://isthisarat.com/ is a better option, I just had to stop procrastinating and code something
How it works:
https://cdn.discordapp.com/attachments/871505820691607604/1001987243239538740/explorer_CVw8UlBWTr.mp4