Collecting popup/popunder scripts.
Obnoxious ones
- dai0eej.bid, found in
http://www.nowvideo.li/video/81e35ec6727ee
- onclasrv.com, found in
https://thehiddenbay.xyz/
Ordinary ones
- watchmygf.me, found in
http://www.watchmygf.me/
import requests | |
from bs4 import BeautifulSoup | |
# Function to check the email on the mail7.net site | |
def check_email(email): | |
url = "https://mail7.net/emailchecker.html#emailCheck" | |
data = {'email': email, 'submit': 'Check it'} | |
headers = { | |
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', | |
'Content-Type': 'application/x-www-form-urlencoded' |
Collecting popup/popunder scripts.
Obnoxious ones
http://www.nowvideo.li/video/81e35ec6727ee
https://thehiddenbay.xyz/
Ordinary ones
http://www.watchmygf.me/
#! python | |
import sys | |
from bitcoin import * | |
from datetime import datetime | |
from hashlib import sha256 | |
addrCount = 0 | |
def nextChar(currAddr,nextPos): | |
global addrCount |
# Set variables in .bashrc file | |
# don't forget to change your path correctly! | |
export GOPATH=$HOME/golang | |
export GOROOT=/usr/local/opt/go/libexec | |
export PATH=$PATH:$GOPATH/bin | |
export PATH=$PATH:$GOROOT/bin |
# Start Bad Bot Prevention | |
<IfModule mod_setenvif.c> | |
# SetEnvIfNoCase User-Agent ^$ bad_bot | |
SetEnvIfNoCase User-Agent "^12soso.*" bad_bot | |
SetEnvIfNoCase User-Agent "^192.comAgent.*" bad_bot | |
SetEnvIfNoCase User-Agent "^1Noonbot.*" bad_bot | |
SetEnvIfNoCase User-Agent "^1on1searchBot.*" bad_bot | |
SetEnvIfNoCase User-Agent "^3D_SEARCH.*" bad_bot | |
SetEnvIfNoCase User-Agent "^3DE_SEARCH2.*" bad_bot | |
SetEnvIfNoCase User-Agent "^3GSE.*" bad_bot |
3 |
34567 |