Hacking Articles Tips Tricks Videos Tutorials
466 subscribers
65.6K photos
15 videos
157 files
131K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
This is a Sharp port of @defaultnamehere's cookie-crimes (https://github.com/defaultnamehere/cookie_crimes) module - full credit for their awesome work! This C# project will dump cookies (https://www.kitploit.com/search/label/Cookies) for all sites, even those with httpOnly/secure/session flags.
Usage Simply run the binary. SharpCookieMonster.exe [https://sitename.com] [chrome-debugging-port] [user data dir]
An optional first argument sepcifies the site that chrome will initially connect to when launched (default https://www.google.com (https://www.google.com/)). An optional second argument specifies the port to launch the chrome debugger (https://www.kitploit.com/search/label/Debugger) on (by default 9142). Finally, an optional third argument specifies the path to the user data directory, which can be overridden in order to access (https://www.kitploit.com/search/label/Access) different profiles etc (default %APPDATALOCAL%\Google\Chrome\User Data). Building The binary (https://www.kitploit.com/search/label/Binary) has been built to be compatible with .NET 3.5 in order to be compatible with victims with older versions of .NET installed. However in order to use WebSockets to communicate with Chrome the WebSocket4Net package was added. If you want to run this down C2 such as using PoshC2 (https://github.com/nettitude/PoshC2)'s sharpcookiemonster command or via CobaltStrike's execute-assembly then use ILMerge to merge the built executable with the WebSocket4Net.dll library. First rename the original binary then run: ILMerge.exe /targetplatform:"v2,C:\Windows\Microsoft.NET\Framework\v2.0.50727" /out:SharpCookieMonster.exe SharpCookieMonsterOriginal.exe WebSocket4Net.dll


Download SharpCookieMonster (https://github.com/m0rv4i/SharpCookieMonster)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How to create bouncing servers

I have only been doing cybersecurity for 2 years now, just as a hobby. I am kind of new to servers and hiding yourself while hacking, but how do hackers create bouncing servers?

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

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Key Application Security Metrics Show Few Signs of Improvement

A new study shows that organizations continued to take an inordinately long time to fix vulnerabilities and fixed fewer known issues in their environments last year than in 2020.
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
I made a tool to find and stream public/misconfigured security cams

Hi everyone,

I made a "hack" tool using python which uses Selenium and OpenCV to find and stream misconfigured/public webcams, security cams, and CCTV cams to your computer.

Check it out at https://github.com/flancast90/camview to learn more about it, and it if you like!

Feel free to ask any questions in the comments, I'm sure the code needs some optimisation 😂, and I'm still a beginner compared to many of you.

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