Attackers use Morse code, other encryption methods in evasive phishing campaign
https://www.reddit.com/r/redteamsec/comments/p6yi58/attackers_use_morse_code_other_encryption_methods/
submitted by /u/SCI_Rusher (https://www.reddit.com/user/SCI_Rusher)
[link] (https://aka.ms/MorseCodePhishing) [comments] (https://www.reddit.com/r/redteamsec/comments/p6yi58/attackers_use_morse_code_other_encryption_methods/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/p6yi58/attackers_use_morse_code_other_encryption_methods/
submitted by /u/SCI_Rusher (https://www.reddit.com/user/SCI_Rusher)
[link] (https://aka.ms/MorseCodePhishing) [comments] (https://www.reddit.com/r/redteamsec/comments/p6yi58/attackers_use_morse_code_other_encryption_methods/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Attackers use Morse code, other encryption methods in evasive...
Posted in r/redteamsec by u/SCI_Rusher • 5 points and 0 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe — Gotta Catch ’Em All!
https://cdn-images-1.medium.com/max/778/1*0_aqPCjjxBQfAiqEmjb5Zg.png
Can you catch them all?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe — Gotta Catch ’Em All!
https://cdn-images-1.medium.com/max/778/1*0_aqPCjjxBQfAiqEmjb5Zg.png
Can you catch them all?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe — Gotta Catch ’Em All!
Can you catch them all?
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Bug Bounty Website For Beginners
What is Bug Bounty?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Bug Bounty Website For Beginners
What is Bug Bounty?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Bug Bounty Website For Beginners
What is Bug Bounty?
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
DEVOOPS — HackTheBox WriteUp
https://cdn-images-1.medium.com/max/718/1*uD6mTJBTOoLYgAY7jwnFdg.png
This box is a part of TJnull’s list of boxes. I am doing these boxes as a part of my preparation for OSCP. I will be sharing the writeups…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
DEVOOPS — HackTheBox WriteUp
https://cdn-images-1.medium.com/max/718/1*uD6mTJBTOoLYgAY7jwnFdg.png
This box is a part of TJnull’s list of boxes. I am doing these boxes as a part of my preparation for OSCP. I will be sharing the writeups…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
DEVOOPS — HackTheBox WriteUp
This box is a part of TJnull’s list of boxes. I am doing these boxes as a part of my preparation for OSCP. I will be sharing the writeups…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Abusing Network Protocols for Secret Communication
https://cdn-images-1.medium.com/max/2600/1*ZrXiAvbdj8TqAdYWacriyQ.jpeg
How to hide your communication in plain sight with Network Covert Channels
Continue reading on Deepal’s Blog »
___________________________
@hacking_Attack
@Hacking_Video
Abusing Network Protocols for Secret Communication
https://cdn-images-1.medium.com/max/2600/1*ZrXiAvbdj8TqAdYWacriyQ.jpeg
How to hide your communication in plain sight with Network Covert Channels
Continue reading on Deepal’s Blog »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Abusing Network Protocols for Secret Communication
How to hide your communication in plain sight with Network Covert Channels
xDai Stake Arbitrary Call Method Bug Postmortem
https://medium.com/immunefi/xdai-stake-arbitrary-call-method-bug-postmortem-f80a90ac56e3?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/immunefi/xdai-stake-arbitrary-call-method-bug-postmortem-f80a90ac56e3?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
xDai Stake Arbitrary Call Method Bug Postmortem
Summary
SummaryContinue reading on Immunefi » (https://medium.com/immunefi/xdai-stake-arbitrary-call-method-bug-postmortem-f80a90ac56e3?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
xDai Stake Arbitrary Call Method Bug Postmortem
Summary
Deep Web
What is your favorite “chan” or chan like sites?
Looking through them and they all seem kind of dead.
submitted by /u/Alien1772
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
What is your favorite “chan” or chan like sites?
Looking through them and they all seem kind of dead.
submitted by /u/Alien1772
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
What is your favorite “chan” or chan like sites?
Looking through them and they all seem kind of dead.
Jsleak - A Go Code To Detect Leaks In JS Files Via Regex Patterns
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++-devgo 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
Read more...
___________________________
@hacking_Attack
@Hacking_Video
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++-devgo 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
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Jsleak - A Go Code To Detect Leaks In JS Files Via Regex Patterns
http://www.kitploit.com/2021/08/jsleak-go-code-to-detect-leaks-in-js.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/08/jsleak-go-code-to-detect-leaks-in-js.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Jsleak - A Go Code To Detect Leaks In JS Files Via Regex Patterns
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 (https://github.com/0xTeles/jsleak/releases/tag/jsleak_v2.1)
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 (https://www.kitploit.com/search/label/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 (https://twitter.com/Highustavo), @gustavorobertux (https://twitter.com/gustavorobertux), @Jhounx (https://github.com/Jhounx), @arthurair_es (https://twitter.com/arthurair_es)
Download Jsleak (https://github.com/0xTeles/jsleak)
___________________________
@hacking_Attack
@Hacking_Video
How to install
Directly: {your package manager} install pkg-config libpcre++-dev
go get github.com/0xTeles/jsleak/v2/jsleak
Compiled: release page (https://github.com/0xTeles/jsleak/releases/tag/jsleak_v2.1)
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 (https://www.kitploit.com/search/label/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 (https://twitter.com/Highustavo), @gustavorobertux (https://twitter.com/gustavorobertux), @Jhounx (https://github.com/Jhounx), @arthurair_es (https://twitter.com/arthurair_es)
Download Jsleak (https://github.com/0xTeles/jsleak)
___________________________
@hacking_Attack
@Hacking_Video
GitHub
Release Compiled version of jsleak v2.1 · 0xTeles/jsleak
Compiled version of jsleak v2.1. What's new?
New output
New argument format
More love
New output
New argument format
More love
hacking: security in practice
Am I a hacker ?
Hello,
This might sound weird but I incidentally hacked two financial institutions in the last few years and I was wondering if I should consider myself a hacker ?
The first time happened because I usually always keep a dev window open on my browser. I have too many monitors when only browsing so often I'll open an inspect to fill a screen and because I find it funny to see all the errors on websites when browsing. As I logged into the account of a financial institution I work with I noticed some weird unused Javascript that seamed more managerial than user oriented that showed a hidden API. Playing around with postman I started pulling all sorts of information like number of customers etc... I informed the financial institution, they didn't answer but they closed my access to the API and removed the Javascript.
The second time again with a financial institution who I have a contract with for financial services. I wanted to go into my account but must have went in the wrong URL because I ended up in their intranet. Digging around at some point at +-11pm I ended in their SharePoint where I downloaded everything from source code, developer guidelines, server / software lists, some customers claim with all personal info etc. I informed them around midnight, at 5 AM they turned off everything from their website to SharePoint and I got a call requesting information about what I did. I also had sent some of their backend source code in my disclosure email so I guess they really took me seriously.
And I do keep looking at the dev data for sites I visit and dig in when I find weirdness.
So I was wondering if I should consider myself a hacker of sorts ?
I would love your opinions
Thanks
submitted by /u/human8264829264
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Am I a hacker ?
Hello,
This might sound weird but I incidentally hacked two financial institutions in the last few years and I was wondering if I should consider myself a hacker ?
The first time happened because I usually always keep a dev window open on my browser. I have too many monitors when only browsing so often I'll open an inspect to fill a screen and because I find it funny to see all the errors on websites when browsing. As I logged into the account of a financial institution I work with I noticed some weird unused Javascript that seamed more managerial than user oriented that showed a hidden API. Playing around with postman I started pulling all sorts of information like number of customers etc... I informed the financial institution, they didn't answer but they closed my access to the API and removed the Javascript.
The second time again with a financial institution who I have a contract with for financial services. I wanted to go into my account but must have went in the wrong URL because I ended up in their intranet. Digging around at some point at +-11pm I ended in their SharePoint where I downloaded everything from source code, developer guidelines, server / software lists, some customers claim with all personal info etc. I informed them around midnight, at 5 AM they turned off everything from their website to SharePoint and I got a call requesting information about what I did. I also had sent some of their backend source code in my disclosure email so I guess they really took me seriously.
And I do keep looking at the dev data for sites I visit and dig in when I find weirdness.
So I was wondering if I should consider myself a hacker of sorts ?
I would love your opinions
Thanks
submitted by /u/human8264829264
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Am I a hacker ?
Hello, This might sound weird but I incidentally hacked two financial institutions in the last few years and I was wondering if I should consider...
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
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
reddit
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,...