Hacking Articles Tips Tricks Videos Tutorials
470 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
From ‘Gabut’ to Hall of Fame: U.S. Department of Energy

Pada kesempatan kali ini, saya akan menceritakan sedikit pengalaman saya..Continue reading on Medium »
Read more...
hacking: security in practice
Is it possible to wake a Cobalt Strike sleep cycle?

As the title states, is there a known way to break a beacon's sleep cycle in Cobalt Strike. Using the sleep function, we are able to create a specified time for our callback to beacon out for new requests. But in the event that your sleep time is set to far into the future, you may be waiting too long. I was hoping to find some form of wakeup command that forces the beacon to callback sooner.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
SHA 1 decoding

I know there are plenty of sites out there that will do a reverse look up on known hashes and give you the decoded string, but what is the tool people are using to manually decode the SHA 1?

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Windows Privilege Escalation: Weak Registry Permission

Microsoft Windows offers a wide range of fine-grained permissions and privileges for controlling access to Windows components including services, files, and registry entries. Exploiting Weak Registry Permissions is one technique to increase privileges. Table of Content Introduction Windows Registry Registry Hive Weak Registry Permission Prerequisite Lab Setup Abusing Weak Registry

The post Windows Privilege Escalation: Weak Registry Permission appeared first on Hacking Articles.

___________________________
@hacking_Attack
@Hacking_Video
LazyCSRF is a more useful CSRF PoC generator (https://www.kitploit.com/search/label/Generator) that runs on Burp (https://www.kitploit.com/search/label/Burp) Suite.
Motivation
Burp Suite is an intercepting HTTP Proxy, and it is the defacto tool for performing web application security testing. The feature of Burp Suite (https://www.kitploit.com/search/label/Burp%20Suite) that I like the most is Generate CSRF PoC. However, this does not support JSON parameters. It also uses the , so it cannot send PUT/DELETE requests. In addition, multibyte characters that can be displayed in the burp itself are often garbled in the generated CSRF PoC. Those were the motivations for creating this extension.
Features
Generating CSRF PoC with Burp Suite Community Edition (of course, it also works in Professional Edition)Support JSON parameter (like GraphQL (https://www.kitploit.com/search/label/GraphQL) Request)Support PUT/DELETE (only work with CORS (https://www.kitploit.com/search/label/CORS) enabled with an unrestrictive policy)Support displaying multibyte characters (like Japanese)
Difference in display of multibyte characters
The following image shows the difference in the display of multibyte characters between Burp's CSRF PoC generator and LazyCSRF. LazyCSRF can generate CSRF PoC without garbling multibyte characters that are not garbled on Burp.

___________________________
@hacking_Attack
@Hacking_Video