n3rada

Results 90 comments of n3rada

The generation of `md` reports is a very interesting feature indeed.

Same problem here. It worked perfectly before, as the tutorials confirm: - https://4pfsec.com/ligolo - https://arth0s.medium.com/ligolo-ng-pivoting-reverse-shells-and-file-transfers-6bfb54593fa5 Now I **have** to implement a new interface: ```shell sudo ip tuntap add user $(whoami)...

Thanks for the answer @nicocha30! That's a good point, but it's not enough. Because I need my first tunnel to carry my traffic. Then I need to set up another...

I succeeded in executing multiple hop queries though `openquery`, I let you take a look at my last Pull Request! 😊 I'm keen on adding a better `AT` method like...

## Future Enhancement At the end of the chain of SQL servers, I land with an user that is not `sysadmin`. Thus I need to impersonate it **at the end...

Hi @skahwah, Keep in mind that I'm eager to pursue the work and add updates, once this one is accepted tho' 👀

I have just added the IP Address of each computers for the `/e:sqlspns`: ```shell sliver (PLASTIC_SECURITY) > execute-assembly /home/kali/backpack/winaries/csharp/SQLRecon.exe /e:sqlspns [*] Output: [*] Looking for MSSQL SPNs ... [*] 2...

Using the `/a:wintoken` and specifying the host for every command was cumbersome, especially since the target SQL server is often the current machine. This update simplifies the command usage and...