View Single Post
  #1 (permalink)  
Old 10-01-2009, 22:07
WelshTom WelshTom is offline
Senior Member
 
Join Date: May 2007
Location: Newport, Wales
Posts: 992
Send a message via AIM to WelshTom Send a message via MSN to WelshTom Send a message via Yahoo to WelshTom
Default Linux - Remove frontpage extensions

If you still have Frontpage extensions installed, you really need to have a re-think on how you manage your security.

Frontpage causes big vulnerabilities on linux, and shouldn't be used, it shouldn't even be installed.

Run these commands from SSH:

rpm -qa | grep frontpage

(If frontpage is installed, something will be returned, just as an example, lets just say FrontPage was returned)

To remove them, type this command:

rpm -e frontpage

Remember to change "frontpage" above with whatever was returned from your first command.
Reply With Quote