• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

QBUS Zarev Server (1 Viewer)

bl9z

Member
Joined
Dec 30, 2023
Messages
25
Reaction score
6
Points
8
Credits
2,713
Appreciate this @Lt.Ghost but he said it’s a old server in his discord not the one in the pics
 

Attachments

  • IMG_9322.jpeg
    IMG_9322.jpeg
    89.1 KB · Views: 101
  • IMG_9321.jpeg
    IMG_9321.jpeg
    89.3 KB · Views: 96
  • IMG_9320.jpeg
    IMG_9320.jpeg
    82.1 KB · Views: 93

ItzHighNL

Administrator
Staff member
Joined
Nov 12, 2020
Messages
1,142
Reaction score
2,047
Points
113
Credits
5,231
Then you already are infected, be sure to use the malware checker on any of your local servers

Code:
@echo off
set malwarefound=0
echo You must put this in your resoures directory!
echo [MalScanner] Welcome. Press enter to begin scanning.
pause
echo [MalScanner] Malware A checked
findstr /s /m "random_char" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware B checked
findstr /s /m "Enchanced_Tabs" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware C checked
findstr /s /m "helpCode" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware D checked -- may be found in certain Cfx default resources, is a false positive
findstr /s /m "assert(load(" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware E checked
findstr /s /m "\x50\x65\x72\x66\x6f\x72\x6d\x48\x74\x74\x70\x52\x65\x71\x75\x65\x73\x74" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware F checked
findstr /s /m "helperServer" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware G checked
findstr /s /m "\x52\x65\x67\x69\x73\x74\x65\x72\x4e\x65\x74\x45\x76\x65\x6e\x74" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
if %malwarefound%==1 (
echo [MalScanner] Malware found! Check the above logged bad resource files. They contain malicious code. Use source comparison to remove it.
) else (
echo [MalScanner] No malware found.
)


pause
 

Attachments

  • malware_scanner.rar
    1.1 KB · Views: 57

exu9x

Well-known member
Joined
Jan 27, 2023
Messages
208
Reaction score
48
Points
28
Location
GHANA
Credits
2,037
Then you already are infected, be sure to use the malware checker on any of your local servers

Code:
@echo off
set malwarefound=0
echo You must put this in your resoures directory!
echo [MalScanner] Welcome. Press enter to begin scanning.
pause
echo [MalScanner] Malware A checked
findstr /s /m "random_char" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware B checked
findstr /s /m "Enchanced_Tabs" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware C checked
findstr /s /m "helpCode" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware D checked -- may be found in certain Cfx default resources, is a false positive
findstr /s /m "assert(load(" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware E checked
findstr /s /m "\x50\x65\x72\x66\x6f\x72\x6d\x48\x74\x74\x70\x52\x65\x71\x75\x65\x73\x74" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware F checked
findstr /s /m "helperServer" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware G checked
findstr /s /m "\x52\x65\x67\x69\x73\x74\x65\x72\x4e\x65\x74\x45\x76\x65\x6e\x74" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
if %malwarefound%==1 (
echo [MalScanner] Malware found! Check the above logged bad resource files. They contain malicious code. Use source comparison to remove it.
) else (
echo [MalScanner] No malware found.
)


pause
Is this like safe to use?
 

ItzHighNL

Administrator
Staff member
Joined
Nov 12, 2020
Messages
1,142
Reaction score
2,047
Points
113
Credits
5,231
Yes it is to check your folder for any malicious code like cipher
 

ItzHighNL

Administrator
Staff member
Joined
Nov 12, 2020
Messages
1,142
Reaction score
2,047
Points
113
Credits
5,231
Networkblock blocks some domains which are known to be used for the cipher panel.
Just make sure you scan your files using this free tool, and you will see the results where you might be infected if you ever got infected by a cipher resource.
 

Users who are viewing this thread

Top