Login Register


Grab usernames from any HC page. filter_list
Author
Message
Grab usernames from any HC page. #1
Code:
from urllib import * data = urlopen(raw_input("Enter HC url :")).read() def duplicate_check(user,found): temp = "@ "+found if temp not in user: return True return False def get_user(data): user = [] end = 0 temp = "http://www.hackcommunity.com/User-" while True: start = data.find(temp,end) if start == -1: return user end = data.find('"',start) found = data[start+len(temp):end] if duplicate_check(user,found): user.append("@ "+found) print '' for i in get_user(data): print i

Screenshot :
[Image: amaSOkd.png]

@ Shining-White @ revboxbk @ XxGreenLanternxX @ jainidhya999347 @ hantu @ stex1000 @ gufrans @ ILoveYou @ Keops @ cyanide @ Wisher @ Psycho-Coder @ Anonymous-g33k @ grokuak @ Nooby @ FunKx @ Kcarbray23 @ Deque @ trandafir @ L4ndonm4nson @ daisyalbert @ ThaShock @ ultrajunk @ LightX @ chmod @ ArkPhaze @ dernat71 @ Houkin @ Exploits @ Coder-san @ tamansu @ dandino-uk @ killerro @ mustangapa
[Image: fow57.jpg]

Reply

Grab usernames from any HC page. #2
Code:
from urllib import * data = urlopen(raw_input("Enter HC url :")).read() def duplicate_check(user,found): temp = "@ "+found if temp not in user: return True return False def get_user(data): user = [] end = 0 temp = "http://www.hackcommunity.com/User-" while True: start = data.find(temp,end) if start == -1: return user end = data.find('"',start) found = data[start+len(temp):end] if duplicate_check(user,found): user.append("@ "+found) print '' for i in get_user(data): print i

Screenshot :
[Image: amaSOkd.png]

@ Shining-White @ revboxbk @ XxGreenLanternxX @ jainidhya999347 @ hantu @ stex1000 @ gufrans @ ILoveYou @ Keops @ cyanide @ Wisher @ Psycho-Coder @ Anonymous-g33k @ grokuak @ Nooby @ FunKx @ Kcarbray23 @ Deque @ trandafir @ L4ndonm4nson @ daisyalbert @ ThaShock @ ultrajunk @ LightX @ chmod @ ArkPhaze @ dernat71 @ Houkin @ Exploits @ Coder-san @ tamansu @ dandino-uk @ killerro @ mustangapa
[Image: fow57.jpg]

Reply

RE: Grab usernames from any HC page. #3
Nice post , thank you buddy
[Image: OilyCostlyEwe.gif]

Reply

RE: Grab usernames from any HC page. #4
Nice post , thank you buddy
[Image: OilyCostlyEwe.gif]

Reply

RE: Grab usernames from any HC page. #5
Nice, this can be used as a Username Leecher if properly setup for other forums
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: Grab usernames from any HC page. #6
Nice, this can be used as a Username Leecher if properly setup for other forums
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply







Users browsing this thread: