Skip to content

Instantly share code, notes, and snippets.

View fr4nk404's full-sized avatar
🎯
Focusing

Frank fr4nk404

🎯
Focusing
  • Beijing, China
View GitHub Profile
#!/usr/bin/env python3
try:
from multiprocessing import Process
from string import Template
from http.server import BaseHTTPRequestHandler, HTTPServer
from socketserver import ThreadingMixIn
from email.utils import formatdate
from ipaddress import ip_address
@fr4nk404
fr4nk404 / Crawl_PhoneList.md
Last active March 3, 2023 13:57
Crawl Some Phone Number of Receive_SMS_Site

Black_Phone_List

Introduction

爬虫爬取了 9个免费接收临时短信的网站,收集全球手机号 266 个。数据做了简单的去重处理,可供参考黑名单如下:

Some fun

  1. 一些网站可以通过 get 请求在 url 中添加参数获取分页列表;
  2. 限制数目从库里随机推送手机号,可穷举该站全部手机号。
@fr4nk404
fr4nk404 / xss.md
Last active May 23, 2019 03:32
Some xss on Boostnote

Payloads for Boostnote

For example:

  1. the label input
graph LR
id1[<input onfocus="alert(1)">]
  1. the label img