- Joined
- Apr 13, 2008
- Messages
- 1,244
- Reaction score
- 656
Започвам да драскам една шел програмка на perl, за улеснение на някои процедури в command prompt-a на win-a
Тази програмка няма да е някаква голяма нужда, просто като отворите source-а ще научите доста от perl (надявам се) :}
C:\> sysctl.pl
Ще кача и демо клипче, да метнете едно очо, да разберете за какво иде реч...
Progress: 100%
LINK TO THE RELEASE
Credits:
- DarksTeam.Net
Тази програмка няма да е някаква голяма нужда, просто като отворите source-а ще научите доста от perl (надявам се) :}
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)
Ще кача и демо клипче, да метнете едно очо, да разберете за какво иде реч...
Progress: 100%
LINK TO THE RELEASE
Credits:
- DarksTeam.Net
Last edited: