merrychap / shellen

:cherry_blossom: Interactive shellcoding environment to easily craft shellcodes
MIT License
888 stars 97 forks source link

Add requests as dependecy #7

Closed fabiocerqueira closed 6 years ago

fabiocerqueira commented 6 years ago

requests library is required

  File "/Users/fabio/poc/shellen/shellen/main.py", line 3, in <module>
    from shell import Shellen
  File "/Users/fabio/poc/shellen/shellen/shell.py", line 18, in <module>
    from fetcher import ShellStormFetcher
  File "/Users/fabio/poc/shellen/shellen/fetcher.py", line 2, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
merrychap commented 6 years ago

Added :)