Exomind Nedir ?

Author: P.Crew / Etiketler: , , ,

Exomind açık-kaynak haber modülleri ve fikirler ve süslü grafikler inşa etmede kullanılabilecek, sosyal ağ servisleri, arama motorları ve hızlı mesajlaşmaya odaklanan, deneysel bir Python konsolu ve programlama iskeletidir.

Programı indirmek için:

http://corelabs.coresecurity.com/index.php?module=FrontEndMod&action=view&type=tool&name=Exomind

BA-Con 2008 slaytları:

http://corelabs.coresecurity.com/index.php?module=FrontEndMod&action=view&type=publication&name=LeakedOut%3A_the_Social_Networks_You_Get_Caught_In

Proje Sayfası: http://corelabs.coresecurity.com/index.php?module=FrontEndMod&action=view&type=project&name=Exomind

Örnek verim :A

>>> n = ‘bekir’
>>> node(n)
>>> focus(n)
>>>
>>> load_lamb_herd()
>>> add_expander(’SearchEngineBot::name_to_self_emails’)
>>> add_expander(’SearchEngineBot::vocabulary’)
>>> add_expander(’SearchEngineBot::name_to_emails’)
>>> add_expander(’FacebookBot::friends’)
>>> add_expander(’TwitterBot::following’)
>>> add_expander(’LinkedInBot::recommendations’)
>>> add_weigh_scale(’SearchEngineBot::normalized_se_entropy’, 0.0, 0.5)
>>> add_weigh_scale(’SearchEngineBot::normalized_se_distance’, 0.0, 0.5)
>>> crawl(100)
>>>
>>> add_chatbot(’MSNBot’)
>>> infiltrate_chat(’merhaba ben botum ')

0 yorum: