我遠端去執行linux主機上的網頁
出現了錯誤訊息
Warning: You are not root -- using TCP pingscan rather than ICMP
TCP/IP fingerprinting (for OS scan) requires root privileges.
QUITTING!
我在網頁上執行的身份是apache
所以有用chown改成apache 也用chmod改成755
在visudo新增了 apache ALL=(ALL) ALL
也還是不行~~
請問還有什麼方法可以解決嗎??
我還在visudo加上
apache ALL=NOPASSWD:/var/www/html/nmap/index.php
apache ALL=NOPASSWD:/usr/share/nmap/
apache ALL=NOPASSWD:/usr/bin/nmap
都沒什麼效果~~
是哪邊設定有問題嗎??
還是php網頁要搭配什麼指令?
出現了錯誤訊息
Warning: You are not root -- using TCP pingscan rather than ICMP
TCP/IP fingerprinting (for OS scan) requires root privileges.
QUITTING!
我在網頁上執行的身份是apache
所以有用chown改成apache 也用chmod改成755
在visudo新增了 apache ALL=(ALL) ALL
也還是不行~~
請問還有什麼方法可以解決嗎??
我還在visudo加上
apache ALL=NOPASSWD:/var/www/html/nmap/index.php
apache ALL=NOPASSWD:/usr/share/nmap/
apache ALL=NOPASSWD:/usr/bin/nmap
都沒什麼效果~~
是哪邊設定有問題嗎??
還是php網頁要搭配什麼指令?
All Comments