Приглашаем посетить
Романтизм (19v-euro-lit.niv.ru)

Resources and Further Reading

Table of Contents
Previous Next

Resources and Further Reading

Securing Linux Servers

  • http://www.linuxworld.com/linuxworld/lw-2001-03/lw-03-penguin_5.html

  • http://www.linuxworld.com/linuxworld/lw-1999-05/lw-05-ramparts.html

  • http://www.linuxgazette.com/issue34/vertes.html

  • http://www.redhat.com/docs/manuals/linux/RHL-7.1-Manual/ref-guide/ch-security.html

  • http://linuxdoc.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/index.html

Secure Shells

  • http://www.openssh.org/ – The home of the openssh project

  • http://www.ssh.fi/ – The home of the original ssh project

  • http://www.openssl.org/ – The home of the openssl project

  • http://www.fressh.org/ – The home of the fressh project

  • http://www.redhat.com/docs/manuals/linux/RHL-7.1-Manual/custom-guide/openssh-servers.html – A guide to setting up an openssh server on Linux

  • http://www.kleber.net/ssh/ssh-faq.html – The secure shell FAQ

Tripwire

  • http://www.tripwire.org/ – The home of the Tripwire project

  • http://www.redhat.com/docs/manuals/linux/RHL-7.1-Manual/ref-guide/ch-tripwire.html – A guide to setting up Tripwire for Linux

Securing Apache

  • http://httpd.apache.org/docs/misc/security_tips.html – The Apache manual section on security

  • http://www.allaire.com/DocumentCenter/Partners/ASZ_ASWPS_Securing_Apache.pdf – An Allaire document on securing Apache: clear and concise

Securing PHP

  • http://www.php.net/manual/en/security.php – PHP's manual section on security

  • http://www.php.net/manual/en/features.safe-mode.php – Safe mode manual section

  • http://www.php.net/manual/en/configuration.php – Configuration manual section

  • http://www.faqts.com/knowledge_base/index.phtml/fid/35 – various FAQs about securing PHP

Securing MySQL

  • http://www.mysql.com/doc/P/r/Privilege_system.html – MySQL manual section on security

Cryptography

  • http://mhash.sourceforge.net/ – The home of the mhash library

  • http://mcrypt.hellug.gr/ – The home of the mcrypt library

  • http://www.openssl.org/ – The home of the openssl library

  • http://www.pgpi.com/ – The home of Pretty Good Privacy International

  • http://www.gnupg.org/ – The home of the GNU Privacy Guard project.
    The Code Book from Anchor Books

mod_ssl

  • http://www.modssl.org/ – The home of mod_ssl

  • http://www.thawte.com/certs/server/Apachepaper.html – A good document on mod_ssl, Apache and thawte certificates

Secure Programming

  • http://www.securereality.com.au/studyinscarlet.txt – An in-depth study into common security flaws in PHP programs

  • http://www.linuxdoc.org/HOWTO/Secure-Programs-HOWTO/ – A howto on secure programming (not just PHP)

  • http://www.cert.org/advisories/CA-2000-02.html – The CERT advisory on cross-site scripting

Security Web Sites

  • http://www.cert.org/ – The home of the Computer Emergency Response Team

  • http://www.securityfocus.org – The home of BugTraq

  • http://packetstorm.decepticons.org/ – The home of Packetstorm

  • http://www.atstake.com/research/index.html – @stake research (previously l0pht)

  • http://www.phrack.org/ – A hacker's ezine explaining various exploits

  • http://directory.google.com/Top/Computers/Security/Internet/ – Google directory of security sites

Other

  • http://psy.ucsd.edu/psynet/security/passwd.html – Picking a secure password


Table of Contents
Previous Next