Tagged Questions
Bots, also known as web-robots, are software applications that run automated tasks over the Internet. Typically, they perform tasks that are both simple and structurally repetitive, at a much higher rate than would be possible for a human alone. Notable examples are spiders, crawlers, scrapers, spam-bots and game-bots.
334
votes
131answers
30k views
How do you stop scripters from slamming your website hundreds of times a second?
[update] I've accepted an answer, as lc deserves the bounty due to the well thought-out answer, but sadly, I believe we're stuck with our original worst case scenario: CAPTCHA everyone on purchase ...
23
votes
27answers
2k views
20
votes
5answers
1k views
Building a NetHack bot: is Bayesian Analysis a good strategy?
A friend of mine is beginning to build a NetHack bot (a bot that plays the Roguelike game: NetHack). There is a very good working bot for the similar game Angband, but it works partially because of ...
14
votes
13answers
2k views
How can a program control another program?
Yesterday while playing videos games I started to think about player made bots that would play for people and I wondered to myself how they work? Do they tell the video game that a key was pressed or ...
8
votes
7answers
770 views
Simple chat bot projects
What I want to do is build a simple bot which sends me a set of information stored in database to my messanger chat window [Chatting services are gTalk, Yahoo and other commonly used chating products] ...
8
votes
4answers
1k views
How to make an email bot that replies to users not reply to auto-responses and get itself into mail loops
I have a bot that replies to users. But sometimes when my bot sends its reply, the user or their email provider will auto-respond (vacation message, bounce message, error from mailer-daemon, etc). ...
8
votes
4answers
1k views
How do I stop bots from incrementing my file download counter in PHP?
When a user clicks a link to download a file on my website, they go to this PHP file which increments a download counter for that file and then header()-redirects them to the actual file. I suspect ...
7
votes
3answers
261 views
“Users” sending GET requests to a website, when POST is expected
I keep seeing weird behaviour in our logs, where URLs that should normally only be accessed via a POST request are called via GET. The URLs include ones that are only ever constructed via javascript, ...
7
votes
2answers
652 views
Why does my IRC bot not connect?
public static string SERVER = "irc.rizon.net";
private static int PORT = 6667;
private static string USER = "Test C# Irc bot";
private static string NICK = "Testing";
private static string CHANNEL = ...
7
votes
3answers
312 views
Introduction to Botting?
Does anyone out there had a good tutorial or introduction to the various forms of botting? This includes botting for video games and web pages (like spiders, botting, and web scraping). I am not ...
7
votes
7answers
2k views
MMORPG protocol encryption
Anyone know what the trend is with MMORPG developers encryption their client/server protocols these days?
The pro's and con's are as follows.
Encrypting protocol:
protects trade secrets regarding ...
7
votes
9answers
1k views
Protection against automation
One of our next projects is supposed to be a MS Windows based game (written in C#, with a winform GUI and an integrated DirectX display-control) for a customer who wants to give away prizes to the ...
6
votes
2answers
328 views
How to develop game bot for unreal tournament?
The idea is to develop my own bot to test the game's behavioral rules, in my case I have set on using Unreal Tournament (1999 or 2004 version) as a proof of concept. Initially, I would like to test ...
6
votes
2answers
174 views
Form Bot Countermeasure Testing
I am a web developer for a web site that is occassionally plagued by form bots. Recently I received an error notification of a problem with the form submission that should be impossible for a human ...
6
votes
3answers
118 views
Detecting suspicious behaviour in a web application - what to look for?
I would like to ask the proactive (or paranoid;) among us: What are you looking for, and how?
I'm thinking mainly about things that can be watched for programaticaly, rather than manually ...
6
votes
5answers
1k views
How do I detect bots programatically
we have a situation where we log visits and visitors on page hits and bots are clogging up our database. We can't use captcha or other techniques like that because this is before we even ask for ...
6
votes
3answers
457 views
Malicious crawler blocker for ASP.NET
I have just stumbled upon Bad Behavior - a plugin for PHP that promises to detect spam and malicious crawlers by preventing them from accessing the site at all.
Does something similar exist for ...
6
votes
10answers
913 views
How can I teach a computer system how to play poker?
At first I have 5 cards by random, of course. Only one time I can change and also l have already taught [the program] the poker rules in my system. My problem is how can I choose "I don't need this ...
6
votes
4answers
5k views
How to create an IM bot with C#
Is there an easy way to create an IM bot on multiple im networks (aim, gtalk, yim, etc) that can accept and interpet specific commands sent to it to perform a server related task?
Lets say for ...
5
votes
4answers
513 views
Counting words on a html web page using php
I need a PHP script which takes a URL of a web page and then echoes how many times a word is mentioned.
Example
This is a generic HTML page:
<html>
<body>
<h1> This is the title ...
5
votes
3answers
209 views
Is HTML Email Obfuscation safe enough to stop bots?
I know that most javascript email obfuscation solutions stop bots dead in their tracks - but sometimes it's hard to use/insert javascript in places.
To that end I was wondering if anyone knew if the ...
5
votes
2answers
1k views
Send photo to email bot, upload photo to website
I am constantly taking the following steps, and I know there's a way to automate this:
emailing photos from my phone to myself
saving those photos to my computer
uploading the saved photos to a ...
5
votes
5answers
1k views
How to set up a robot.txt which only allows the default page of a site
Say I have a site on http://website.com. I would really like allowing bots to see the home page, but any other page need to blocked as it is pointless to spider. In other words
http://website.com ...
4
votes
3answers
191 views
How do “professional” IM bots avoid being kicked off line or locked out?
I'm looking to develop a scalable IM bot (aka Automated Service Agent). It's been done before and I'm wondering what methods are used to maintain reliability. I see two immediate problems with ...
4
votes
5answers
596 views
Checkbox as alternative to captcha?
Does a checbox provide an alternative to using captcha on website? I am thinking i i need to use captcha for user signup. Instead if i put a checkbox for the terms like "By clicking here I agree...." ...
4
votes
4answers
151 views
How to prevent a search engine from indexing a directory for a particular domain?
I have a web hosting package with 2 domains pointing to it. I've noticed on Google that it has indexed the directory of one of the domains for the other domain. Is there a way of preventing this from ...
4
votes
4answers
160 views
Deny bots to download my files
I have a asp.net download page which send a file to client but I want to deny robots download this file because the file is large and as I can see from the records a bot downloads this file about 20 ...
4
votes
3answers
1k views
A User Agent that says just “Mozilla/4.0” is a bot, right?
I'm getting several requests in web apps that are basically wrong in ways my code shouldn't be generating...
Mainly it's requests to .ashx without any GET parameters specified.
The user agent is ...
4
votes
4answers
2k views
AI Bot programming environment
I am just finishing up an Artificial Intelligence course where, as part of the assignments, I was able to program bot in a multi-player environment (BZFlags).
What I was able to do was to program the ...
4
votes
9answers
965 views
What are the key considerations when creating a web crawler?
I just started thinking about creating/customizing a web crawler today, and know very little about web crawler/robot etiquette. A majority of the writings on etiquette I've found seem old and awkward, ...
3
votes
1answer
100 views
Bots, SEO and ASP.NET __doPostBack links
Does anyone know if, from using linkbuttons and imagebuttons in .net (which render to screen with javascript doPostback methods instead of normal links) you are somehow limiting or adversely affecting ...
3
votes
2answers
369 views
Symfony: REST web-service for bots and humans - open questions
I'm adding an API to a Symfony-application which should act as a REST web-service. But there are a few open issues.
Different URIs for bots?
I often read the "suggestion" to use URIs like ...
3
votes
5answers
451 views
Is there a chatbot framework available?
I am trying to create an program similar to ELIZA. My preference is to implement this project in a general language such as ruby, java, C++.
is there some framework (open source would be great) ...
3
votes
5answers
429 views
BOT/Spider Trap Ideas
I have a client whose domain seems to be getting hit pretty hard by what appears to be a DDoS. In the logs it's normal looking user agents with random IPs but they're flipping through pages too fast ...
3
votes
1answer
90 views
How to ignore pageviews by search engines on a PHP page?
I have a particular PHP page that I want to conditionally do things only if the visitor is not a search engine. Are there some good regex to match $_SERVER['HTTP_USER_AGENT']?
Or would it be better ...
3
votes
2answers
845 views
HEAD request receives “403 forbidden” while GET “200 ok”?
after several months having the site disappear from search results in every major search engine, I finally found out a possible reason.
I used WebBug to investigate server header. See the difference ...
3
votes
3answers
778 views
How can I make my Perl Jabber bot an event-driven program?
I'm trying to make a Jabber bot and I am having trouble keeping it running while waiting for messages. How do I get my script to continuously run? I have tried calling a subroutine that has a while ...
3
votes
2answers
1k views
Logic for Implementing a Dynamic Web Scraper in C#
I am looking for developing a Web Scrapper (in C# windows forms).The whole idea which i am trying to accomplish is as follows.
Get the URL from the User .
Load the Web page , in the IE UI ...
3
votes
6answers
681 views
Determine If a User Is Idented On IRC
In my IRC Bot, there are some commands that I want to only be usable by me, and I want to check to make sure that anyone using my name is identified with nickserv (idented). I couldn't, however, find ...
3
votes
5answers
680 views
C++ AI Design Question
I am currently writing a bot for a MMORPG. Though, currently I am stuck at trying to figure out how to nicely implement this. The design problem is related to casting the character spells in the ...
3
votes
8answers
301 views
Heuristics to discover spammers/bots (In forums, blogs etc)
The ways I can think of are:
Measure the time between actions.
Compare the posts' content (if they're too similar to each other) or, better yet, only the posted links.
Checking the distribution ...
3
votes
4answers
743 views
Parsing a raw email message that may be in html or various strange encodings and converting it to plain text, the way, say, pine might display it
The reason I want to do this is to make it easy to parse out instructions that are emailed to a bot, the kind of thing majordomo might do to parse commands like subscribing and unsubscribing. It ...
3
votes
9answers
2k views
http client's programming language
I want to write some app, that communicates with web application, and acts something like human user (BOT).
What programming language would you suggest to use?
Things that app have to do:
Send and ...
2
votes
3answers
89 views
Stop bots without captcha - with a twist
This is different to the other questions on this topic. I'll try to make this relevant to as many people as I can, though it is a fairly specific problem.
Imagine a button(html button) on a website ...
2
votes
1answer
107 views
whitelisting to stop undesireable bots using IIS
Basically I want to do this in IIS:
In Apache you can block many bots by simply changing your .htaccess files to OPT-IN instead of OPT-OUT, basically whitelisting instead of blacklisting. You let in ...
2
votes
3answers
251 views
Blocking bad web crawlers and bots
I'm writing a HttpModule for handling a problem I am having with a lot of bots crawling my website www.crawlabout.com
I have a good solution which verifies the white listed bots (via User-Agent ...
2
votes
2answers
188 views
How many bots have JS “enabled”?
We're talking your average everyday spamming bots -- those which we try to protect against using captcha.
How many of them are capable of running JS in some kind of embedded-browser?
If it's a very ...
2
votes
3answers
796 views
Jabber bot - how to get the availability of contacts?
I need to set up a jabber bot, using python, that will send messages based on the online/offline availability of several contacts.
I've been looking into pyxmpp and xmpppy, but couldn't find any way ...
2
votes
2answers
150 views
Negative Captchas - help me understand spam bots better
I have to decide a technique to prevent spam bots from registering my site. In this question I am mainly asking about negative captchas.
I came to know about many weaknesses of bots but want to know ...
2
votes
3answers
213 views
How do I make sure my website can block automation scripts, bots?
I'd like to make sure that my website blocks automation tools like Selenium and QTP. Is there a way to do that ?
What settings on a website is Selenium bound to fail with ?