deadbits/Intersect-2.5

Notebook utility

deadbits opened this issue · 0 comments

New 'notebook' utility that can be used to create notebooks for different target hosts/networks.

  • ability to create new standard notebooks
  • create encrypted notebooks
  • associate nb's with your Intersect scripts
  • associate w/ BuildLog's & ActivityLogs
  • save as TXT , XML or HTML
    • txt format will be ordered by title entry that you enter
    • HTML format will be ordered by title entry and exported into a template w/ directory-tree style navigation for title entries
    • XML is..well..the same as the others...but in XML...
  • add different 'tags', titles and entries to nb's (hostname, IP address, intersect script, completed tasks, todo, mods, etc)
  • write raw text into 'notes' section of your notebook
  • edit existing notebooks from application

Example of basic notebook layout below:

Notebook: MyNotebookName
Created: 04-12-12 12:00AM

Hostname: VulnerableBox
IP Address: 192.168.56.102
Intersect script: DemoScript.py

[ Modules ]

  • Credentials
    -- gathered X information
    -- ActivityLog-1
  • Network
    -- gathered X information
    -- ActivityLog
  • Persistence
    -- Installed persistent backdoor
    -- Reverse XOR Shell
    -- port: 4444
    -- key: TESTKEY
    -- listen IP: 192.168.56.104
  • LAN Map
    -- IP Address: 192.168.56.109
    -- IP Address: 192.168.56.110
    * PortScan
    -- Ports: 22, 25, 139

[ ToDo List ]

  • Crack passwords obtained from creds module
  • Try SSH keys from creds against network hosts tomorrow
  • Blah Blah Blah

[ Raw Notes ]
This is a very basic sample of what a notebook might look like. I don't even know if this will be the real format or not.
It is getting late and I just came up with this idea now so I might think it sucks tomorrow and forget it..who knows...
This will either be scraped completely or expanded greatly. Let me know what you think.