CosmodiumCS / MK16-SpiderCat

SpiderCat is an advanced reconnaissance payload that aims to concatanate targets into an Obsidian spider web framework. It allows security professionals to keep track of their targets and how they are connected. SpiderCat conducts advanced reconnaissance on targets, gathering intel such as the users email, systems information, geolocation & more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spidercat.ps1 not working

S0L1DB opened this issue · comments

commented

At C:\Users\xxx\spidercat\spidercat.ps1:85 char:21

  •     return "NA" -ErrorAction SilentlyContinue
    
  •                 ~~~~~~~~~~~~
    

Unexpected token '-ErrorAction' in expression or statement.
At C:\Users\xxx\spidercat\spidercat.ps1:85 char:34

  •     return "NA" -ErrorAction SilentlyContinue
    
  •                              ~~~~~~~~~~~~~~~~
    

Unexpected token 'SilentlyContinue' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : UnexpectedToken

I'm getting this error while running spidercat.ps1 on a virtual machine and on other Windows 10/11 endpoints. what's wrong?

@JohannesKraggerud @S0L1DB I have just made a pull request to fix this issue!