Git Product home page Git Product logo

sigflip's Issues

couldn't find Shellcode file error

when I : >>>> SigInject "C:\Windows\System32\kernel32.dll" "C:\Users\test\testbeacon.dll" "Users\test\Documents\exs.bin"
I get this error:
"Could not read the shellcode file, check the path & if the file exists".( confirming that the Users\test\Documents\exs.bin is an acceccible directory on my Mac.
any ideas please??

injection error 5 using the dotnet version

[+]:Scanning for Shellcode...
[+]: Shellcode located at 1c08
[+]: Opening Remote Process PID: 277
[+]: Memory allocated at 0x4C00000
CreateRemoteThread Failed. Error: 5

is error 5 referring to access denied --> same as windows error msg? or ERROR 5 related to injection?

Microsoft Defender Application Control (MSDAC) bypass

Hi,
I have a question. The SigFlip cannot change the Authentihash of the PE executable (used by MDAC). Which hashes types (except the standard cryptographic hashes) are changed by SigFlip? For example, the file hashes included in VirusTotal reports (Vhash, Imphash, Rich PE header hash, etc.).

error when compiling the Sigloader bof

here is a sample of the error when trying to compile Sigloader(BOF):

In file included from sigloader.c:1:
common.h:42:102: note: expected 'SIZE_T' {aka 'long unsigned int'} but argument is of type 'void *'
42 | DECLSPEC_IMPORT WINBASEAPI BOOL WINAPI KERNEL32$WriteProcessMemory (HANDLE, LPVOID, LPCVOID, SIZE_T, SIZE_T);
| ^~~~~~
sigloader.c:184:58: warning: passing argument 3 of 'KERNEL32$QueueUserAPC' makes integer from pointer without a cast [-Wint-conversion]
184 | KERNEL32$QueueUserAPC((PAPCFUNC)apcRoutine, hThread, NULL);
| ^~~~
| |
| void *
In file included from sigloader.c:1:
common.h:40:82: note: expected 'ULONG_PTR' {aka 'long unsigned int'} but argument is of type 'void *'
40 | DECLSPEC_IMPORT WINBASEAPI DWORD WINAPI KERNEL32$QueueUserAPC (PAPCFUNC, HANDLE, ULONG_PTR);
| ^~~~~~~~~
sigloader.c:199:43: warning: passing argument 1 of 'MSVCRT$free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
199 | if (sProcess) MSVCRT$free(sProcess);
| ^~~~~~~~

Not working

Hi, i build Net version and try it:

image

But i got corrupted files. Any idea?

CreateRemoteThread Failed.

error:
[+]:Loading/Parsing PE File 'evil.exe'

[+]:Scanning for Shellcode...
[+]: Shellcode located at 40128
[+]: Opening Remote Process PID: 7628
[+]: Memory allocated at 0xF40000
CreateRemoteThread Failed. Error: 5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.