Alex Huang's Blog
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);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment