Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66K 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
Unauthenticated Cache Purge

Hello everyone, I am Priyansh and this is my first writeup. Today I will be discussing a vulnerability that I found in one of the…Continue reading on Medium »
Read more...
How to Start Bug Bounties 101 & How to Make a Million in 4 Years

I got lots of questions and requests especially from new beginners to the area, so wanted to prepare a blog post regarding how to start at…Continue reading on Medium »
Read more...
Oversimplified — Bug Bounty

Undoubtedly, most of us believe that finding vulnerabilities in software looks something like the image above. “Hacking” has always been…Continue reading on Medium »
Read more...
Creating simple middleware for easy exploitation of second order injections like SQLi, SSTI etc

Second order injection is code injection vulnerability in which unfiltered user input is not directly being passed to the query by web…Continue reading on Medium »
Read more...
I got lots of questions and requests especially from new beginners to the area, so wanted to prepare a blog post regarding how to start at…Continue reading on Medium » (https://ozguralp.medium.com/how-to-start-bug-bounties-101-how-to-make-a-million-in-4-years-e15ee62d6f4?source=rss------bug_bounty-5)
Undoubtedly, most of us believe that finding vulnerabilities in software looks something like the image above. “Hacking” has always been…Continue reading on Medium » (https://medium.com/@thebongy/oversimplified-bug-bounty-de5bec9ae4fe?source=rss------bug_bounty-5)
Second order injection is code injection vulnerability in which unfiltered user input is not directly being passed to the query by web…Continue reading on Medium » (https://pswalia2u.medium.com/creating-simple-middleware-for-easy-exploitation-of-second-order-injections-like-sqli-ssti-etc-dea96df157e?source=rss------bug_bounty-5)
hacking: security in practice
Powershell MpPreferences

So lately I've been trying to make a Powershell script which will make me a reverse shell in my own environment, and the reverse shell script works fine except a tiny problem, which is when you try to launch it. Since I'm trying to create a reverse shell on a Windows machine, and the machine has Windows Defender on (and Real time protection on), when you launch it, Defender detects it and cancels it.

So now I've been trying to find a way to turn off Real time monitoring and I actually found a way with which should make you be able to turn it off:

Set-MpPreference -DisableRealtimeMonitoring $true

(You should also be able to use -drtm instead of -DisableRealtimeMonitoring and can also use 1 instead of $true if I'm right, but please correct me if not)

Long story short it doesn't work even if you launch PS with administrator permissions and real time monitoring can only be turned off from the GUI.

Users who have a better understanding in this topic, could you explain me what's the issue here, or confirm that it was maybe just disabled so it makes it harder for hackers to compromise a system? Any help will be appreciated!

submitted by /u/zsombijatek
[link] [comments]
hacking: security in practice
Editing webpages in links

I know this is super weird and free feel to call me dumb if this isn’t possible because its just and idea i had. Is there a way when a link is click for the page to be pre edited like with inspect element. So basically is im asking if there is a way to have a link clicked to a website that isnt mine, is it possible for text on that page to be pre edited only to look a certain way through the click of a link. Sorry english isnt my first language

submitted by /u/fizzyvalley
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Brute-force da chave. continuação do texto 0.9

Também pode ser possível adivinhar por Brute-force, a chave usada para assinar um JWT.
O invasor tem muitas informações para começar: o…

Continue reading on Medium »