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
Get Blind XSS within 5 Minutes — $100

Hello Boss….Continue reading on Medium »
Read more...
hacking: security in practice
Accessing files on a locked 2008 iPod

As the title suggest, I have an old 2008 iPod that I’d like to be able to pull my files from. Unfortunately I was locked out of it due to too many failed passcode attempts and of course also no longer have the iTunes account connected to it many, many years ago.

Presumably the files still exist on the device, so is there any way to access them without the info/unlocking it?

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

___________________________
@hacking_Attack
@Hacking_Video
Vulnerable Client-Server Application Vulnerable client-server application (VuCSA) is made for learning/presenting how to perform penetration tests of non-http thick clients. It is written in Java (with JavaFX graphical user interface). Currently the vulnerable application (https://www.kitploit.com/search/label/Vulnerable%20Application) contains the following challenges: Buffer Over-read (simulated) Command Execution SQL Injection Enumeration XML Horizontal Access (https://www.kitploit.com/search/label/Access) Control Vertical Access Control If you want to know how to solve these challenges, take a look at the PETEP website (http://petep.warxim.com/methodology/), which describes how to use the open-source tool PETEP to exploit them. Tip: Before you start hacking, do not forget to check the data structure of messages bellow.
How to Run In order to run the vulnerable (https://www.kitploit.com/search/label/Vulnerable) server and client, you can use one of releases on GitHub or run gradle assemble, which creates distribution packages (for both Windows (https://www.kitploit.com/search/label/Windows) and Unix). These packages contain sh/bat scripts (https://www.kitploit.com/search/label/Scripts) that will run the server and client using JVM. Project Structure Project is divided into three modules: vucsa-common - common functionality for both client and server (including protocol processing utilities) vucsa-client - vulnerable client with JavaFX GUI vucsa-server - vulnerable server for terminal use Data Structure Messages transmitted between server and client have the following simple format: [type][target][length][payload]
32b 32b 32b ???
These four parts have the following meaning: type - type of the message (used for serialization/deserialization) target - target handler that will receive the message length - length of the payload payload - data serialized into bytes

Download Vucsa (https://github.com/Warxim/vucsa)

___________________________
@hacking_Attack
@Hacking_Video