Black Hat Forum
Go Back   Black Hat Forum > Black Hat SEO Forum > Black Hat SEO Tools

Black Hat SEO Tools Black Hat Tools: You can't GO it alone...have an arsenal of programs to help you out!

Search
 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-27-2008, 08:42 AM
kilroy's Avatar
Registered Member
 
Join Date: Aug 2007
Location: FrogLand
Posts: 72
Thanks: 1
Thanked 18 Times in 6 Posts
Activity: 28%
Longevity: 37%
Today: 0/5
Default Fake traffic generator

Hello friends,

Few months ago, I wrote a post about the way to generate fake traffic
(To inflate youtube views for instance).
In order to achieve this, I am using the most powerful tool every blackhater MUST have: Excel
Few people asked me the file, and I am now happy to give it to BHW.
The Excel generates complex SHELL commands that can send XXXX visits every hours coming from lots of different IP addresses.
Last time I used it, I was able to get 3500 UV in less than one hour.
You need Linux to run the command, meanwhile if you run Windows, you can use it by installing Cygwin.

Enjoy !

Kilroy
Attached Files
File Type: zip fake.zip (11.3 KB, 239 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 8 Users Say Thank You to kilroy For This Useful Post:
animai (07-04-2008), apekillape (06-27-2008), blackknyt (06-27-2008), HipHopHimself (06-27-2008), mnewbegin (06-27-2008), robbierut (08-12-2008), shoda (09-18-2008), thoriynn (06-28-2008)
  #2 (permalink)  
Old 06-27-2008, 08:32 PM
Registered Member
 
Join Date: Oct 2007
Posts: 69
Thanks: 1
Thanked 0 Times in 0 Posts
Activity: 8%
Longevity: 33%
Today: 0/5
Default Re: Fake traffic generator

Hi kilroy, can you please explain how yuse it with cygwin, i'm not fimiliar with this such of software
hope you will help me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-27-2008, 10:00 PM
Newbie
 
Join Date: Feb 2008
Posts: 37
Thanks: 1
Thanked 0 Times in 0 Posts
Activity: 1%
Longevity: 21%
Today: 0/5
Default Re: Fake traffic generator

As a n00b I too would like to know how to use this with cygwin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-28-2008, 06:04 PM
kilroy's Avatar
Registered Member
 
Join Date: Aug 2007
Location: FrogLand
Posts: 72
Thanks: 1
Thanked 18 Times in 6 Posts
Activity: 28%
Longevity: 37%
Today: 0/5
Default Re: Fake traffic generator

Hello friends,

(From Wikipedia): Cygwin is a collection of tools originally developed by Cygnus Solutions to allow versions of Microsoft Windows to behave in ways familiar to Unix users.

Basically you will be able to run many Linux apps that normally do not run on Windows.
For further information, please check the FAQ: http://www.cygwin.com/faq.html
and the user guide: http://www.cygwin.com/cygwin-ug-net/cygwin-ug-net.html

If you don't wanna use Linux for your blackhat operations (Gee, too bad for ya, mate), the best alternative is to emulate it thru Cygwin.

Another way is to use the Win32 release of wget: http://sourceforge.net/project/showf...ckage_id=16430

And sleep:
http://malektips.com/xp_dos_0002.html

But this supposes my script to be fully rewritten in order to match to the syntax requirements of the Windows SHELL (Formerly called MS-DOS).

If I have time, I will do it in those coming days.

Cheers.

Last edited by kilroy; 06-28-2008 at 06:13 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-28-2008, 06:18 PM
Registered Member
 
Join Date: Jun 2008
Posts: 59
Thanks: 8
Thanked 7 Times in 6 Posts
Activity: 37%
Longevity: 11%
Today: 1/5
Default Re: Fake traffic generator

Has anyone tried this out to bump up their youtube traffic?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-28-2008, 09:20 PM
Junior Member
 
Join Date: Aug 2007
Posts: 191
Thanks: 31
Thanked 6 Times in 6 Posts
Activity: 32%
Longevity: 39%
Today: 0/5
Default Re: Fake traffic generator

I think I need some instruction lol.

In the excel file it says in the read me cell "copy and run column E" I have no clue what this means. Copy it to where and run it how?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-28-2008, 09:49 PM
kilroy's Avatar
Registered Member
 
Join Date: Aug 2007
Location: FrogLand
Posts: 72
Thanks: 1
Thanked 18 Times in 6 Posts
Activity: 28%
Longevity: 37%
Today: 0/5
Default Re: Fake traffic generator

Quote:
Originally Posted by joben1 View Post
I think I need some instruction lol.

In the excel file it says in the read me cell "copy and run column E" I have no clue what this means. Copy it to where and run it how?
You simply need to copy all the instructions, the one starting by "export" inside a SHELL file and run it.

- Open a shell
- Select all the instructions inside the Excel file
- Type vi traffic.sh
- Type i to insert
- Paste the instructions
- ESC : wq to leave vi
- sh traffic.sh to run the script

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-28-2008, 10:05 PM
kilroy's Avatar
Registered Member
 
Join Date: Aug 2007
Location: FrogLand
Posts: 72
Thanks: 1
Thanked 18 Times in 6 Posts
Activity: 28%
Longevity: 37%
Today: 0/5
Default Re: Fake traffic generator

Hello again,

Since many of you are using Windows, I just coded a new release of the script especially for windows users.

The archive file contains:

- wget for Windows
- the DLL needed for wget
- a script of mine that will run wget with all the suitable parameters: traffic.cmd
- the Excel file

Instructions:

- Create a directory and extract there all the files
- In this directory, create a script file with Notepad (Call it run.cmd for instance)
- Fetch as many proxy addresses as you can
- Copy them inside the Excel file (Column A)
- Don't forget the proxy ports as well (Column B)
- Drag column C up to the end of the file
- Select column C (starting C9, traffic.cmd ...)
- Copy the column
- Paste the data inside your script file (run.cmd)
- Save the file
- Run the script file (run.cmd)
- Wait watching your last porn torrent
- That's all folks

You can have information about the running operations, check the file called "log" in the directory.

Let me know.

Regards
Attached Files
File Type: zip fake-traffic-windows.zip (833.8 KB, 218 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 5 Users Say Thank You to kilroy For This Useful Post:
dzidze (07-03-2008), hypnoeyes (07-10-2008), lowboman (06-29-2008), shoda (09-18-2008), zaifulzin (08-12-2008)
  #9 (permalink)  
Old 06-30-2008, 02:34 AM
markj's Avatar
Jr. VIP
 
Join Date: Oct 2007
Location: US
Posts: 163
Thanks: 15
Thanked 2 Times in 2 Posts
Activity: 20%
Longevity: 33%
Today: 0/5
Default Re: Fake traffic generator

Sounds interesting I have it all set up I will post my results soon.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-30-2008, 03:28 AM
markj's Avatar
Jr. VIP
 
Join Date: Oct 2007
Location: US
Posts: 163
Thanks: 15
Thanked 2 Times in 2 Posts
Activity: 20%
Longevity: 33%
Today: 0/5
Default Re: Fake traffic generator

Got a good proxy list? mine aren't working
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 06-30-2008, 04:04 AM
Newbie
 
Join Date: Feb 2008
Posts: 38
Thanks: 2
Thanked 0 Times in 0 Posts
Activity: 1%
Longevity: 21%
Today: 0/5
Default Re: Fake traffic generator

So does this also help out with alexa rankings???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 06-30-2008, 05:56 AM
Newbie
 
Join Date: Jun 2008
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Activity: 5%
Longevity: 9%
Today: 0/5
Default Re: Fake traffic generator

i tried to run it. it opened in DOS..how do i know if it worked?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 06-30-2008, 06:12 AM
kilroy's Avatar
Registered Member
 
Join Date: Aug 2007
Location: FrogLand
Posts: 72
Thanks: 1
Thanked 18 Times in 6 Posts
Activity: 28%
Longevity: 37%
Today: 0/5
Default Re: Fake traffic generator

Quote:
Originally Posted by markj View Post
Got a good proxy list? mine aren't working
Here you are:
http://www.xroxy.com/proxylist.htm
http://www.freeproxy.ru/download/lists/goodproxy.txt
http://www.publicproxyservers.com/page1.html
http://www.anonymitychecker.com/page1.html
http://www.proxy4free.com/page1.html

Cheers.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 06-30-2008, 07:45 AM
r-webb-k's Avatar
Jr. VIP
 
Join Date: Dec 2006
Posts: 449
Thanks: 12
Thanked 178 Times in 41 Posts
Activity: 66%
Longevity: 61%
Today: 1/5
Default Re: Fake traffic generator

hey kilroy could this tool be use for anything else besides youtube can it be use for sending fake hits to pages?