===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-specinfra-2.82.22/lib/specinfra/backend/cmd.rb-8-      def os_info
ruby-specinfra-2.82.22/lib/specinfra/backend/cmd.rb:9:        { :family => 'windows', :release => nil, :arch => nil, :cygwin => `echo $0`.include?("sh") }
ruby-specinfra-2.82.22/lib/specinfra/backend/cmd.rb-10-      end
##############################################
ruby-specinfra-2.82.22/lib/specinfra/backend/powershell/support/find_usergroup.ps1-6-  if ($user -and $group) {
ruby-specinfra-2.82.22/lib/specinfra/backend/powershell/support/find_usergroup.ps1:7:    Get-WmiObject Win32_GroupUser -filter ("GroupComponent = 'Win32_Group.Domain=`"" + $group.domain + "`",Name=`"" + $group.name + "`"' and PartComponent = 'Win32_UserAccount.Domain=`"" + $user.domain + "`",Name=`"" + $user.name + "`"'")
ruby-specinfra-2.82.22/lib/specinfra/backend/powershell/support/find_usergroup.ps1-8-  }