Lucene search
K

PHP Server Monitor Cross Site Scripting

🗓️ 21 Nov 2012 00:00:00Reported by loneferretType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

PHP Server Monitor 2.0.1 XSS Vulnerabilit

Code
`# Author: loneferret of Offensive Security  
# Product: PHP Server Monitor  
# Version: 2.0.1 (and maybe older versions)  
# Google Dork: intext="Powered by PHP Server Monitor v2.0.1"  
# (yes people have made this available on the web)  
  
# Software Download: http://sourceforge.net/projects/phpservermon/  
  
# Tested on: Ubuntu Linux  
  
# Software Description  
# PHP Server Monitor is a script that checks whether the servers on your list are up and running on the selected ports.  
# It comes with a web based user interface where you can add and remove servers or websites from the MySQL database,  
# and you can manage users for each server with a mobile number and email address.  
# On the "Add server" page, you can choose  
# whether it's a "service" or a "website":  
  
# Vulnerability: Stored XSS  
# Label name or pretty much any other text field such as IP  
# Inserting html code can pretty much screw up the whole page as well.  
# PoC:  
# <script>alert('xss');</script>  
# <script>alert(document.cookie);</script>  
# <iframe>something</iframe>  
#  
  
# There are other things I'm sure  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation