Hacking Articles Tips Tricks Videos Tutorials
471 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
In this blog, we are going to see every step that is required to exploit Stack Buffer Overflow with the help of Immunity Debugger.Continue reading on Medium » (https://medium.com/@Medusa0xf/exploiting-stack-buffer-overflow-step-by-step-reverse-engineering-aed4c1c4eb7d?source=rss------bug_bounty-5)
I created an automated Telegram channel to share cybersecurity news from trusted news sources
https://www.reddit.com/r/Pentesting/comments/vvykt7/i_created_an_automated_telegram_channel_to_share/
hacking: security in practice
Feasibility of Accessing a network that turns off a certain time

I am temporary living in a place where the main band of wifi routinely shuts down at certain times.
Is this turn off maneuver ever done in a flimsy way??? …..one that would allow someone with determination to access it??……such as hiding the ssid?……..The same access points are on and emitting other bands around the clock. I have access to a wall ethernet port that appears to have no safeguards on it. It allows full access of a separate network. However they are all coming from the same equipment. Can any method help me gain access to this wifi band or could the unfirewalled ethernet port be leveraged to gain wireless access?

submitted by /u/Zharko_Tsunoda_Jafar
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles|Raj Chandel's Blog
MimiKatz for Pentester: Kerberos

This write up will be part of a series of articles on the tool called Mimikatz which was created in the programming language C. it is mostly used for extracting Kerberos ticket from the memory and generating golden tickets.

In this scenario, we will be using Mimikatz inside the client machine to find out tickets available within the client system. Kerberos::listKerberos::list /export. This will save the above TGT tickets in the Mimikatz folder in the kirbiformat. Kerberos::ppt ticket.kirbiOnce the command has been executed successfully, we will issue another command misc::cmdwhich will open a command prompt session. We can see that the command prompt session has been opened with the domain user ignite\aarti. dir \\192.168.1.188\c$(192.168.1.188 being the server ip address)

As you can see, we are able to view all the directory of the server. Kerberos TGTTo display all TGT (Ticket Granting Ticket), we can use the following command:Kerberos ASKIt helps you to access the service ticket. The syntax for running this command are as follows:___________________________
@hacking_Attack
@Hacking_Video