Holy cripes! It’s been awhile since I’ve sat down and written a Blue Hat Technique. It just so happens I need this one for the next SEO Empire post. I’m like blah blah talking about Keyword Spinning then I realized you guys have no fuckin’ clue what I’m yammering about. So I figure nows a [...]
Guess what I’m in the mood to talk about? You guessed it. Captchas! In fact I feel like dedicating a whole week, maybe more depending on if any downtime occurs. to talking about nothing but captcha breaking. We’ll break every captcha in the book and even by the end of this post the [...]
Guest Post: Make $50 dollars a day with Google Custom Search
Author: admin // Category: сивата шапкаHere’s a nice little guest post contributed by SEOcracy. I love guest posts that involve some form of creative money making idea.
——————————
I hope you have all been paying attention over the past week, because today I am going to build on last weeks database revelations and tell you all how to use [...]
Oh boy I haven’t done an actual product review in a really long time. Well with my effort to get back into posting regularly it couldn’t hurt to do one for the sake of catching up. More the merrier. This one was sent in by the famous Mark from Digerati Marketing. It’s called [...]
I’ll be dedicating a few posts to grabbing questions in the Open Questions post.
There were several questions like it, but I think this one represents it the best.
From Matthew
Hi Eli,
I???ve read through your blog and its amazing info. Thanks. I have a question. I???ve read through and I find the link building stuff (black hole [...]
More updates are coming soon. I got some great guest posts coming up and I’m currently finishing up on a HUGE post that I’ve been working on for the last month. You bet your ass it’s big but I selfishly think its the most important must-read post in the entire industry. So I want [...]
Well I’ve been working extremely hard this coming Christmas season. Got several personal big launches coming out as well as loads of other fun business. I’ve been writing nearly every day on SEO Empire Part 2. I also got several large followup posts in draft. It occured me though, as if I couldn’t with the [...]
Here ya go. This is the del.icio.us captcha busted in Python.
#!/usr/bin/python
import Image,time,random,glob,re,os,sys
##$$$$
train = raw_input(”train? (y/n)”)
if(train == “y”) : train= True
else: train = False
##
fileName = ”.join(sys.argv[1:])
def getNeighbourhood(i,width,height,pixels):
results = []
try:
if(pixels[i+1] != 0): results.append(i+1)
if(pixels[i-1] != 0): results.append(i-1)
if(pixels[i-width] != 0): results.append(i-width)
if(pixels[i+width] != 0): results.append(i+width)
if(pixels[i-width+1] != 0): results.append(i-width+1)
if(pixels[i+width+1] != 0): results.append(i+width+1)
if(pixels[i-width-1] != 0): results.append(i-width-1)
if(pixels[i+width-1] != 0): results.append(i+width-1)
except:pass
return results
now = time.time()
captcha [...]
I haven’t forgot about you guys
Been deeply involved in my recent projects. Got a lot of really kick ass shit going on, its pretty cool and exciting for me. I still continue my work on SEO Empire part 2 every Saturday morning as well as a few other posts that are in the works. [...]
User Contributed - Captcha Breaking W/ PHPBB2 Example
Author: admin // Category: сивата шапкаThis is a fantastic guest post by Harry over at DarkSEO Programming. His blog has some AWESOME code examples and tutorials along with an even deeper explanation of this post so definitely check it out and subscribe so he’ll continue blogging.
This post is a practical explanation of how to crack phpBB2 easily. You need to [...]
