Categories > Coding > C++ >

[REL] Cool little like wacky thing i made

icedmilke222

Squidward

Posts: 51

Threads: 15

Joined: May, 2022

Reputation: 2

Posted

hello i made this

you can now skid single cpp files or many if you're smart enough to make it scan directories

 

https://github.com/WhirlPooj/SourceScanner

 

goofbals

 

cool stuff

 

soo if you input stuff like this

 

 

it would say:

 

"Reading export from: C:\Windows\System32\user32.dll                              [OK]
Reading export from: C:\Windows\System32\kernel32.dll                                [OK]
As of now the scanner only works with C++/C and maybe C# (dll imports)
Found GetProcAddress
Found GetProcAddress
Found CreateFileW
Found CreateFileW
FILENAME: D:\TestFile.txt ->
Scan came back positive!
Scan found 3 results
[RESULT]: Function name: GetProcAddress->
         Malicious arguments found: 1
         Function malicious?: true
         Reason for detection: Possible attempt to trigger Blue screen
         Found argument: RtlAdjustPrivilege
<-
[RESULT]: Function name: GetProcAddress->
         Malicious arguments found: 1
         Function malicious?: true
         Reason for detection: Possible attempt to trigger Blue screen
         Found argument: NtRaiseHardError
<-
[RESULT]: Function name: CreateFileW->
         Malicious arguments found: 1
         Function malicious?: true
         Reason for detection: Creates a handle to Master boot record (Possibly malicious intent)
         Found argument: \\\\.\\PhysicalDrive0
<-
<-
Recommended action: Remove references to the aforementioned functions."

be a goofball

 

no ghouls or goons in the source i swear

sorry i didnt put all the functions in Scanner.h

 

some doods troll post inspired this

"free memecheck bypass"

 

also Database.h only has the mbr and the bluescreen thing, you may feel free to add more dlls, and functions

  • 0

Added

You input stuff like this:

https://pastebin.com/raw/qhhBz4E1

 

and it should catch it

Admins didnt like this one

  • 0

Added

This is really buggy due to my cpp skills

  • 0

what sup

i lo re c++

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )