Leon Schmidt
Leon Schmidt
I'm trying to block the handler whenever a reverse port forwarding was requested. The tunnel should exist as long as the user stops the SSH session by entering the Ctrl+C...
Example nray-output.json ```json {"nodeID":"e606aa76","nodeName":"e606aa76","timestamp":"2023-04-12T09:45:46.624838Z","scannername":"native-portscanner","result":{"target":"172.16.23.10","port":139,"portscan":{"target":"172.16.23.10","port":139,"open":true,"scantype":"tcpconnect","timeout":1000}}} {"nodeID":"e606aa76","nodeName":"e606aa76","timestamp":"2023-04-12T09:45:46.624838Z","scannername":"native-portscanner","result":{"target":"172.16.23.2","port":139,"portscan":{"target":"172.16.23.2","port":139,"open":true,"scantype":"tcpconnect","timeout":1000}}} {"nodeID":"e606aa76","nodeName":"e606aa76","timestamp":"2023-04-12T09:45:48.214239900Z","scannername":"native-portscanner","result":{"target":"172.16.23.2","port":49208,"portscan":{"target":"172.16.23.2","port":49208,"open":true,"scantype":"udp","timeout":1000}}} ``` Each line of the file has it's own JSON document, which for some reason makes sense, but this is a characteristic of a...
This MR implements the `/opsec` flag in all overloaded functions used for asktgt with PKINIT. Previously, the `/opsec` flag only had an effect when using password authentication. This has the...
I'm currently trying to mimic the behaviour of Windows' Smartcard authentication, but Rubeus and asktgt acts differently, causing detection by Defender for Identity (MDI). The `/opsec` flag tries to mimic...
I want to use the `changepw` command with a TGS for the kadmin/changepw service issued for my own user, but it does not work (however, it does work with a...
**Is your feature request related to a problem? Please describe.** As already discussed in other issues, an option to sync with providers other than Google is desired. WebDAV can e.g....
I'm using RunPE as a library in my project. I load the file bytes myself and added a public function to RunPE to which I can pass the file bytes...
My setup: - Domain controller (Windows Server 2019): `dc01.lsc.lab` - Domain client (updated Windows 10) The Client has WSUS over HTTPS configured and uses it correctly (`https://dc01.lsc.lab:8531`). The certificate is...
I'm trying to export a GitLab Wiki as PDF. **SVG Files are not displayed, but PNGs are visible.** SVG import in MD: ```  ``` PNG import in MD: ```...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary In the desktop version there is the option to manage cookies at...