This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# This file has no update anymore. Please see https://github.com/worawit/MS17-010 | |
from impacket import smb | |
from struct import pack | |
import sys | |
import socket | |
''' | |
EternalBlue exploit for Windows 7/2008 by sleepya | |
The exploit might FAIL and CRASH a target system (depended on what is overwritten) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file | |
* @brief Moves the mouse pointer between screens on an X11 display. | |
* | |
* This program might be useful to you if you wish to switch between two X11 | |
* screens without moving your hands from the keyboard. I configure bbkeys to | |
* map the otherwise-unused windows keys and right-click key to move to the left | |
* screen, move to the right screen, and toggle between screens, respectively. | |
* | |
* Run with zero to three arguments (additional arguments are ignored). The |