In [1]:
help('modules')


Please wait a moment while I gather a list of all available modules...

/home/user/miniconda2/envs/jupyter/lib/python2.7/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated. You should import from ipykernel or jupyter_client instead.
  "You should import from ipykernel or jupyter_client instead.", ShimWarning)
BaseHTTPServer      bdb                 jsonschema          shutil
Bastion             binascii            jupyter             signal
CDROM               binhex              jupyter_client      simplegeneric
CGIHTTPServer       bisect              jupyter_console     singledispatch
Canvas              bsddb               jupyter_core        singledispatch_helpers
ConfigParser        bz2                 keyword             sip
Cookie              cPickle             lib2to3             sipconfig
Crypto              cProfile            linecache           sipdistutils
DLFCN               cStringIO           linuxaudiodev       site
Dialog              calendar            locale              six
DocXMLRPCServer     cgi                 logging             smtpd
FileDialog          cgitb               macpath             smtplib
FixTk               chunk               macurl2path         sndhdr
HTMLParser          cmath               mailbox             socket
IN                  cmd                 mailcap             spwd
IPython             code                markupbase          sqlite3
MimeWriter          codecs              markupsafe          sre
PyQt4               codeop              marshal             sre_compile
Queue               collections         math                sre_constants
ScrolledText        colorsys            md5                 sre_parse
SimpleDialog        command             mhlib               ssl
SimpleHTTPServer    commands            mimetools           stat
SimpleXMLRPCServer  compileall          mimetypes           statvfs
SocketServer        compiler            mimify              storemagic
StringIO            concurrent          mistune             string
TYPES               configparser        mmap                stringold
Tix                 contextlib          modulefinder        stringprep
Tkconstants         contrib             multifile           strop
Tkdnd               cookielib           multiprocessing     struct
Tkinter             copy                mutex               subprocess
UserDict            copy_reg            nbconvert           sunau
UserList            crypt               nbformat            sunaudio
UserString          csv                 netrc               symbol
_LWPCookieJar       ctypes              new                 sympyprinting
_MozillaCookieJar   curses              nis                 symtable
__builtin__         cythonmagic         nntplib             sys
__future__          datetime            notebook            sysconfig
_abcoll             dbhash              ntpath              syslog
_ast                decimal             nturl2path          tabnanny
_bisect             decorator           numbers             tarfile
_codecs             difflib             opcode              telnetlib
_codecs_cn          dircache            operator            tempfile
_codecs_hk          dis                 optparse            terminado
_codecs_iso2022     distorm3            os                  termios
_codecs_jp          distutils           os2emxpath          test_path
_codecs_kr          doctest             ossaudiodev         tests
_codecs_tw          dumbdbm             parser              textwrap
_collections        dummy_thread        path                this
_csv                dummy_threading     pdb                 thread
_ctypes             easy_install        pexpect             threading
_ctypes_test        email               pickle              time
_curses             encodings           pickleshare         timeit
_curses_panel       entrypoints         pickletools         tkColorChooser
_elementtree        errno               pip                 tkCommonDialog
_functools          exceptions          pipes               tkFileDialog
_hashlib            extern              pkg_resources       tkFont
_heapq              fcntl               pkgutil             tkMessageBox
_hotshot            filecmp             platform            tkSimpleDialog
_io                 fileinput           plistlib            toaiff
_json               fnmatch             popen2              token
_locale             formatter           poplib              tokenize
_lsprof             fpformat            posix               tornado
_multibytecodec     fractions           posixfile           trace
_multiprocessing    ftplib              posixpath           traceback
_osx_support        functools           pprint              traitlets
_pyio               functools32         profile             ttk
_random             future_builtins     pstats              tty
_socket             gc                  psutil              turtle
_sqlite3            genericpath         pty                 types
_sre                getopt              ptyprocess          unicodedata
_ssl                getpass             pwd                 unittest
_strptime           gettext             py_compile          urllib
_struct             glob                pyclbr              urllib2
_symtable           grp                 pydoc               urlparse
_sysconfigdata      gzip                pydoc_data          user
_testcapi           hashlib             pyexpat             uu
_threading_local    heapq               pygments            uuid
_tkinter            hmac                qtconsole           volatility
_vendor             hotshot             quopri              warnings
_warnings           htmlentitydefs      random              wave
_weakref            htmllib             re                  weakref
_weakrefset         httplib             readline            webbrowser
abc                 idlelib             repr                wheel
aifc                ihooks              resource            whichdb
antigravity         imaplib             rexec               wsgiref
anydbm              imghdr              rfc822              xdrlib
argparse            imp                 rlcompleter         xlrd
array               importlib           rmagic              xml
ast                 imputil             robotparser         xmllib
asynchat            inspect             runpy               xmlrpclib
asyncore            io                  sched               xmltodict
atexit              ipykernel           select              xxsubtype
audiodev            ipyparallel         sets                yaml
audioop             ipython_genutils    setuptools          yara
autoreload          ipywidgets          sgmllib             zipfile
backports           itertools           sha                 zipimport
backports_abc       jinja2              shelve              zlib
base64              json                shlex               zmq

Enter any module name to get more help.  Or, type "modules spam" to search
for modules whose descriptions contain the word "spam".


In [2]:
import yara

In [3]:
import volatility

In [ ]: