Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.7K photos
15 videos
157 files
131K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
MurMurHash - Tool To Calculate A MurmurHash Value Of A Favicon To Hunt Phishing Websites On The Shodan Platform

https://1.bp.blogspot.com/-9dH2PpCSYl4/YKrtsRywoDI/AAAAAAAAWPY/KBqslELIkJkdnx7bAG4akbNEY5ZOKrHOQCNcBGAsYHQ/w640-h388/MurMurHash_1.png This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform. What is MurMurHash?MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. The name comes from two basic operations, multiply (MU) and rotate (R), used in its inner loop. The current version is MurmurHash3 which yields a 32-bit or 128-bit hash value. When using 128-bits, the x86 and x64 versions do not produce the same values, as the algorithms are optimized for their respective platforms. MurmurHash3 was released alongside SMHasher—a hash function test suite.

Further reading on: https://en.wikipedia.org/wiki/MurmurHash How to install?git clone https://github.com/Viralmaniar/MurMurHash.git
cd MurMurHash
pip install -r requirements.txt
python MurMurHash.py
Detailed Blog:https://isc.sans.edu/diary/Hunting+phishing+websites+with+favicon+hashes/27326 Hunting Phish Events for Paypal & Tesla:After reading about hunting of phishing websites using favicon hashes I thought to generalise it to accept Favicon URLs for quick analysis on the Shodan.

Looking for a favicon icon file on the orginal website of Paypal: https://1.bp.blogspot.com/-S37YZDssmnc/YKrtytreahI/AAAAAAAAWPc/UrguqJE1WzcS_LuRJ-TxnVafs_Km45KoACNcBGAsYHQ/w640-h440/MurMurHash_2.png Using MurMurHash.pyfile generating hash of the icon: https://1.bp.blogspot.com/-_XWlPVa6Mag/YKrt4Gl7DkI/AAAAAAAAWPg/2dsAVu1HSXQZzULYzDscSyMEJeSIBWXxgCNcBGAsYHQ/w640-h108/MurMurHash_3.png Searching on Shodan for Paypal phishing domains/IPs:

* https://www.shodan.io/search?query=http.favicon.hash%3A309020573 https://1.bp.blogspot.com/-Hvyh2XP0WqY/YKrt_rpVF-I/AAAAAAAAWPo/U8PQh9HD-y4Nw0BkwAK-h7z3kGXnOLvVgCNcBGAsYHQ/w640-h470/MurMurHash_4.png Validating Shodan results: https://1.bp.blogspot.com/-XltNjKTturo/YKruGGu-qwI/AAAAAAAAWP0/0SiI5TjdaiExNhHAWrrVKP0TKgMaFadUgCNcBGAsYHQ/w640-h468/MurMurHash_6.png https://1.bp.blogspot.com/-Iqpg9LcVtuM/YKruGLFdKiI/AAAAAAAAWPw/InboN3nZYjQZ_n3Z1KW67zpr1OAIbSmvgCNcBGAsYHQ/w640-h428/MurMurHash_5.png Now, let's search for Tesla icon on the original site: https://1.bp.blogspot.com/-7JcVGjKPsGc/YKruMUye1qI/AAAAAAAAWP8/yCZ6XkujGDEWz-MIhetjbWEX5NEIqPqBACNcBGAsYHQ/w640-h214/MurMurHash_7.png Searching on Shodan for Tesla phishing domains/IPs: https://1.bp.blogspot.com/-mGmimLOvqjQ/YKruQCRxSSI/AAAAAAAAWQA/c7l6KldQoVk-RHr8q6wtNzBwhVEPZrC5wCNcBGAsYHQ/w640-h102/MurMurHash_8.png * https://www.shodan.io/search?query=http.favicon.hash%3A476528568 https://1.bp.blogspot.com/-1lutdBzY15o/YKruUghhQHI/AAAAAAAAWQE/WC6a01vbqwkf_T2s92ng8_SUQD_OvDGjgCNcBGAsYHQ/w640-h464/MurMurHash_9.png Validating Shodan results: https://1.bp.blogspot.com/-UfybYsyzGYA/YKruZO5IKYI/AAAAAAAAWQM/KHUufUp-nIs-epdNX2k71-uNfHp6OGbPwCNcBGAsYHQ/w640-h454/MurMurHash_10.png Questions?Twitter: @ManiarViral
LinkedIn: https://au.linkedin.com/in/viralmaniar Download MurMurHash

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
DiskBoss Service 12.2.18 Unquoted Service Path

https://4.bp.blogspot.com/-yl8JZs3kPK0/WWlvOF1SUeI/AAAAAAAAIMk/jv5-1ECzklsqpq4rMFWFx2wFFGh-Q9GlwCLcBGAs/s1600/h24.png
DiskBoss Service version 12.2.18 suffers from an unquoted service path vulnerability.

MD5 | 18b444c469c2694e01313945d61c03ba

Download
# Exploit Title: DiskBoss Service 12.2.18 - 'diskbsa.exe' Unquoted Service Path
# Discovery by: Erick Galindo
# Discovery Date: 2021-05-21
# Vendor Homepage: https://www.diskboss.com
# Software : https://www.diskboss.com/setups_x64/diskboss_setup_v12.2.18_x64.exe
# Tested Version: 12.2.18
# Vulnerability Type: Unquoted Service Path
# Tested on OS: Windows 10 Pro x64 es
# Step to discover Unquoted Service Path:

C:\>wmic service get name, pathname, displayname, startmode | findstr "Auto" | findstr /i /v "C:\Windows\\" | findstr /i "DiskBoss" | findstr /i /v """
DiskBoss Service DiskBoss Service C:\Program Files\DiskBoss\bin\diskbsa.exe Auto

# Service info

C:\>sc qc "DiskBoss Service"
[SC] QueryServiceConfig CORRECTO

NOMBRE_SERVICIO: DiskBoss Service
TIPO : 10 WIN32_OWN_PROCESS
TIPO_INICIO : 2 AUTO_START
CONTROL_ERROR : 0 IGNORE
NOMBRE_RUTA_BINARIO: C:\Program Files\DiskBoss\bin\diskbsa.exe
GRUPO_ORDEN_CARGA :
ETIQUETA : 0
NOMBRE_MOSTRAR : DiskBoss Service
DEPENDENCIAS :
NOMBRE_INICIO_SERVICIO: LocalSystem

#Exploit:

This vulnerability could permit executing code during startup or reboot with the escalated privileges.


Source:packetstormsecurity.com
Sent by @TheFeedReaderBot
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
WordPress ReDi Restaurant Reservation 21.0307 Cross Site Scripting

https://4.bp.blogspot.com/-SxgEc7szt9w/WWlva1nZfUI/AAAAAAAAIPE/UrvwYC_4YmMlGypxS9ASHy318XWSifzEQCLcBGAs/s1600/h71.png
WordPress ReDi Restaurant Reservation plugin version 21.0307 suffers from a persistent cross site scripting vulnerability.

MD5 | 97371d46e078284e75d608dc3d9438a0

Download
# Exploit Title: WordPress Plugin ReDi Restaurant Reservation 21.0307 - 'Comment' Stored Cross-Site Scripting (XSS)
# Date: 2021-05-10
# Exploit Author: Bastijn Ouwendijk
# Vendor Homepage: https://reservationdiary.eu/
# Software Link: https://wordpress.org/plugins/redi-restaurant-reservation/
# Version: 21.0307 and earlier
# Tested on: Windows 10
# CVE : CVE-2021-24299
# Proof: https://bastijnouwendijk.com/cve-2021-24299/

Steps to exploit this vulnerability:

1. Go to the page where [redirestaurant] is embed to make a restaurant reservation by filling in the requested information
2. In the 'Comment' field of the restaurant reservation form put the payload: ``
3. Submit the form
4. While being logged into WordPress as administrator go to ReDi Reservations > Upcoming (Tablet PC)
5. Click on 'View upcoming reservations'
6. Select for 'Show reservations for': 'This week'
7. The reservations are loaded and two alerts are shown with text 'XSS'

Source:packetstormsecurity.com
Sent by @TheFeedReaderBot