Hack The Box: Investigation Machine Walkthrough – Medium Difficulty

In this post, I would like to share a walkthrough of the Investigation Machine from Hack the Box This room will be considered an Insane machine on Hack the Box What will you gain from the Investigation machine? For the user flag, you will need to abuse a website that accepts a user-uploaded image which we […]

The post Hack The Box: Investigation Machine Walkthrough – Medium Difficulty appeared first on Threatninja.net.

April 23, 2023
Read More >>

Waf-Bypass : Check Your WAF Before An Attacker Does

WAF bypass Tool is an open source tool to analyze the security of any WAF for False Positives and False Negatives using predefined and customizable payloads. Check your WAF before an attacker does. WAF Bypass Tool is developed by Nemesida WAF team with the participation of community. How to run Note: It is forbidden to […]

April 18, 2023
Read More >>

FindUncommonShares A Python Equivalent Of PowerView’s Invoke-ShareFinder.ps1 Allowing To Quickly Find Uncommon Shares In Vast Windows Domains

FindUncommonShares.py is a Python equivalent of PowerView’s Invoke-ShareFinder.ps1 allowing to quickly find uncommon shares in vast Windows Domains. Features Usage Examples : Each JSON entry looks like this: { “computer”: { “fqdn”: “DC01.LAB.local”, “ip”: “192.168.1.1” }, “share”: { “name”: “ADMIN$”, “comment”: “Remote Admin”, “hidden”: true, “uncpath”: “\\\\192.168.1.46\\ADMIN$\\”, “type”: { “stype_value”: 2147483648, “stype_flags”: [ “STYPE_DISKTREE”, “STYPE_TEMPORARY” […]

March 31, 2023
Read More >>