What's Plecost?
Plecost is a vulnerability fingerprinting and vulnerability finder for Wordpress blog engine
Installation
Install Plecost is so easy:
$ python3 -m pip install plecost
Scan a web site si so simple:$ plecost http://SITE.com
$ python3 -m pip install plecost
Scan a web site si so simple:$ plecost http://SITE.com
# mz eth1 -c 0 -d 0 -A rand -a rand -B 226.1.1.1 -t udp dp=123 -P "Multicast test packet"
ifconfig... RX packets:522 errors:0 dropped:0 overruns:0 frame:0 TX packets:406 errors:0 dropped:0 overruns:0 frame:0 ...
cat /proc/net/devInter-| Receive ... face | bytes packets errs drop fifo frame ... eth0: 87689 785 0 0 0 0 ... ...
cat /proc/net/udpso local_address rem_address ... drops 277: 00000000:0044 00000000:0000 ... 0 ...
cat /proc/net/snmpYou can also see this on a per-process basis using:... Tcp: ... Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors Udp: 453 0 0 452 0 0 ...
cat /proc/<pid>/net/{udp,dev,snmp}
/etc/systemd/system/daemontools.service, with the startup code in it:
[Unit]
Description=daemontools Start supervise
After=getty.target
[Service]
Type=simple
User=root
Group=root
Restart=always
ExecStart=/command/svscanboot /dev/ttyS0
TimeoutSec=0
[Install]
WantedBy=multi-user.target
Start the service:
systemctl start daemontools.serviceTest that it is running:
systemctl status daemontools.serviceEnable it to start at boot:
systemctl enable daemontools.servicehttp://www.clever-devel.com/wiki/daemontools_starting_systemd