Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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
Photo
KitPloit - PenTest Tools!
Msprobe - Finding All Things On-Prem Microsoft For Password Spraying And Enumeration

https://blogger.googleusercontent.com/img/a/AVvXsEjqZLL3S1uWaZasPCU44aX8p703eJtkSajz4Tg14nbMiiw5cPLIuJNsdOfwDttJw67bKcqdUTbM3cMpM4VCsWrGGKMXguHGgXVqMz_8EFdpexSX1XH1gHfA8gvIBtUbBLeUGGTLUxTpb5f6CjEYerRxpImJ1X_8ql7Q1AS9vOuqRLloZL83dJkThQX0=w640-h438

Finding all things on-prem Microsoft for password spraying and enumeration.

The tool will used a list of common subdomains associated with your target apex domain to attempt to discover valid instances of on-prem Microsoft solutions. Screenshots of the tool in action are below:
Installing

Install the project using pipx

pipx install git+https://github.com/puzzlepeaches/msprobe.git


Usage

The tool has four different modules that assist with the discovery of on-prem Microsoft products:

* Exchange
* RD Web
* ADFS
* Skype for Business

The help menu and supported modules are shown below:

Usage: msprobe [OPTIONS] COMMAND [ARGS]...

Find Microsoft Exchange, RD Web, ADFS, and Skype instances

Options:
--help Show this message and exit.

Commands:
adfs Find Microsoft ADFS servers
exch Find Microsoft Exchange servers
full Find all Microsoft supported by msprobe
rdp Find Microsoft RD Web servers
skype Find Microsoft Skype servers


Examples

Find ADFS servers associated with apex domain:

msprobe adfs acme.com


Find RD Web servers associated with apex domain with verbose output:

msprobe rdp acme.com -v


Find all Microsoft products hostsed on-prem for a domain:

msprobe full acme.com


Coming Soon

* Full wiki for each module
* Fixes for lxml based parsing in RD Web module

Acknowledgements

* @p0dalirius for RDWArecon
* @b17zr for the ntlm_challenger.pyscript
* @ReverendThing for his project Carnivore and it's included subdomains
* @busterbcook and their tool msmailprobe heavily influenced the creation of this project
Download Msprobe

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Is it possible to MITM a phone that is using mobile data?

I know you can interfere/watch the communication between a device and a router. But what if the person is using mobile data? Is it possible to do a MITM attack on it? If so, how should I research it, what is it called?

submitted by /u/33sikici33
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
How to detect the containers’ escape capabilities with Falco

Capabilities provide a way to limit the level of access a container can have, splitting the power of the root user into more granular units. However, they are often misconfigured, granting excessive privileges to processes and threads.

I have seen some examples to exploit this really interesting abuse:

* https://tbhaxor.com/exploiting-linux-capabilities-part-2/
* https://www.hackingarticles.in/linux-privilege-escalation-using-capabilities/

In this case, I want to share a more blue team approach, the detection of CAP_SYS_ADMIN abuse when performing container escaping:

* https://sysdig.com/blog/container-escape-capabilities-falco-detection/

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
learning how to hack

Hey, this summer I plan to learn cyber security and hacking, as a result of spending time with my older friends who got roles in cyber defense and cyber attacks. I would like to hear recommendations for tutorials/articles about those professions and learn them (if it's necessary to know I do have experience in programming (python, java, c++, javascript, c#, and Linux)). Thanks.

submitted by /u/Big-mushr00m
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Burpsuite
https://www.reddit.com/r/Pentesting/comments/vhhm69/burpsuite/

Hey I’m trying to fuzz using intruder and positions.. I remember doing a lab a few years ago on port swigger where I enumerated letter by letter and from the response gathered the entire password , but can no longer find the page or an tut. submitted by /u/Few_Lack_4505 (https://www.reddit.com/user/Few_Lack_4505)
[link] (https://www.reddit.com/r/Pentesting/comments/vhhm69/burpsuite/) [comments] (https://www.reddit.com/r/Pentesting/comments/vhhm69/burpsuite/)

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
BRATA Android Malware Evolves Into an APT

The BRATA Android banking Trojan is evolving into a persistent threat with a new phishing technique and event-logging capabilities.
Dark Reading: Attacks/Breaches
Evolving Beyond the Password: It's Time to Up the Ante

While there's an immediate need to improve MFA adoption, it's also critical to move to more advanced and secure passwordless frameworks, including biometrics. (Part 1 of 2)