#1701
If you don’t have Angelcam Ready camera and can’t find a video stream path for your device, ONVIF device manager might help
Source: How to find a RTSP address for an ONVIF compatible camera/NVR/DVR | Angelcam Help Center
Just another Code Snippet site
#1701
If you don’t have Angelcam Ready camera and can’t find a video stream path for your device, ONVIF device manager might help
Source: How to find a RTSP address for an ONVIF compatible camera/NVR/DVR | Angelcam Help Center
#645
FTP Sunfreeware :
http://ftp.riken.jp/Sun/sunfreeware/intel/10/
#1539
Source: WordPress behind an nginx SSL reverse proxy | Obfuscation’s End
#1350
XSS is the most prevalent web application security flaw. XSS flaws occur when an application includes user supplied data in a page sent to the browser without properly validating or escaping that c…
#469
SSH
Script : /etc/init.d/ssh
Monitoring : ps -p $(cat /var/run/sshd.pid)
MTAB
Script : /etc/init.d/mtab.sh start
Monitoring :
CRON
Script : /etc/init.d/cron start
Monitoring : ps -p $(cat /var/run/cron.pid)
RSYSLOG
Script : /etc/init.d/rsyslogd start
Monitoring : ps -p $(cat /var/run/rsyslogd.pid)
UPTIMED
Script : /etc/init.d/uptimed start
Monitoring :
APACHE
Script : /etc/init.d/apache2 start
Monitoring :
MYSQL
Script : /etc/init.d/mysql start
Monitoring :