Skip to content
View SzymoRatajczak's full-sized avatar

Block or report SzymoRatajczak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Ransomware-detection-of-virtual-machines Ransomware-detection-of-virtual-machines Public

    this code is example how virtual machines can be detected by ransomware

    C++ 5

  2. Oracle-Exploit Oracle-Exploit Public

    When a local ueser attempts to connect to the Oracle on Windows, it does overnamed pipes Four threads are created on the main server process to handle communcation between user and server.These fou…

    C 1

  3. Oracle_GIOP_Exploit Oracle_GIOP_Exploit Public

    We are exploiting vulnerability in Oracle server using GIOP (General Inter-Orb Protocol), as the result of this attacker can either dump arbitrary memory from the server over the network or crash s…

    C 1

  4. RunPE RunPE Public

    RunPE( run portable executable) allows run program without saving it on hard disk Another (malware) with this class is (almost) invisible for antivrius Details: It creates new process as suspended …

    C 9 5

  5. RunPE_v2 RunPE_v2 Public

    Class RunPE allows launch program without necessity to save it on hard disk, Deatails: Prepare list of proccess which will be used then push all things into stack

    C++ 6 5

  6. Oracle_UNLOCK_EXPLOIT Oracle_UNLOCK_EXPLOIT Public

    the XML database, otherwise known as XDB offers two services -HTTP on TCP port: 8080 -FTP on TCP port:2100 The following code exploits UNLOCK overflow on XDB

    C