@@ -336,3 +336,84 @@ arguments:
336336 desc : ' If not set check password policy for the domain'
337337 type : wstring
338338 required : false
339+ ---
340+ name : get_session_info
341+ srcfile : " entry"
342+ description : " Prints out information related to the current users logon session"
343+ author : Trustedsec
344+ tags : ['windows', 'host-recon', 'trustedsec']
345+ OS : windows
346+ entrypoint : " go"
347+ sources :
348+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/SA/get_session_info/entry.c'
349+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/base.c'
350+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/bofdefs.h'
351+ examples : '
352+ get_session_info
353+ '
354+ ---
355+ name : ipconfig
356+ srcfile : " entry"
357+ description : " List IPv4 address, hostname, and DNS server"
358+ author : Trustedsec
359+ tags : ['windows', 'host-recon', 'trustedsec']
360+ OS : windows
361+ entrypoint : " go"
362+ sources :
363+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/SA/ipconfig/entry.c'
364+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/base.c'
365+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/bofdefs.h'
366+ examples : '
367+ ipconfig
368+ '
369+ ---
370+ name : ldapsecuritycheck
371+ srcfile : " entry"
372+ description : " Check LDAP signing and LDAPS channel binding requirements on domain controllers. Performs authentication tests to detect security configurations"
373+ author : Trustedsec
374+ tags : ['windows', 'net-recon', 'trustedsec']
375+ OS : windows
376+ entrypoint : " go"
377+ sources :
378+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/SA/ldapsecuritycheck/entry.c'
379+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/base.c'
380+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/bofdefs.h'
381+ examples : '
382+ ldapsecuritycheck
383+ ldapsecuritycheck DCname
384+ '
385+ arguments :
386+ - name : DCname
387+ desc : ' Domain Controller name. If not provided autodiscovery is performed'
388+ type : wstring
389+ required : false
390+ ---
391+ name : listdns
392+ srcfile : " entry"
393+ description : " List DNS cache entries. Attempt to query and resolve each"
394+ author : Trustedsec
395+ tags : ['windows', 'host-recon', 'trustedsec']
396+ OS : windows
397+ entrypoint : " go"
398+ sources :
399+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/SA/listdns/entry.c'
400+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/base.c'
401+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/bofdefs.h'
402+ examples : '
403+ listdns
404+ '
405+ ---
406+ name : list_firewall_rules
407+ srcfile : " entry"
408+ description : " List Windows firewall rules"
409+ author : Trustedsec
410+ tags : ['windows', 'host-recon', 'trustedsec']
411+ OS : windows
412+ entrypoint : " go"
413+ sources :
414+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/SA/list_firewall_rules/entry.c'
415+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/base.c'
416+ - ' https://raw.githubusercontent.com/trustedsec/CS-Situational-Awareness-BOF/refs/heads/master/src/common/bofdefs.h'
417+ examples : '
418+ list_firewall_rules
419+ '
0 commit comments