└─$ sudo nmap -sS 10.129.118.118 -p22,80,3000 -sV --min-rate=3000 Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-07-21 02:48 EDT Stats: 0:00:10 elapsed; 0 hosts completed (1 up), 1 undergoing Service Scan Service scan Timing: About 66.67% done; ETC: 02:48 (0:00:05 remaining) Nmap scan report for 10.129.118.118 (10.129.118.118) Host is up (0.43s latency).
PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 8.9p1 Ubuntu 3ubuntu0.10 (Ubuntu Linux; protocol 2.0) 80/tcp open http nginx 1.18.0 (Ubuntu) 3000/tcp open ppp?
Introduction --------------- Pluck is your small and simple content management system, written in PHP. With pluck, you can easily manage your own website without knowledge of programming languages.
Pluck focuses on ease of use and enables everyone to manage his own website. This makes pluck an excellent choice for every small website. Licensed under the GPL, pluck is completely open source.
Requirements --------------- - Apache webserver, running on Linux or Windows - PHP 5.2.0 or newer (PHP 4 is not supported anymore) - PHP safe-mode OFF - register_globals in php.ini should be off, for safety reasons. You can contact your webhost if you are unsure. - The PHP-module php-gd - The PHP-module php-zlib - The PHP-module curl - The ability to change permissions for files and directories (on Linux) - No database is needed
Installation --------------- Please read https://github.com/pluck-cms/pluck/wiki/Installation-guide for more information on installing pluck.
How can I edit my site? ------------------------- At the bottom of your website is a link (with the text "admin"). This link points to login.php. You can log in to pluck there. Don't forget to log out after you've finished editing your website.
Need help? --------------- Browse to http://www.phphelp.com/forum/pluck-cms/ and open a topic on the forums!
License ---------- Pluck is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See COPYING for the complete license.
Stay up-to-date ---------- Want to stay up-to-date? Subscribe to our mailinglist at http://www.pluck-cms.org/cgi-bin/dada/mail.cgi/list/announce
其中有提到At the bottom of your website is a link (with the text "admin"). This link points to login.php. You can log in to pluck there.