secureworks / dcept

A tool for deploying and detecting use of Active Directory honeytokens
https://www.secureworks.com/blog/dcept
GNU General Public License v3.0
498 stars 102 forks source link

build instructions for agent are wrong, when using mono #5

Closed yoshi314 closed 8 years ago

yoshi314 commented 8 years ago

when following the instructions

# mcs ht-agent.cs -r:System.Data.dll -r:System.Web.Extensions.dll 

ht-agent.cs(11,18): error CS0234: The type or namespace name `Services' does not exist in the namespace `System.Web'. Are you missing `System.Web.Services' assembly reference?
Compilation failed: 1 error(s), 0 warnings

so i tried # mcs ht-agent.cs -r:System.Data.dll -r:System.Web.Extensions.dll -r:System.Web.Services

and got not error. i guess it builds fine this way, but not tested this yet.