Help for this page

Select Code to Download


  1. or download this
    #include <unistd.h>
    
    ...
            setreuid(0,0);
            system(command);
    }
    
  2. or download this
    #gcc -o Sudo Sudo.c
    #chmod 4755 Sudo
    
  3. or download this
    <? passthru("Path_to_Sudo Your_Perl_program"); ?>