文件名称:MaltegoTransformNet:用于编写 Maltego 变换的 .NET 库
文件大小:76KB
文件格式:ZIP
更新时间:2024-07-03 07:17:25
C#
MaltegoTransformNet 用于编写 Maltego 变换的 .NET 库 基本用法 using System; using MaltegoTransformNet.Core; using MaltegoTransformNet.Core.Enums; namespace MaltegoTransformNet.Cmd { class MainClass { public static void Main (string[] args) { //Parse the maltego arguments //Write your code to get data //Create the maltego response generator var maltego = new MaltegoResponseGenerator(); //A
【文件预览】:
MaltegoTransformNet-master
----README.md(997B)
----MaltegoTransformNet.sln(1KB)
----MaltegoTransformNet.Core()
--------bin()
--------obj()
--------MaltegoTransformNet.Core.csproj(2KB)
--------Enums()
--------AssemblyInfo.cs(1KB)
--------MaltegoResponseGenerator.cs(18KB)
--------ResponseGeneratorCore()