Code Monkey home page Code Monkey logo

csmaltego's Introduction

csMaltego

Maltego C# library

Maltego Library coded in C# for developing Maltego Local transforms in C#.

How to use

Compile code and import dll to your project.

Code

1. Create a object of MaltegoTransform

MaltegoTransform me = new MaltegoTransform();

2. Adding Entity

me.addEntity(Type, Value); 

3. Adding property

For adding property you have get entity from the list by referencing index of it.

me.listEntities.get(i).addProperty(fieldName,displayName,matchingRule,value);

4. Returning output.

me.returOutput();

Library will generate and return XML.

Currently available methods

class MaltegoEntity

addProperty(String fieldName,String displayName,String matchingRule,String value);
setWeight(String weight); - sets weights
setLinkColor(String color); - sets Link color
setLinkStyle(String style); - sets style of Link
setLinkThichkness(String thick);- sets thickness of the link 
setBookmark(String bookmark);- sets a bookmark. Available colors are:(BOOKMARK_COLOR_NONE, BOOKMARK_COLOR_BLUE,BOOKMARK_COLOR_GREEN,BOOKMARK_COLOR_YELLOW,BOOKMARK_COLOR_ORANGE,BOOKMARK_COLOR_RED)
setNote(String Note); - sets a note about entity
setIconUrl(String url); - sets icon url of entity

class MaltegoTransform

addEntity(String Type, String Value); - adds entity
returnOutput(); - generates and returns XML 

csmaltego's People

Contributors

miragshin avatar

Watchers

James Cloos avatar  avatar

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.