Description
Hi there! thanks for this brilliant tool, it has made doing things a lot easier
I was working on lab in Vulnlab (Retro2) and found out that AddSelf edge for a computer is missing (rusthound-ce and bloodhound-ce) which I could find it using bloodhound module in netexec. Then I found out that CanRDP edge is also missing (rusthound-ce and bloodhound-ce) but couldn't find it with netexec's module either so I thought this was bloodhound-ce issue.
Then I used Legacy bloodhound and compatible Rusthound in this repository and couldn't find the edge, however when I use bloodhound-python command in Kali with Legacy bloodhound it finds the edge. So this time it seems like Rusthound is missing something.
I found a similar issue in this link so is it possible that Rusthound is missing this edge because of the same reason?
here are the commands and outputs. (I know rusthound-ce issue should be submitted in its own repo but I thought I would just drop the output here just in case)
Command:
rusthound -d $DOM -u $U -z -p $P
Output:
20250208055226_retro2-vl_rusthound.zip
Command:
rusthound-ce -d $DOM -u $U -z -p $P
Output:
20250207151736_retro2-vl_rusthound-ce.zip
Versions used:
rusthound-ce 2.3.3
rusthound 1.1.69
all other mentiond tools are the latest versions available in Kali's repositories.
If you need more information, let me know.