├── database └── test.txt ├── bg.jpg ├── images └── background.gif ├── README.md ├── statement.php ├── log.php ├── css └── default1.css └── index.php /database/test.txt: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AGLcaicai/seewind/HEAD/bg.jpg -------------------------------------------------------------------------------- /images/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AGLcaicai/seewind/HEAD/images/background.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # seewind 2 | 观风大数据平台
3 | 完全开源的大数据查询平台
4 | \database #存放数据的文件夹
5 | 重要:请尽量将该文件夹的名称设置的复杂些
6 | 特点:无需数据库支持,查询速度快
7 | 数据文件格式为:
8 | *.txt
9 | *.sql
10 | *.log
11 | -------------------------------------------------------------------------------- /statement.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 免责声明 6 |

7 | 8 | 9 | 10 | 21 | 22 | 23 |
11 |

12 | 声明 13 |

14 |

15 | 本程序属于安全查询工具。请勿将里面的数据用于非法途径。否则出现什么问题后果自负。本站数据来自互联网,我们竭尽为广大用户上传最完整的数据提供查询。在此声明:本程序不用于非法途径,如果您的信息出现在这里请尽快联系我们申请数据保护服务MAIL:admin#heavensec.org,否则不法分子乘机利用您的个人信息,本站概不负责。(数据保护每条10RMB) 16 |

17 |

18 |
19 |

20 |
24 |

25 | 26 | -------------------------------------------------------------------------------- /log.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 更新日志 6 | 7 | 更新日志 8 |
9 |
10 | 2013.06.03 导入 11 |
12 | 上线各大知名站库子,其他正在逐步增加中... 13 |
14 |
15 | 2013.06.23 导入 16 |
17 | aipai.sql taobao.sql 18 |
19 |
20 | 2013.07.07 导入 21 |
22 | 道德网安.sql FUCK.sql(法克) 23 |
24 |
25 | 2013.07.17 导入 26 |
27 | hotmail.com.sql 28 |
29 |
30 | 2013.07.18 导入 31 |
32 | cmd5.com.sql (50万CMD5收费解密数据) 33 |
34 |
35 | 2015.07.20 导入 36 |
37 | 90万7位QQ号 38 |
39 |
40 | 2016.08.27 导入 41 |
42 | 100w+QQ数据 房地产库 csdn数据库 某驾校、二手车网数据 43 |
44 |
45 | 2016.08.28 导入 46 |
47 | 用友网站数据库 百合网用户数据 48 |
49 |
50 | 51 | 52 | -------------------------------------------------------------------------------- /css/default1.css: -------------------------------------------------------------------------------- 1 | @charset "gb2312"; 2 | /* CSS Document */ 3 | 4 | body { 5 | font-size:14px; 6 | font-family:Georgia,serif; 7 | color:#000; 8 | background-color:#fff; 9 | text-align:center; 10 | background-image: url(../images/background.gif); 11 | } 12 | a { 13 | color:#000; 14 | text-decoration:none; 15 | } 16 | form { 17 | margin:0; 18 | padding:0; 19 | color: #666; 20 | } 21 | #container { 22 | width:550px; 23 | margin:0 auto; 24 | text-align:left; 25 | } 26 | #header { 27 | height:100px; 28 | } 29 | #footer { 30 | clear:both; 31 | padding-top:30px; 32 | text-align:center; 33 | color: #666; 34 | } 35 | h1 { 36 | font-size:32px; 37 | font-weight:bold; 38 | letter-spacing:1px; 39 | padding:0; 40 | margin:0; 41 | line-height:100px; 42 | text-align:center; 43 | color: #666; 44 | } 45 | #error { 46 | margin:0; 47 | padding:0; 48 | list-style:none; 49 | } 50 | #error li { 51 | font-weight:bold; 52 | color:#d00; 53 | font-size:12px; 54 | line-height:40px; 55 | } 56 | #create_form span { 57 | font-size:12px; 58 | color:#555; 59 | } 60 | #create_form label { 61 | font-weight:bold; 62 | } 63 | #create_form #url { 64 | background:#fff; 65 | border:1px solid #ccc; 66 | border-bottom-color:#999; 67 | border-right-color:#999; 68 | color:#000; 69 | height:35px; 70 | width:530px; 71 | margin:0; 72 | padding:9px 10px; 73 | font-family:Georgia,serif; 74 | line-height:15px; 75 | } 76 | #create_form #alias { 77 | background:#fff; 78 | border:1px solid #ccc; 79 | border-bottom-color:#999; 80 | border-right-color:#999; 81 | color:#000; 82 | width:100px; 83 | font-family:Georgia,serif; 84 | } 85 | #create_form .button { 86 | float:right; 87 | } 88 | form#fcopy textarea { 89 | height:60px; 90 | width:550px; 91 | overflow:hidden; 92 | border:0px; 93 | font-size:26px; 94 | font-weight:bold; 95 | color:#069; 96 | text-align:center; 97 | font-family:Georgia,serif; 98 | line-height:60px; 99 | } 100 | p.ok { 101 | padding-bottom:20px; 102 | height:60px; 103 | background:url(images/background.gif) no-repeat bottom center; 104 | text-align:center; 105 | } 106 | #banner {text-align:center;padding-top:35px;clear:both;} 107 | #create_form .inurl { 108 | background:#fff; 109 | border:1px solid #ccc; 110 | border-bottom-color:#999; 111 | border-right-color:#999; 112 | color:#000; 113 | height:15px; 114 | width:530px; 115 | margin:0; 116 | padding:9px 10px; 117 | font-family:Georgia,serif; 118 | line-height:15px; 119 | } 120 | p.but {text-align:right;} 121 | #nav {padding-top:15px;} 122 | #nav ul {border-top:3px solid #2f2f2f;padding:0;margin:0;} 123 | #nav ul li {list-style:none;display:inline; 124 | cursor:pointer;background:#ddd;font-size:12px;} 125 | #nav ul li a {float:left;padding:10px 15px;background:#ddd;margin-right:10px;} 126 | #nav ul li.current a {background:#2f2f2f;color:#fff;} 127 | 128 | #msg {text-align:center;line-height:40px;font-size:20px;color:#a01;font-family:'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;} 129 | #msg a {display:none;} 130 | p.ali {height:25px;overflow:hidden;line-height:25px;} 131 | 132 | input.submit2 {font-size:14px;font-weight:bold;padding:10px 30px;background:#47a0cc;color:#fff;border: 1px solid #096691;cursor: pointer;} 133 | input.submit {font-size:14px;font-weight:bold;padding:10px 30px;background:#05bc05;color:#fff;border: 1px solid #006800;cursor: pointer;} 134 | input.submit {background: -moz-linear-gradient( top, #05bc05 0%, #12a012); background: -webkit-gradient( linear, left top, left bottom, from(#05bc05), to(#12a012));border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;-moz-box-shadow: 0px 1px 3px rgba(000,000,000, 0.3), inset 0px 0px 1px rgba(255,255,255,0.4);-webkit-box-shadow: 0px 1px 5px rgba(000,000,000,0.3), inset 0px 0px 1px rgba(255,255,255,0.3);text-shadow: 0px 1px 0px rgba(255,255,255,0.05);-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;} 135 | input.submit2 {background: -moz-linear-gradient( top, #47a0cc 0%, #1b86b8); background: -webkit-gradient( linear, left top, left bottom, from(#47a0cc), to(#1b86b8));border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;-moz-box-shadow: 0px 1px 3px rgba(000,000,000, 0.3), inset 0px 0px 1px rgba(255,255,255,0.4);-webkit-box-shadow: 0px 1px 5px rgba(000,000,000,0.3), inset 0px 0px 1px rgba(255,255,255,0.3);text-shadow: 0px 1px 0px rgba(255,255,255,0.05);-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;} -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | $filename, 47 | 't'=>trim(substr($content, $start_pos, $end_pos-$start_pos)) 48 | ); 49 | $count++; 50 | if ($count >= RESULT_LIMIT) break; 51 | } 52 | unset($content,$content_length,$start_pos,$end_pos); 53 | if ($count >= RESULT_LIMIT) break; 54 | } 55 | fclose($fp); 56 | if ($count >= RESULT_LIMIT) break; 57 | } 58 | return $return; 59 | } 60 | if(!empty($_POST)&&!empty($_POST['q'])){ 61 | set_time_limit(0); //不限定脚本执行时间 62 | $q=strip_tags(trim($_POST['q'])); 63 | $results=get_results($q); 64 | $count=count($results); 65 | } 66 | ?> 67 | 68 | 69 | 70 | 观风 - 大数据平台 71 | 72 | 73 | 74 | 75 | 78 | 112 | 124 | 125 | 126 |
127 |




128 |
129 |
130 |
131 |






132 | 133 |

用户、电子邮件、QQ帐户、论坛帐户…

134 |

135 | 136 |
137 | '; 143 | foreach($results as $v){ 144 | echo '
  • From_['.$v['f'].']_Datas
    Content: '.$v['t'].'

  • '; 145 | } 146 | echo '

  • Resources from the Internet.
    The information here does not represent the views of this site.
  • '; 147 | echo ''; 148 | } 149 | echo '
    本站提供数据保护服务'; 150 | echo '
    This site provides data protection service
    151 | '; 152 | echo '
    如果查询到相关敏感信息请联系我们删除。(每条10R)'; 153 | echo '
    If the query to the relevant sensitive information, please contact us to delete. (each 10RMB)
    154 | '; 155 | echo '
    MSN:admin#heavensec.org
    '; 156 | echo ''; 157 | } 158 | ?> 159 |
  • 为提高查询准确率请减少使用单字节模糊查询
  • 160 |
  • 大量数据正在逐步添加中(支持中文查询)
  • 161 |
  • 数据量过大,导入速度较慢
  • 162 | 165 |