Skip to content

Instantly share code, notes, and snippets.

@LemonSec
LemonSec / gist:bbfa9390b05a6d61926e18cbd0e028d7
Last active October 5, 2024 22:58
Window opener: Use when eyewitness won't work and you don't want to manually type in every URL. Save as a .html file and open in your browser.
<!doctype html>
<html>
<head>
<title>Open Windows</title>
<script>
function openWindow(){
var x = document.getElementById('a').value.split('\n');
for (var i = 0; i < x.length; i++) {
if (x[i].indexOf('.') > 0) {
if (x[i].indexOf('://') < 0) {
# Exploit Title: MaxTime Database Editor 1.9 Authentication Bypass
# Google Dork: N/A
# Date: 07/09/2024
# Exploit Author: Andrew Lemon/Red Threat https://redthreatsec.com
# Vendor Homepage: https://www.q-free.com
# Software Link: N/A
# Version: 1.9.x
# Tested on: (Intelight x-1) Linux 3.14.57
# CVE : CVE-2024-38944
## Vulnerability Description
#Creston rave mode
# instructions
1. Create a SIMPL Windows Program:
• Start by creating a new SIMPL Windows program file.
2. Add a Touch Panel or Button Interface:
• Add a touch panel or a control interface to your program. This is where you will place your “Rave Mode” button.
3. Add the SIMPL+ Module:
• Import the SIMPL+ module you created into your SIMPL Windows program.