Skip to content

Commit 0004d6f

Browse files
committed
add new scanner
1 parent 3c4e6ff commit 0004d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ajqfull": "Hello!\nIf you are having issues with ajQueue trying to send players to a full server, the issue might be caused by a vanish plugin.\nVanish plugins will often decrease the player count response (that ajQueue uses) by the number of players that are vanished, even if the server is full. That means that if any players are vanished on the server when it is full, it will look like the server is not full even though it is.\n\nTo fix this, check the vanish plugin's config for an option to disable that feature.\nIn SuperVanish/PremiumVanish that option is called `AdjustAmountOfOnlinePlayers` (in `ExternalInvisibility.ServerList`)\nFor other plugins, you might need to go to their support if you cannot find it, or switch to a different vanish plugin.\n\nIf you do not have a vanish plugin on the target server, run the discord command `/pingerdebug` here for the next steps to solving the issue.",
2222
"supportchannels": "**Please use the support channels!**\nThere are many tools in the support channels to help give you better and faster support, which is why aj will only give support in the official support channels.\nOther people can also try to answer your questions in the support channels, which means you can get faster support when aj is not available.\n<#810277316298408007>",
2323
"ajqbackend": "You only need to install ajQueue on the backend server(s) if you want to use one of the following features:\n* Whitelist detection (Only needs to be installed on the whitelisted server)\n* PlaceholderAPI (only needs to be installed on the server you want to use the placeholders on)\n* Command forwarding (only needs to be installed on the server you want to forward commands __from__)",
24-
"trojain": "Hello.\nIf ajLeaderboards works fine, but then breaks after a restart with an error including `Illegal local variable table start_pc 72 in method 'void us.ajg0702.leaderboards.LeaderboardPlugin.onEnable()'` then it is very likely that your server is infected by a Trojain.\nThis means that your server could have a backdoor that is very difficult to remove, but I can help you remove it.\n\nThe trojain that causes this error will spread itself to all jars when the server starts.\nThat means to get rid of it, you need to delete **all** jars on your server, and re-download them from trusted sources.\nA common place to get these trojains would be from 'cracked' premium plugins and random people sending you jars. So if you have a jar from either one of those, you should avoid re-installing it.\n\n**IMPORTANT. Do not skip the following step or do it out of order.** If you skip this step and start the server, you will need to re-download all plugins again.**\n\nAfter re-downloading all of your jars from trusted sources and **before starting the server** you should run a quick check to see if one of the jars you downloaded is the source of the infection. To do that, run one of these command line commands in the folder with your plugins:\nfor linux:```bash\ngrep -FR \"l/M/x\" .```for windows:```powershell\nfindstr /sml /c:\"l/M/x\" *```\nThese commands may come up with false positives, so you should double-check any jars returned by the command by opening it as a zip file. If you see a folder called `l` and inside that folder is another one called `M` and inside that folder another one called `x` then that jar is infected.\n**VirusTotal does not currently detect this trojain!**\n\nThe reason that this trojain breaks ajLeaderboards is due to the fact that it tries to spread itself to all other jars it can find. For some reason there is a bug in the trojain that happens to surface with the ajLeaderboards jar where it incorrectly modifies the jar, which then causes the jar to fail to load on the next server restart.",
24+
"trojan": "Hello.\nIf ajLeaderboards works fine, but then breaks after a restart with an error including `Illegal local variable table start_pc 72 in method 'void us.ajg0702.leaderboards.LeaderboardPlugin.onEnable()'` then it is very likely that your server is infected by a Trojan.\nThis means that your server could have a backdoor that is very difficult to remove, but I can help you remove it.\n\nThe trojan that causes this error will spread itself to all jars when the server starts.\nThat means to get rid of it, you need to delete **all** jars on your server, and re-download them from trusted sources.\nA common place to get these trojans would be from 'cracked' premium plugins and random people sending you jars. So if you have a jar from either one of those, you should avoid re-installing it.\n\n**IMPORTANT. Do not skip the following step or do it out of order.** If you skip this step and start the server, you will need to re-download all plugins again.**\n\nAfter re-downloading all of your jars from trusted sources and **before starting the server** you should run a quick check to see if one of the jars you downloaded is the source of the infection. To do that, run one of these command line commands in the folder with your plugins:\nfor linux:```bash\ngrep -FR \"l/M/x\" .```for windows:```powershell\nfindstr /sml /c:\"l/M/x\" *```or use this site aj made: https://trojan-scanner.ajg0702.us/\nThese commands may come up with false positives, so you should double-check any jars returned by the command by opening it as a zip file. If you see a folder called `l` and inside that folder is another one called `M` and inside that folder another one called `x` then that jar is infected.\n**VirusTotal does not currently detect this trojan!** You can use https://trojan-scanner.ajg0702.us/ instead\n\nThe reason that this breaks ajLeaderboards is due to the fact that it tries to spread itself to all other jars it can find. For some reason there is a bug in the trojan where it incorrectly modifies the ajLeaderboards jar, which then causes the jar to fail to load on the next server restart.",
2525
"disablederror": "Hello!\nWhenever a plugin is disabled, there will **always** be an error message (or occassionally just a message, but with aj's plugins it would be an error) when it tried to start up.\nIn order for us to help you, please send that error. If you cannot find it, send your full logs.",
2626
"inwhatway": "In what way is it not working?",
2727

0 commit comments

Comments
 (0)