-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A couple questions about the go libs for maltego. #1
Comments
Hi there. You can't get data from parent nodes (or any children). What I usually do is pass data I need down the tree, so for example if you do "Get Ports" from a domain then include the domain in the new port entities as additional properties.
HTH,
Glenn
… On 12 Sep 2017, at 13:49, Fernandez, Chris, ReK2 ***@***.***> wrote:
Was looking at the python api and it has some getVar and things like that but not sure if this is what I need for:
how do i enter another input? lets say I need the domain but I manually want to enter the ports to scan? (to start a nmap scan from a domain)
how do I get values from other results chain up? as in domain--->IP--port--- now I write a transfrom that I need the result from IP and PORT to pass to my go code..(to for example run nikto or any other tool that needs port/ip
now sure if there is any other go lib for maltego but if you know of anyone that is updated please let me know.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hello Glenn thanks for your response, Yeah I was trying to replicate the python examples on maltego docs with no success using the properties.. I was trying something like that with like Host := lt.getProperties("propertyname") with no luck.
|
Hello @glennzw have any examples using the example code you already have since I was using that as base? thanks |
@glennzw knock knock sorry to keep reminding, trying to learn how to use this. thanks. |
Hello is this project alive? I see no updates and I came back see if GO had more support after 1 year see if I can finally do what I want. thanks @glennzw |
I was able to find examples on the main documentation on how to do this with python, and I started to read your functions and the GetProperties is under a MaltegoMsgObj method.
I am trying to do something like
I have this at home and now im at work so I know im missing something there but hope you get the idea of what im trying to do.. basically as you said I moved the Host ip property down to the port entity so then when I select it and click on my transform I get the default event that is the port and also a property called Host with the ip.. so I can use both on my transform. thanks |
Was looking at the python api and it has some getVar and things like that but not sure if this is what I need for:
now sure if there is any other go lib for maltego but if you know of anyone that is updated please let me know.
The text was updated successfully, but these errors were encountered: