Waraxe IT Security Portal
Login or Register
November 17, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 91
Members: 0
Total: 91
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> General discussion -> fake clicks
Post new topicReply to topic View previous topic :: View next topic
fake clicks
PostPosted: Sat Nov 17, 2007 1:09 pm Reply with quote
440
Regular user
Regular user
Joined: Jan 09, 2007
Posts: 5




hey guys,

is there any way to fake some clicks ? (for a picture voting or banners)
the only security option is an IP block. u can only click once with ur IP.
ive already tested some ideas i had but they work horrible slow.
(makro recorder)

any help would be greatly appreciated !
View user's profile Send private message
PostPosted: Sat Nov 17, 2007 1:41 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




First - if you want clicks to be coming from different IP addresses, then proxy, socks or someting similar is needed.
Second - depending on clicking task specifics you may need some automated mouse clicking program (like you mentioned) or it's possible to write special script (in perl, php, python, etc) or program for this task. Or even html file with special code written in javascript. It all depends on target ... Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sat Nov 17, 2007 2:19 pm Reply with quote
440
Regular user
Regular user
Joined: Jan 09, 2007
Posts: 5




hey waraxe

actually the IP is my only problem.
i did what u said and used html+js as well as that mentioned makro tool. both methods worked fine though ! but way too slow.
the reconnect to the net (dynamic ip) is driving me crazy. it just takes too much time. and i see others placing 100 clicks in 1 minute. i can only do 4-10! (depending on the wish of having it stabile or as fast as possible ^^)

i wish i knew what the others are using ^^

any ideas of how to change the ip really fast ? any tools i should look for ? (never really used or worked with proxies)

and what do u think could be the maximum amount of clicks per minute with some sort of perl script or whatever ?
unfortunately i only know java, php and some meta languages.
all these script languages are new to me.

as i said: any help is greatly appreciated. i need to kick some butts..
(they not only use their tools to push their own accounts. they also use their tools to turn my one down)
View user's profile Send private message
PostPosted: Sat Nov 17, 2007 3:42 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




So you are just reconnecting your home internet connection for new IP-s? Yes, this is slow. And I think that others are using proxies.

If you can program in php, then write clicking script, using curl. And then try to collect as big proxy list as possible and update the list as frequently as needed. If you are using casual php programming methods, then still speed can be slow. You can try php curl multi-query method. Or even better - use multithreaded program as clicker. I remember old times with online game "Outwar", where I was able to get hundreds of clicks within ten minutes, using multithreaded program (written by myself) and huge proxy list Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sat Nov 17, 2007 4:46 pm Reply with quote
440
Regular user
Regular user
Joined: Jan 09, 2007
Posts: 5




ok i got the idea behind it.

too bad i can only code my homepages using php and dont have any further knowledge. but ill try to figure out what cURL is about.

but if u still have old scripts, would u mind sending me an example that might still work ? i could try to change it to match my needs....

or do u know anyone who has similar scripts that just need to be adjusted ?
View user's profile Send private message
PostPosted: Sat Nov 17, 2007 5:45 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Search google for clicker programs:

http://www.google.com/search?hl=en&q=proxy+clicker

Or if you want yourself write something that works, then start with analyze - make real click and sniff traffic. Look for http requests and responses, cookies, GET and/or POST parameters, etc. And next try to make same action without webbrowser, using only php. Curl is optional, because you can use other php network functions, it's just my favorite Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Mon Nov 19, 2007 6:00 am Reply with quote
sk8er
Advanced user
Advanced user
Joined: May 09, 2005
Posts: 64




How is it going, would you be very good to spend your program?

multithreaded ???

Thank you very much
View user's profile Send private message Send e-mail MSN Messenger
PostPosted: Tue Nov 20, 2007 7:06 pm Reply with quote
440
Regular user
Regular user
Joined: Jan 09, 2007
Posts: 5




ok i got a little further with my work on a tool. found a way to click by using a simple link. no post data, no get data, no cookies or sessions needed. (but a referrer and a changing IP)

now im just not sure if i try to do it in php (found some good code i think) or in java (easier to run and i know how to use threads)

but one thing still bothers me: IP
if i really find a bunch of good proxies (right now thats a big problem for me, even with checking ur guys hints in the proxy database) then i might have 1000 running proxies. that means 1000 clicks a day. but i think in hard times i need more.

i know for sure that some other guy uses another way to do this but he wont tell me how.
do u guys have any ideas what hes doing ? can he send a fake ip to the server ? (the response from the server isnt that important, is it ?)
so: is it possible to spoof the ip somehow ? what tool can i use to test that ?
i asked google but found way too much information about it and no tool that sounded good to me. any advice ?

jesus i really need to catch up with that guy.
View user's profile Send private message
srry but u cant!
PostPosted: Thu Nov 29, 2007 4:02 am Reply with quote
GoLsT
Regular user
Regular user
Joined: Nov 27, 2007
Posts: 12




u cannot do it!
if the facked change ip&delete a cookies u cant to check if that same ppl
but u can to do it :

if some site get too mach click's u can to cansel umm do if someone get 3-5 click's in sec ban him Wink
View user's profile Send private message
fake clicks
www.waraxe.us Forum Index -> General discussion
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.051 Seconds