/about
/now
/ideas
Recently I discovered a situation where enum4linux
did not enumerate the local users of a linux target, despite having access to the target and returning SID numbers.
for ((i = 1000 ; i < 1100 ; i++)); do rpcclient -N -U "" 10.0.0.0 -c "lookupsids S-1-22-1-$i"; done