Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.7K 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
Anyone ever manage to unlock a car replaying a car key fob?

I've seen a lotta videos, people basically using either a RPi and a RTL-SDR or even easier with a HackRf and replaying things like you know, garage or gate remotes but would it possible to replay a signal sent for car keys? I think newer ones are protected against that but on slightly older cars would it be possible? Like could you literally with a RPi and something along the lines of a RTL-SDR copy that signal and replay it to unlock the car? I saw this video on Youtube by Steve Mould and I'm quite intrigued so what are you thoughts?

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Jsleak - A Go Code To Detect Leaks In JS Files Via Regex Patterns

https://1.bp.blogspot.com/-fMvlStr5Pkk/YRvgsg3WiFI/AAAAAAAAqtM/aROefZ6A8ycBvdLqdeAd6IoAhWV8bOHNACNcBGAsYHQ/s16000/jsleak.png
jsleak is a tool to identify sensitive data in JS files through regex patterns. Although it's built for this, you can use it to identify anything as long as you have a regex pattern for it.
How to install

Directly:

{your package manager} install pkg-config libpcre++-dev
go get github.com/0xTeles/jsleak/v2/jsleak


Compiled: release page

How to use

Usage of jsleak:
-json string
[+] Json output file
-pattern string
[+] File contains patterns to test
-verbose
[+] Verbose Mode


Demo

cat urls.txt | jsleak -pattern regex.txt
[+] Url: http://localhost/index.js
[+] Pattern: p([a-z]+)ch
[+] Match: peach


To Do

* Fix output
* Add more patterns
* Add stdin
* Implement JSON input
* Fix patterns
* Implement PCRE

Regex list

* https://github.com/odomojuli/RegExAPI
* https://github.com/KaioGomesx/JSScanner/blob/main/regex.txt

Inspired by

* Necessity
* https://github.com/0x240x23elu/JSScanner
* https://github.com/KaioGomesx/JSScanner

Thanks

@fepame, @gustavorobertux, @Jhounx, @arthurair_es
Download Jsleak

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Can a password hash be reversed if you know the hashing algorithm?

Let's use clock arithmetic and pretend our hashing function is f(x)=5*x. If we want to generate a hash for 5. f(5)=25, and the hash we have would be 3. With enough computing power, I assume that we could attempt to reverse the hashing algorithm until we get the original value, right? Thanks for your input!

submitted by /u/280-Z
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Deep Web
Piracy Scientific Journals

Never been on the Deep web, but was scrolling cause of curious. A lot of you mentioned pirating papers, but why would you need/ go through all the trouble for that? Don't Sci-Hub and LibGen already exist on the Normal web?

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Nimplant : A Cross-Platform Implant Written In Nim

Nimplant is a cross-platform (Linux & Windows) implant written in Nim as a fun project to learn about Nim and see what it can bring to the table for red team tool development. Currently, Nimplant lacks extensive evasive tradecraft; however, overtime Nimplant will become much more sophisticated. Installation To install Nimplant, you’ll need Mythic installed […]

The post Nimplant : A Cross-Platform Implant Written In Nim appeared first on Kali Linux Tutorials.

___________________________
@hacking_Attack
@Hacking_Video
Account Takeover via Access Token Leakage

Hello guys! My name is Tuhin Bose (@tuhin1729). I am currently working as a Chief Information Security Officer and Infosec trainer at DSPH…Continue reading on Medium »
Read more...