Alex Huang's Blog
Friday, March 16, 2018
The MicroMaster in Cyber Security
Sunday, March 11, 2018
A dumb shell
#!/usr/bin/perl -w
#Path: /bin/dumb_shell.pl
#For those users with any privilege.
$|=1;
while(1){
system('clear');
print "You have logged in successfully!\n";
sleep(5);
}
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)