8000 dep_check.py: move from pip to setuptools by GIJack · Pull Request #269 · DataSploit/datasploit · GitHub
[go: up one dir, main page]

Skip to content

dep_check.py: move from pip to setuptools #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated comments with lists of where this file can be placed
  • Loading branch information
GI_Jack committed Sep 17, 2018
commit 7785836433f17823c483a0e76653c53503f2f1d3
4 changes: 4 additions & 0 deletions config_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#added to gitignore so will not be syned

#Backup in ~/Desktop/config.py_backup
# The location of this file will be checked in order:
# program $PWD, generally /usr/share/datasploit
# /etc/datasploit/
# ~/.config/datasploit/

shodan_api=""
bing_api=""
Expand Down
0