Manual de Fontes Abertas | OSINT
Manual de Fontes Abertas | OSINT - | Hotmart https://share.google/yeFXS3QEKrVWgTQqB

1
2
3
4
|
$ sudo apt-get install python2.7
$ sudo apt-get install python-pip
|
1
2
3
4
|
$ sudo yum install python27
$ sudo yum install python-pip
|
1
2
3
|
$ pip install -r requirements.txt
|
1
2
3
|
$ git clone https://github.com/anandtiwarics/datasploit
|
1
2
3
|
cd datasploit
|
1
2
3
4
|
$ pip install -r requirements.txt
|
1
2
3
4
5
|
$ python manage.py collectstatic
$ python manage.py makemigrations
$ python manage.py migrate
|
1
2
3
|
python manage.py createsuperuser
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#Store all your config's here.
#added to gitignore so will not be syned
#Backup in ~/Desktop/config.py_backup
shodan_api=""
bing_api=""
github_access_token=""
builtwith_api=""
censysio_id=""
censysio_secret=""
facebook_access_token = ""
flickr_api=""
google_api=""
google_cse_key=""
google_cse_cx = ""
hashes_api=""
ipinfodb_api=""
jigsaw_api=""
jigsaw_password=""
jigsaw_username=""
linkedin_api=""
linkedin_secret=""
pwnedlist_api=""
pwnedlist_iv=""
pwnedlist_secret=""
spyonweb_access_token = ""
twitter_consumer_key=""
twitter_consumer_secret=""
twitter_access_token = ""
twiter_access_token_secret = ""
zoomeyeuser = ""
zoomeyepass = ""
clearbit_apikey = ""
emailhunter=""
jsonwhois=""
instagram_token = ""
instagram_client_id = ""
instagram_client_secret = ""
fullcontact_api = ""
mailboxlayer_api = ""
virustotal_public_api =""
|
1
2
3
4
|
$ cd datasploit/domains
$ sudo vim /home/oanalista/datasploit/domain_zoomeye.py
|
1
2
3
|
ENABLED = True
|
1
2
3
|
ENABLED = False
|
1
2
3
|
$ python domainOsint.py nsa.gov
|
1
2
3
|
ALLOWED_HOSTS = ['ENDEREÇO_IP']
|
1
2
3
|
ALLOWED_HOSTS = ['']
|
1
2
3
|
$ python manage.py runserver IP:8000
|
1
2
3
|
$ sudo python manage.py runserver localhost:8000
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Performing system checks...
System check identified some issues:
WARNINGS:
?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES
dictionary takes precedence. You must put the values of the following settings into your default
TEMPLATES dict: TEMPLATE_CONTEXT_PROCESSORS.
?: (urls.W005) URL namespace 'datasploitapp' isn't unique. You may not be able to reverse all URLs
in this namespace
System check identified 2 issues (0 silenced).
October 14, 2017 - 05:18:48
Django version 1.11.1, using settings 'datasploit.settings'
Starting development server at http://lnxserver:8000/
Quit the server with CONTROL-C.
|
1
2
3
|
10.0.0.201 HOSTNAME
|
1
2
3
|
http://endereco_ip:8000
|
Comentários
Postar um comentário