Hacking Articles Tips Tricks Videos Tutorials
468 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
Hacking Articles Tips Tricks Videos Tutorials
I/AAAAAAAAvSM/-NIr1rA6tWM2MGnHkLLjhM81JLHf0P2cgCLcBGAsYHQ/s16000/3.png <v:shape<v:imagedata<o:p Changing Password of a User<o:pThe ability to change the password for a user can be not only a high-risk situation but also can be a tad bit annoying. The password_change…
o:p Kerberos<o:pSimilarly, if we want to extract the credentials from the Kerberos Service, we can run the creds_kerberos to attack the Kerberos. This however have the ability to extract clear text passwords for the users. <o:p creds_kerberos<o:phttps://1.bp.blogspot.com/-d5hwj4Dmihs/YG7q3WyW5ZI/AAAAAAAAvS8/weBIQW1cbuctx3RsJH-zUCvnj2L01WRiQCLcBGAsYHQ/s16000/9.png <v:shape<v:imagedata<o:p SSP<o:pSSP or Securtiy Support Provider is dynamic-link library (DLL) that implements the SSPI by making one or more security packages available to applications. Each security package provides mappings between an application's SSPI function calls and an actual security model’s function. Security packages support security protocols such as Kerberos authentication and the Microsoft LAN Manager. Due to the connection of the SSP with the Kerberos, it can extract credentials in clear text as shown in the image below.<o:p creds_ssp<o:phttps://1.bp.blogspot.com/-MP7vtKLmN7U/YG7rHH3FHqI/AAAAAAAAvTM/vUTf6abia4AlBEGHxtnFTsA2-rmNcFlLQCLcBGAsYHQ/s16000/10.png <v:shape<v:imagedata<o:p WDigest<o:pWDigest.dll was introduced in the Windows XP operating system The Digest Authentication protocol is designed for use with Hypertext Transfer Protocol (HTTP) and Simple Authentication Security Layer (SASL) exchanges. These exchanges require that parties that seek to authenticate must demonstrate their knowledge of secret keys. This process improves upon earlier versions of HTTP authentication, in which users provide passwords that are not encrypted when they are sent to a server, leaving them vulnerable to capture by attackers by using the creds_wdigest.<o:p creds_wdigest<o:phttps://1.bp.blogspot.com/-mZrber0SfLU/YG7rLU18b5I/AAAAAAAAvTQ/PI6PK_WlQ5wVVN4buBYcCaIWQxOmE9PfQCLcBGAsYHQ/s16000/11.png <v:shape<v:imagedata<o:p All<o:pIncase, you want to extract all the possible hashes or credentials from all the security packages on the target machine, then use creds_all command on the meterpreter. It will show all the credentials from the packages that we just discussed in one go. <o:p creds_all<o:p<o:p https://1.bp.blogspot.com/-usJEI-Ehgzs/YG7rPD5bnPI/AAAAAAAAvTU/Cqmzt03UIP4JsZIz_l5ljO8rolTq561KgCLcBGAsYHQ/s16000/12.png <o:p

<v:shape<v:imagedata<o:p Learn More: Credential Dumping: SAM<o:pMimikatz Commands<o:pThere are modules inside the Mimikatz that don’t have the direct access in the form of commands in kiwi. This is where the ability to run the Mimikatz commands comes to the rescue. This acts as a normal shell with the ability to run the Mimikatz commands and perform almost all the attacks possible in the scenario. <o:p kiwi_cmd hostname<o:phttps://1.bp.blogspot.com/-EKbPpYsjDKw/YG7rTrxEEEI/AAAAAAAAvTY/C-J6qq_fOEMCxCNFBEjiGmIgZWielSLTACLcBGAsYHQ/s16000/13.png <v:shape<v:imagedata<o:p Extract Wi-Fi Credentials<o:pAmong the attacks that duplicate that tickets to provide the ability to run the commands as domain controller, the ability to read the Wi-Fi credentials seems a bit dim but the this is not the case. The Wi-Fi passwords are not the most thought-out passwords. It usually the first things that comes into the user’s mind. This provides insight as to how that particular user will create passwords. There is a good chance that the account of that user will have the same passwords. Even if it turned out to be that case, you get free Wi-Fi access and that’s not bad. <o:p wifi_list<o:phttps://1.bp.blogspot.com/-A1t5eeUHo0M/YG7raVH3k8I/AAAAAAAAvTg/QYuNW1xER-oUVW5rL1bwNHjDgQTQ7Wz_ACLcBGAsYHQ/s16000/14.png <v:shape<v:imagedata<o:p Conclusion<o:pAfter Credential Dumping Series which contained different tools that can be used against a specific vulnerability and PowerShell Empire for Pentester: Mimikatz Module whic[...]
Hacking Articles Tips Tricks Videos Tutorials
o:p Kerberos<o:pSimilarly, if we want to extract the credentials from the Kerberos Service, we can run the creds_kerberos to attack the Kerberos. This however have the ability to extract clear text passwords for the users. <o:p creds_kerberos<o:phttps://1…
h provided an insight on the ability of PowerShell Empire to attack the Windows Authentication Process. We felt the need for a guide that can help a person who is trying to get the reins of Metasploit. <o:p

<o:p
Sent by @TheFeedReaderBot
PASSWORD RESET POISIONING LEADS TO TOKEN THEFT

1.Go to password reset funtion. 2.Enter email and intercept the request. 3.Change host header to some other host i.e, Host:target.com…Continue reading on Medium »
Read more...
NtHiM - Super Fast Sub-domain Takeover Detection

NtHiM - Super Fast Sub-domain Takeover DetectionInstallation Method 1: Using Pre-compiled Binaries The pre-compiled binaries for different systems are available in the Releases page. You can download the one suitable for your system, unzip the file and start using NtHiM. Method 2: Using Crates.io NtHiM is available on Crates.io. So, if you have Rust installed on your system, you can simply install NtHiM with the following command: cargo install NtHiM Method 3: Manual Build You will need Cargo to perform the manual build for NtHiM. If you have Cargo installed, you can simply follow the steps below: Clone this repository, git clone https://github.com/TheBinitGhimire/NtHiM; Go inside the folder, cd NtHiM; Use the cargo build command, Go inside the newly-created target folder, and open the debug folder inside it, cd target/debug; You will find NtHiM.exe (on Microsoft Windows) or NtHiM binary (on Linux). The installation walkthrough for NtHiM has been uploaded to YouTube, covering all of these three methods, and you can watch the video here: How to Install and Use NtHiM (Now, the Host is Mine!)? Super Fast Sub-domain Takeover Detection! Usage Flag Description Example -h Display help related to usage! NtHiM -h -t Scan a single target! NtHiM -t https://example.example.com -f Scan a list of targets from a file! NtHiM -f hostnames.txt -c Number of Concurrent Threads! NtHiM -c 100 -f hostnames.txt -V Display the version information! NtHiM -V Use Case 1 (Single Target): NtHiM -t https://example.example.com Use Case 2 (Multiple Targets): NtHiM -f hostnames.txt Usage Demonstration: Examples Single Target Multiple Targets using Concurrent Threads Workflow Platform Identification NtHiM uses the data provided in EdOverflow/can-i-take-over-xyz for the platform identification. Frequently Asked Questions (FAQs) If you have any questions regarding NtHiM, please raise an issue by going to the Issues page. Some of your queries might have been answered in one of the existing issues, so please make sure to check the Issues with the FAQ label before raising an issue on your own. Contributions and Feature RequestsIf you are interested in contributing in the development of NtHiM, you can feel free to create a Pull Request with modifications in the original code, or you shall open up a new issue, and I will try to include the feature as requested. There is no restriction on anyone for contributing to the development of NtHiM. If you would like to contribute, you can feel free to do so. Download NtHiM
Read more...
2FA Bypass techniques

2FA Bypass techniquesContinue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Boomerang : A Tool To Expose Multiple Internal Servers To Web/Cloud

Boomerang is a tool to expose multiple internal servers to web/cloud using HTTP+TCP Tunneling. The Server will expose 2 ports on the Cloud. One will be where tools like proxychains can connect over socks, another will be for the agent to connect. The agent can be executed on any internal host. The agent will connect […]

The post Boomerang : A Tool To Expose Multiple Internal Servers To Web/Cloud appeared first on Kali Linux Tutorials.
PASSWORD RESET POISIONING LEADS TO TOKEN THEFT
https://infosecboy18.medium.com/password-reset-poisioning-leads-to-token-theft-ee70cd0abe07?source=rss------bug_bounty-5

1.Go to password reset funtion.
2.Enter email and intercept the request.
3.Change host header to some other host i.e,
 Host:target.com…Continue reading on Medium » (https://infosecboy18.medium.com/password-reset-poisioning-leads-to-token-theft-ee70cd0abe07?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Обход WAF для выполнения продвинутой SQL инъекции на основе ошибок

https://cdn-images-1.medium.com/max/940/1*wKEAlnXdl3zsgsmiKj7uLA.jpeg
Эта статья носит исключительно образовательный характер. Автор не несет ответственности за любые последствия ее прочтения.

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Pentester Spotlight: Martina Matarí

https://cdn-images-1.medium.com/max/1246/1*WjZce1-ux2llEU1bBldQFw.png
Martina Matarí joined the Cobalt Core, our highly-experienced, geographically diverse community of pentesters, in 2020. She is one of the…

Continue reading on Cobalt.io »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
10 Classic Tools That Can Penetrate Your Network

https://cdn-images-1.medium.com/max/2600/0*wYo6Bu0pWQ7Gtt7K
Penetration tests are a critical part of securing your technological estate. They simulate what a malicious actor would carry out when…

Continue reading on Version 1 »