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
Got my bitlocker hashes, now what?

I want to preface this by saying I have absolutely zero experience doing any of this. I'm familiar with windows and how to navigate most things but as far as any "hacking" im a noob.

I forgot the password to my bitlocker-encrypted drive and didn't save the recovery key (yes I know i'm sorry). I have been able to follow along with videos on youtube and have gotten as far as imaging my drive and using jumbojohn to run bitlocker2john.exe. It ran overnight and most of today and I now have my 4 hashes.

I know the password is at least ~12 characters but uses multiple special characters, numbers and letters. Therefore I assume trying to get that password is a lost cause.

Please help. I lost my father a couple of years ago and all of the pictures/videos/messages/notes I have involving him are on this drive.

Thanks

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Xiaomi air purifiers NFC stickers defeated

Since one of my first post was here in this thread on Reddit I thought it would be cool to share some progress on breaking the NFC filters of the Xiaomi air purifiers...

It's done, and it's open: https://www.flamingo-tech.nl/2022/05/27/this-is-how-they-do-it/ now you can make your own filters!

This works on all Xiaomi air purifiers and does not break warranty nor is there the need to open the air purifier to install for example an modchip!

Have fun^^

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
what does this mean in lifelock I'm scared

So im looking through lifelock security and I see a notification for back in November it says I was breeched but doesn't say from where it says united states services other data broker 242m what does this even mean????

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Why I don't hear about malware targetting password managers?

I mean malware which steals all the passwords user holds in the unlocked vault on a disk of his/her local machine. My hypothesis is that password managers are not popular yet. If they became popular malware will emerge. What do you think?

EDIT: I'm interested in client-side attacks.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
New to hacking

So like the title says, I’m new to hacking. I’ve set up a few fake accounts of Social Media (Instagram and Snapchat )and I wanted to ask if there are specialized tools for cracking passwords of these sides? Since I made the Accounts I obviously have the Username and the Account ID’s (on Instagram) I can get with OSINT. I’m familiar with Phishing, but Phishing myself seems a bit too easy. Thank you in advance

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

___________________________
@hacking_Attack
@Hacking_Video
WardenSwap is partnering up with Valix Consulting to strengthen the security support

On the 14th of March, WardenSwap has to launch a Bug Bounty Program with a reward of up to $100,000 USD on Immunefi.Continue reading on WARDEN Official »
Read more...
Stunner is a tool to test and exploit STUN, TURN and TURN over TCP servers. TURN is a protocol mostly used in videoconferencing and audio chats (WebRTC). If you find a misconfigured server you can use this tool to open a local socks proxy that relays all traffic via the TURN protocol into the internal network behind the server. I developed this tool during a test of Cisco Expressway which resulted in some vulnerabilities: https://firefart.at/post/multiple_vulnerabilities_cisco_expressway/ To get the required username and password you need to fetch them using an out-of-band method like sniffing the Connect request from a web browser with Burp. I added an example workflow (https://github.com/firefart/stunner#example-workflow) at the bottom of the readme on how you would test such a server.
LICENSE This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. implemented RFCs STUN: RFC 5389 (https://datatracker.ietf.org/doc/html/rfc5389) TURN: RFC 5766 (https://datatracker.ietf.org/doc/html/rfc5766) TURN for TCP: RFC 6062 (https://datatracker.ietf.org/doc/html/rfc6062) TURN Extension for IPv6: RFC 6156 (https://datatracker.ietf.org/doc/html/rfc6156) Available Commands info This command will print some info about the stun or turn server like supported protocols and attributes like the used software. Options --debug, -d enable debug output (default: false) --turnserver value, -s value turn server to connect to in the format host:port --tls Use TLS for connecting (false in most tests) (default: false) --timeout value connect timeout to turn server (default: 1s) --help, -h show help (default: false) Example --debug, -d enable debug output (default: false)
--turnserver value, -s value turn server to connect to in the format host:port
--tls Use TLS for connecting (false in most tests) (default: false)
--timeout value connect timeout to turn server (default: 1s)
--help, -h show help (default: false)
range-scan This command tries several private and restricted ranges to see if the TURN server is configured to allow connections to the specified IP addresses. If a specific range is not prohibited you can enumerate this range further with the other provided commands. If an ip is reachable it means the TURN server will forward traffic to this IP. Options --debug, -d enable debug output (default: false) --turnserver value, -s value turn server to connect to in the format host:port --tls Use TLS for connecting (false in most tests) (default: false) --protocol value protocol to use when connecting to the TURN server. Supported values: tcp and udp (default: "udp") --timeout value connect timeout to turn server (default: 1s) --username value, -u value username for the turn server --password value, -p value password for the turn server --help, -h show help (default: false) Example TCP based TURN connection (connection from you the TURN server): ./stunner info -s x.x.x.x:443 UDP based TURN connection (connection from you the TURN server): --debug, -d enable debug output (default: false)
--turnserver value, -s value turn server to connect to in the format host:port
--tls Use TLS for connecting (false in most tests) (default: false)
--protocol value protocol to use when connecting to the TURN server. Supported values: tcp and udp (default: "udp")
--timeout value connect timeout to turn server (default: 1s)
--username value, -u value username for the turn server

___________________________
@hacking_Attack
@Hacking_Video