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
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 »
Clash - A Rule-Based Tunnel In Go

Clash A rule-based tunnel in Go.Features Local HTTP/HTTPS/SOCKS server with authentication support VMess, Shadowsocks, Trojan, Snell protocol support for remote connections Built-in DNS server that aims to minimize DNS pollution attack impact, supports DoH/DoT upstream and fake IP. Rules based off domains, GEOIP, IPCIDR or Process to forward packets to different nodes Remote groups allow users to implement powerful rules. Supports automatic fallback, load balancing or auto select node based off latency Remote providers, allowing users to get node lists remotely instead of hardcoding in config Netfilter TCP redirecting. Deploy Clash on your Internet gateway with iptables. Comprehensive HTTP RESTful API controller Premium Features TUN mode on macOS, Linux and Windows. Doc Match your tunnel by Script Rule Provider Getting Started Documentations are now moved to GitHub Wiki. Premium Release Release Development If you want to build an application that uses clash as a library, check out the the GitHub Wiki Credits riobard/go-shadowsocks2 v2ray/v2ray-core WireGuard/wireguard-go License This software is released under the GPL-3.0 license. Download Clash
Read more...

___________________________
@hacking_Attack
@Hacking_Video