Projects STRLCPY Maryam Commits 5c62ae65
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    README.md
    skipped 29 lines
    30 30  maryam -e youtube -q "<QUERY>"
    31 31  maryam -e google -q "<QUERY>"
    32 32  maryam -e dnsbrute -d domain.tld
    33  -# Show the framework modules
     33 +# Show framework modules
    34 34  maryam -e show modules
    35 35  # Set framework options. It'll save in the workspace.
    36 36  maryam -e set proxy ..
    skipped 38 lines
  • ■ ■ ■ ■ ■
    maryam/core/core.py
    skipped 283 lines
    284 284   try:
    285 285   data = json.loads(file.read())
    286 286   except ValueError:
    287  - # file is empty or corrupt, nothing to load
    288 287   data = {}
    289  - # update data
     288 + 
    290 289   if module in data:
    291 290   if target in data[module]:
    292 291   if method == []:
    skipped 534 lines
  • ■ ■ ■ ■
    setup.py
    skipped 24 lines
    25 25   
    26 26  setup(
    27 27   name='maryam',
    28  - version='2.5.1',
     28 + version='2.5.1-0',
    29 29   url='https://github.com/saeeddhqan/Maryam',
    30 30   author='Saeed Dehqan',
    31 31   author_email='[email protected]',
    skipped 20 lines
Please wait...
Page is in error, reload to recover