自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Altman3:完美運(yùn)行在多個(gè)平臺(tái)的滲透測(cè)試軟件

安全 數(shù)據(jù)安全
Altman3 是一款滲透測(cè)試軟件,它基于.Net4.0,依托Eto.Form可以完美運(yùn)行在Windows、Linux、Mac等多個(gè)平臺(tái)。

Altman3 是一款滲透測(cè)試軟件,代碼托管于Github。

Altman3:***運(yùn)行在多個(gè)平臺(tái)的滲透測(cè)試軟件

截至目前,它可以:

Webshell模塊:采用xml定義的方式,可自定義腳本類型和腳本功能,自定義加密/編碼
Shell管理插件
命令執(zhí)行插件
文件管理插件
數(shù)據(jù)庫管理插件
支持的腳本類型有:asp、aspx、php、jspFull、python
編碼器插件
IP地址查詢插件
插件管理中心
自定義插件:支持使用C#或者IronPython來編寫插件或者服務(wù)
插件服務(wù)機(jī)制:插件可以調(diào)用其它插件提供的服務(wù)

安裝步驟:

1.新建Build, Build\Bin, Build\Plugins, Build\Services目錄
2.復(fù)制Resources\RunNeed目錄下的所有文件到Build目錄
3.復(fù)制Libraries\IronPython目錄下所有文件到Build\Bin目錄(如果本機(jī)已經(jīng)安裝IronPython,則跳過此步驟)
4.復(fù)制Libraries\Sqlite3目錄下所有文件到Build目錄
5.使用VS2012(或以上版本)或者M(jìn)onoDevelop進(jìn)行編譯
6.如果本機(jī)是Linux或者M(jìn)ac,則在編譯插件的時(shí)候可能會(huì)報(bào)錯(cuò)
7.由于linux或者mac下不兼容windows命令,所以
8.你可以將*.csproj文件中的copy改為cp,call改為sh,然后重新編譯
9.或者你也可以忽略這個(gè)錯(cuò)誤,手動(dòng)將編譯好的插件dll復(fù)制到Plugins目錄下,路徑務(wù)必類似于Plugins\ShellCmder\ShellCmder.dll

示例:

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/./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

運(yùn)行

Altman3 基于.Net4.0,依托Eto.Form可以***運(yùn)行在Windows、Linux、Mac等多個(gè)平臺(tái)。

(1)在Windows下,
雙擊運(yùn)行Altman.Winform.exe,需要安裝.Net4.0
雙擊運(yùn)行Altman.Gtk.exe,需要安裝.Net4.0和gtk-sharp2
(2)在Linux下,
命令行下運(yùn)行mono Altman.Gtk.exe,需要安裝Mono,libgdiplus和gtk-sharp2
(3)在OS X下,
命令行下運(yùn)行mono Altman.Gtk.exe,需要安裝Mono和gtk-sharp2
雙擊運(yùn)行Altman.Mac,需要安裝Mono
如何更簡(jiǎn)單的安裝mono環(huán)境
如果需要開啟IronPython支持,則需要安裝IronPython(如果程序已經(jīng)自帶IronPython,則不需要額外安裝)

插件

Altman3采用了MEF插件架構(gòu),同時(shí)支持IronPython。

采用C#編寫插件/服務(wù)

采用IronPython編寫插件/服務(wù)

訪問wiki(https://github.com/keepwn/Altman/wiki) 來獲取關(guān)于插件開發(fā)的文檔

責(zé)任編輯:藍(lán)雨淚 來源: FreeBuf
相關(guān)推薦

2015-12-29 15:07:00

2018-12-16 16:21:08

HadoopKubernetes容器

2014-12-12 11:25:50

2014-11-21 10:32:33

2014-08-15 10:23:51

ubuntuCinnamon

2014-07-30 11:22:10

PostgreSQLFreeBSD

2015-06-24 09:53:05

2010-08-17 08:57:36

NoSQL微軟

2013-08-15 17:32:51

2016-09-09 01:14:17

2018-10-21 08:14:49

2012-12-17 13:19:38

2015-03-20 15:22:24

APP測(cè)試方案

2024-11-25 17:00:13

2010-09-16 16:08:46

2015-03-18 11:43:34

APP測(cè)試

2017-02-09 10:30:51

FaradayIPEIDE

2010-08-03 22:09:16

2014-01-07 13:07:44

YARN計(jì)算框架

2013-11-06 16:38:59

點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)