From 8e72e74bab7149d5568a143a3c93a9c3c123cb65 Mon Sep 17 00:00:00 2001 From: MD15 Date: Sun, 18 Apr 2021 20:46:55 +0700 Subject: [PATCH] Remove some old script to the new one --- CSRF PoC Generator/README.md | 3 - CSRF PoC Generator/index.html | 103 ----------- Clickjacking/README.md | 3 - Clickjacking/index.html | 39 ---- Google Maps API Scanner/index.html | 22 --- Google Maps API Scanner/result.php | 167 ------------------ Laravel Bug Scanner/index.php | 22 --- Laravel Bug Scanner/result.php | 78 -------- .../laravel.sh | 0 .../zend.sh | 0 .../dmarc.sh | 0 .../spf.sh | 0 .../laravel.sh | 0 .../wordpress.sh | 0 .../bazaar.sh | 0 .../git.sh | 0 .../mercury.sh | 0 .../subversion.sh | 0 Reverse IP Lookup/index.html | 22 --- Reverse IP Lookup/result.php | 43 ----- Subdomain Scanner/index.html | 22 --- Subdomain Scanner/result.php | 45 ----- WordPress Bug Scanner/index.html | 22 --- WordPress Bug Scanner/result.php | 156 ---------------- .../load-scripts.sh | 0 .../load-styles.sh | 0 26 files changed, 747 deletions(-) delete mode 100644 CSRF PoC Generator/README.md delete mode 100644 CSRF PoC Generator/index.html delete mode 100644 Clickjacking/README.md delete mode 100644 Clickjacking/index.html delete mode 100644 Google Maps API Scanner/index.html delete mode 100644 Google Maps API Scanner/result.php delete mode 100644 Laravel Bug Scanner/index.php delete mode 100644 Laravel Bug Scanner/result.php rename {Bash Tools/Mass Find Configuration File => Mass Find Configuration File}/laravel.sh (100%) rename {Bash Tools/Mass Find Configuration File => Mass Find Configuration File}/zend.sh (100%) rename {Bash Tools/Mass Find Email Spoofing => Mass Find Email Spoofing}/dmarc.sh (100%) rename {Bash Tools/Mass Find Email Spoofing => Mass Find Email Spoofing}/spf.sh (100%) rename {Bash Tools/Mass Find Logs File => Mass Find Logs File}/laravel.sh (100%) rename {Bash Tools/Mass Find Logs File => Mass Find Logs File}/wordpress.sh (100%) rename {Bash Tools/Mass Find Source Code => Mass Find Source Code}/bazaar.sh (100%) rename {Bash Tools/Mass Find Source Code => Mass Find Source Code}/git.sh (100%) rename {Bash Tools/Mass Find Source Code => Mass Find Source Code}/mercury.sh (100%) rename {Bash Tools/Mass Find Source Code => Mass Find Source Code}/subversion.sh (100%) delete mode 100644 Reverse IP Lookup/index.html delete mode 100644 Reverse IP Lookup/result.php delete mode 100644 Subdomain Scanner/index.html delete mode 100644 Subdomain Scanner/result.php delete mode 100644 WordPress Bug Scanner/index.html delete mode 100644 WordPress Bug Scanner/result.php rename {Bash Tools/WordPress Denial of Service => WordPress Denial of Service}/load-scripts.sh (100%) rename {Bash Tools/WordPress Denial of Service => WordPress Denial of Service}/load-styles.sh (100%) diff --git a/CSRF PoC Generator/README.md b/CSRF PoC Generator/README.md deleted file mode 100644 index 3c90fdc..0000000 --- a/CSRF PoC Generator/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# CSRF PoC Generator -![Preview](https://i.ibb.co/KyYw0D7/image.png) -[Live Preview](https://md15.github.io/csrf/generator/) diff --git a/CSRF PoC Generator/index.html b/CSRF PoC Generator/index.html deleted file mode 100644 index 2aa6486..0000000 --- a/CSRF PoC Generator/index.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - CSRF PoC Generator ~ Daffainfo - - - - - - -
-
CSRF PoC Generator
-
-
- - - Add http:// or https:// in the beginning -
- -
- - -
-
- - -
- -
-
- -
-
- -
- - - -
-
- - - diff --git a/Clickjacking/README.md b/Clickjacking/README.md deleted file mode 100644 index 91a70ee..0000000 --- a/Clickjacking/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Clickjacking -![Preview](https://i.ibb.co/9HcRVD8/image.png) -[Live Preview](https://daffainfo.github.io/Bug-Bounty-Tools/Clickjacking) diff --git a/Clickjacking/index.html b/Clickjacking/index.html deleted file mode 100644 index 6c1755d..0000000 --- a/Clickjacking/index.html +++ /dev/null @@ -1,39 +0,0 @@ - - - Clickjacking Test - - - - - - -
-
Test Clickjacking Vulnerability
-
- - - Add http:// or https:// in the beginning -
- - -
- - - diff --git a/Google Maps API Scanner/index.html b/Google Maps API Scanner/index.html deleted file mode 100644 index 6652d74..0000000 --- a/Google Maps API Scanner/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - Google Maps API Key Checker - - - - - - -
-

Input Google Maps API Key

-
-
- - -
- -
-
- - diff --git a/Google Maps API Scanner/result.php b/Google Maps API Scanner/result.php deleted file mode 100644 index 5d14e51..0000000 --- a/Google Maps API Scanner/result.php +++ /dev/null @@ -1,167 +0,0 @@ - $value) { - $yourProducts[] = yourCurl($value); -} -foreach ($urlArr2 as $key => $value) { - $yourProducts1[] = getContents($value); -} - -function yourCurl($url){ - $ch = curl_init($url); - curl_setopt($ch, CURLOPT_HEADER, true); - curl_setopt($ch, CURLOPT_NOBODY, true); - curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); - curl_setopt($ch, CURLOPT_ENCODING,""); - curl_setopt($ch, CURLOPT_TIMEOUT,10); - $output = curl_exec($ch); - $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); - curl_close($ch); - return $httpcode; -} - -function getContents($url) { - $data = file_get_contents($url); - return $data; -} -?> - - - - - Result Google Map API Key - - - - - - - -
-

Results

-
Staticmap API
- API key is vulnerable for Staticmap API

"; - echo "Staticmap API"; - } else if ($yourProducts[0] == 403) { - echo "

API key is not vulnerable for Staticmap API

"; - } - ?> -
Streetview API
- API key is vulnerable for Streetview API

"; - echo "Streetview API"; - } else if ($yourProducts[1] == 403) { - echo "

API key is not vulnerable for Streetview API

"; - } - ?> -
Embed API
- API key is vulnerable for Embed API

"; - echo "Embed API"; - } else if ($yourProducts[2] == 403) { - echo "

API key is not vulnerable for Embed API

"; - } - ?> -
Directions API
- API key is vulnerable for Directions API

"; - echo "Directions API"; - } else if ($yourProducts[3] == 200) { - echo "

API key is not vulnerable for Directions API

"; - } - ?> -
Geocoding API
- API key is vulnerable for Geocoding API

"; - echo "Geocoding API"; - } else if ($yourProducts[4] == 200) { - echo "

API key is not vulnerable for Geocoding API

"; - } - ?> -
Matrix API
- API key is vulnerable for Matrix API

"; - echo "Matrix API"; - } else if ($yourProducts[5] == 200) { - echo "

API key is not vulnerable for Matrix API

"; - } - ?> -
Find Place from Text API
- API key is vulnerable for Find Place from Text API

"; - echo "Find Place from Text API"; - } else if ($yourProducts[6] == 200) { - echo "

API key is not vulnerable for Find Place from Text API

"; - } - ?> -
Autocomplete API
- API key is vulnerable for Autocomplete API

"; - echo "Autocomplete API"; - } else if ($yourProducts[7] == 200) { - echo "

API key is not vulnerable for Autocomplete API

"; - } - ?> -
Elevation API
- API key is vulnerable for Elevation API

"; - echo "Elevation API"; - } else if ($yourProducts[7] == 200) { - echo "

API key is not vulnerable for Elevation API

"; - } - ?> -
Timezone API
- API key is vulnerable for Timezone API

"; - echo "Timezone API"; - } else if ($yourProducts[9] == 200) { - echo "

API key is not vulnerable for Timezone API

"; - } - ?> -
Roads API
- API key is vulnerable for Roads API

"; - echo "Roads API"; - } else if (strpos($yourProducts[10], '403') === false) { - echo "

API key is not vulnerable for Roads API

"; - } - ?> - - \ No newline at end of file diff --git a/Laravel Bug Scanner/index.php b/Laravel Bug Scanner/index.php deleted file mode 100644 index db398af..0000000 --- a/Laravel Bug Scanner/index.php +++ /dev/null @@ -1,22 +0,0 @@ - - - - Laravel Bug Scanner - - - - - - -
-

Laravel Bug Scanner

-
-
- - -
- -
-
- - diff --git a/Laravel Bug Scanner/result.php b/Laravel Bug Scanner/result.php deleted file mode 100644 index dc33273..0000000 --- a/Laravel Bug Scanner/result.php +++ /dev/null @@ -1,78 +0,0 @@ - $value) { - $listUrl[] = getHttpcode($value); -} - -function getHttpcode($url){ - $ch = curl_init($url); - curl_setopt($ch, CURLOPT_HEADER, true); // we want headers - curl_setopt($ch, CURLOPT_NOBODY, true); - curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); - curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); - curl_setopt($ch, CURLOPT_TIMEOUT,10); - $output = curl_exec($ch); - $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); - curl_close($ch); - return $httpcode; -} -?> - - - - - Result Laravel - - - - - - - -
-

Results

-
.env File
- .env exposed

"; - echo ''.$url.'
'; - } - else if ($listUrl[0] != "200") { - echo "

.env not exposed


"; - } - ?> -
Logs file
- Logs exposed

"; - echo ''.$url2.'
'; - } - else if ($listUrl[1] != "200") { - echo "

Logs file not exposed


"; - } - ?> -
Debug mode
- Debug mode enabled

'; - echo ''.$url3.'
'; - } - else if ($listUrl[2] != "405") { - echo "

Debug mode in ".$input." disabled


"; - } - ?> \ No newline at end of file diff --git a/Bash Tools/Mass Find Configuration File/laravel.sh b/Mass Find Configuration File/laravel.sh similarity index 100% rename from Bash Tools/Mass Find Configuration File/laravel.sh rename to Mass Find Configuration File/laravel.sh diff --git a/Bash Tools/Mass Find Configuration File/zend.sh b/Mass Find Configuration File/zend.sh similarity index 100% rename from Bash Tools/Mass Find Configuration File/zend.sh rename to Mass Find Configuration File/zend.sh diff --git a/Bash Tools/Mass Find Email Spoofing/dmarc.sh b/Mass Find Email Spoofing/dmarc.sh similarity index 100% rename from Bash Tools/Mass Find Email Spoofing/dmarc.sh rename to Mass Find Email Spoofing/dmarc.sh diff --git a/Bash Tools/Mass Find Email Spoofing/spf.sh b/Mass Find Email Spoofing/spf.sh similarity index 100% rename from Bash Tools/Mass Find Email Spoofing/spf.sh rename to Mass Find Email Spoofing/spf.sh diff --git a/Bash Tools/Mass Find Logs File/laravel.sh b/Mass Find Logs File/laravel.sh similarity index 100% rename from Bash Tools/Mass Find Logs File/laravel.sh rename to Mass Find Logs File/laravel.sh diff --git a/Bash Tools/Mass Find Logs File/wordpress.sh b/Mass Find Logs File/wordpress.sh similarity index 100% rename from Bash Tools/Mass Find Logs File/wordpress.sh rename to Mass Find Logs File/wordpress.sh diff --git a/Bash Tools/Mass Find Source Code/bazaar.sh b/Mass Find Source Code/bazaar.sh similarity index 100% rename from Bash Tools/Mass Find Source Code/bazaar.sh rename to Mass Find Source Code/bazaar.sh diff --git a/Bash Tools/Mass Find Source Code/git.sh b/Mass Find Source Code/git.sh similarity index 100% rename from Bash Tools/Mass Find Source Code/git.sh rename to Mass Find Source Code/git.sh diff --git a/Bash Tools/Mass Find Source Code/mercury.sh b/Mass Find Source Code/mercury.sh similarity index 100% rename from Bash Tools/Mass Find Source Code/mercury.sh rename to Mass Find Source Code/mercury.sh diff --git a/Bash Tools/Mass Find Source Code/subversion.sh b/Mass Find Source Code/subversion.sh similarity index 100% rename from Bash Tools/Mass Find Source Code/subversion.sh rename to Mass Find Source Code/subversion.sh diff --git a/Reverse IP Lookup/index.html b/Reverse IP Lookup/index.html deleted file mode 100644 index 0131dfe..0000000 --- a/Reverse IP Lookup/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - Reverse IP Lookup - - - - - - -
-

Reverse IP Lookup

-
-
- - -
- -
-
- - \ No newline at end of file diff --git a/Reverse IP Lookup/result.php b/Reverse IP Lookup/result.php deleted file mode 100644 index bc1b2c2..0000000 --- a/Reverse IP Lookup/result.php +++ /dev/null @@ -1,43 +0,0 @@ - - - - - Result - - - - - - -
-

List Domain

- - - - - - "; - echo ""; - echo ""; - echo ""; - } - ?> -
No.List Domain
".$nomer++."".$json[$i]."
-
- - diff --git a/Subdomain Scanner/index.html b/Subdomain Scanner/index.html deleted file mode 100644 index 9e358cc..0000000 --- a/Subdomain Scanner/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - Subdomain Scanner - - - - - - -
-

Subdomain Scanner

-
-
- - -
- -
-
- - \ No newline at end of file diff --git a/Subdomain Scanner/result.php b/Subdomain Scanner/result.php deleted file mode 100644 index 760364d..0000000 --- a/Subdomain Scanner/result.php +++ /dev/null @@ -1,45 +0,0 @@ - - - - - Result Subdomain - - - - - - -
-

List Subdomain

- - - - - - "; - echo ""; - echo ""; - echo ""; - } - ?> -
No.List Subdomain
".$nomer++."".$json[$i]."
-
- - diff --git a/WordPress Bug Scanner/index.html b/WordPress Bug Scanner/index.html deleted file mode 100644 index 1ed9148..0000000 --- a/WordPress Bug Scanner/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - Wordpress Scanner - - - - - - -
-

Wordpress Scanner

-
-
- - -
- -
-
- - diff --git a/WordPress Bug Scanner/result.php b/WordPress Bug Scanner/result.php deleted file mode 100644 index 730d02c..0000000 --- a/WordPress Bug Scanner/result.php +++ /dev/null @@ -1,156 +0,0 @@ - - - - - Result WordPress - - - - - - - -
-

List WordPress Username

- - - - - - "; - echo ""; - echo ""; - echo ""; - } - ?> -
NumberUsername Wordpress
".$nomer++."".$json[$i]["slug"]."
-

Denial of Service load-scripts.php

- Check in here for full payload'; - } else { - echo "
Not vuln
"; - } - ?> -

Denial of Service load-styles.php

- Check in here for full payload'; - } else { - echo "
Not vuln
"; - } - ?> -

Log files WordPress

- '.$url4.''; - } else { - echo "
Not found
"; - } - ?> -

Backup file wp-config.php

- '.$url5.''; - } else if (getHttpcode($url6) == "200") { - echo ''.$url6.''; - } else if (getHttpcode($url7) == "200") { - echo ''.$url7.''; - } else if (getHttpcode($url8) == "200") { - echo ''.$url8.''; - } else if (getHttpcode($url9) == "200") { - echo ''.$url9.''; - } else if (getHttpcode($url10) == "200") { - echo ''.$url10.''; - } else if (getHttpcode($url11) == "200") { - echo ''.$url11.''; - } else if (getHttpcode($url12) == "200") { - echo ''.$url12.''; - } else if (getHttpcode($url13) == "200") { - echo ''.$url13.''; - } else if (getHttpcode($url14) == "200") { - echo ''.$url14.''; - } else if (getHttpcode($url15) == "200") { - echo ''.$url15.''; - } else if (getHttpcode($url16) == "200") { - echo ''.$url16.''; - } else if (getHttpcode($url17) == "200") { - echo ''.$url17.''; - } else { - echo "
Not found
"; - } - ?> -

XML-RPC WordPress

- '.$url18.''; - } else { - echo "
Not vuln
"; - } - ?> -
- - diff --git a/Bash Tools/WordPress Denial of Service/load-scripts.sh b/WordPress Denial of Service/load-scripts.sh similarity index 100% rename from Bash Tools/WordPress Denial of Service/load-scripts.sh rename to WordPress Denial of Service/load-scripts.sh diff --git a/Bash Tools/WordPress Denial of Service/load-styles.sh b/WordPress Denial of Service/load-styles.sh similarity index 100% rename from Bash Tools/WordPress Denial of Service/load-styles.sh rename to WordPress Denial of Service/load-styles.sh