代码搜索:Install
找到约 10,000 项符合「Install」的源代码
代码结果 10,000
www.eeworm.com/read/125072/7140985
install
sendmail can execute commands during processing of mail and final delivery
of mail to a local user. I will break down several different places that
sendmail may shell out during normal operations.
.f
www.eeworm.com/read/125072/7140986
install
sudo is a program that lets you run a program as another user. You can
experiment with running programs under a variety of users. To run an
audit, first edit /etc/sudoers. You will need to add a line
www.eeworm.com/read/125072/7140987
install
To use this test, simply copy env_audit into the cgi-bin directory. To trigger
the audit, browse to the cgi-bin/env_audit url. For example:
lynx http://localhost/cgi-bin/env_audit
The results should
www.eeworm.com/read/125072/7140988
install
To use this test, type the following from a command line to start the
daemon (correcting the pem file location & env_audit path):
/usr/sbin/stunnel -s nobody -g nobody -D 7 -p /etc/ssl/certs/stunnel
www.eeworm.com/read/125072/7140989
install
pppd has several opportunities for shelling out.
From command line:
1) pppd can call a script to initialize a device. To audit this aspect type
this:
pppd /dev/modem init full_path/env_audit
2) ppp
www.eeworm.com/read/125072/7140990
install
The at daemon runs shells with other user's identity. To see what
environment the at daemon gives us, change to or login as the user you
want to audit.
To perform an audit, first edit the file 'job'
www.eeworm.com/read/125072/7140992
install
The cron daemon runs shells with other user's identity. To see what
environment the cron daemon gives us, change to or login as the user you
want to audit.
Note what time it is. Then type /usr/bin/c
www.eeworm.com/read/125072/7140993
install
procmail can execute commands to deliver mail or backup files. But you may not
be aware as to what it allows programs to have access to.
To run an audit, first edit the auditrc file to fix the path
www.eeworm.com/read/125072/7140995
install
The anacron daemon runs shells with other user's identity. To see what
environment the anacron daemon gives us, change to or login as the user you
want to audit.
To perform an audit, you will first
www.eeworm.com/read/125072/7140997
install
Secure shell has the ability to run a command remotely. This means it has
an environment we might want to audit. To use this test, you can leave
env_audit exactly where it is. To trigger the audit, t