- Joined
- Apr 13, 2008
- Messages
- 1,244
- Reaction score
- 656
Това е една шел програмка на perl (малка, но от сърце), за улеснение на някои процедури в command prompt-a на win-a
Тази програмка няма да е някаква голяма нужда, просто като отворите source-а ще научите доста от perl (надявам се) :}
Прикачил съм и демо-клипче в RAR (115KB, след разархивиране -> 12MB ^^)!
C:\> sysctl.pl
Credits:
- DarksTeam.Net
Тази програмка няма да е някаква голяма нужда, просто като отворите source-а ще научите доста от perl (надявам се) :}
Прикачил съм и демо-клипче в RAR (115KB, след разархивиране -> 12MB ^^)!
C:\> sysctl.pl
#####################################
# SystemControler is a program written in Perl.
# The aim of this program is to ease your way
# through some system commands and to teach you
# some basic scripting with Perl...
# Written by ReaL (DarksTeam.Net) Skype: iletosf
#####################################
Usage: sysctl.pl [command] [ip/domain]
Commands:
--help Displays this manual
--ver Displays the version of the program
--ns Displays all your connections with other IPs & Ports
--pp Displays which process which port uses
--np Runs --ns and --pp and saves the output on your Desktop
--trace Traces the route connection to the ip/domain specified
--users Displays all windows accounts on this machine
--cpass Changes the password of the windows account specified
Notes:
--trace and --cpass require an option
--trace needs ip/domain after it
--cpass needs a windows account after it
--cpass does not need the old password! (Could be used for cracking)
Credits:
- DarksTeam.Net