sundowndev
303c583201
Fix: country name for OVH scan
2019-02-19 14:21:11 +01:00
sundowndev
22c8bcfccb
Refactor python file
...
Now using main() to launch tool, put everything else in some functions and put every lib import at the top of the file. Looking forward to a better file structure with multiple python files :-). It\'s already better to handle exceptions
2019-02-18 16:43:10 +01:00
sundowndev
1d69e2708d
Autoindent code
2019-02-18 15:18:30 +01:00
sundowndev
006fd8bd91
Show help msg when any number is passed
2019-02-18 15:17:46 +01:00
sundowndev
e1559004fb
Add exception on numverify scan
2019-02-18 11:59:48 +01:00
sundowndev
ea78993e47
Remove (useless) area result in local scan
2019-02-18 11:46:44 +01:00
sundowndev
c1efb3650d
Use local scan to find code instead of using third party API
2019-02-18 11:41:25 +01:00
sundowndev
6fe97094eb
Decode responses to utf8
2019-02-04 12:30:19 +01:00
Raphael
9872168db6
Merge branch 'master' into develop
2019-01-28 22:31:31 +01:00
sundowndev
00cc280c40
Add exception on OVH API request
2019-01-28 11:36:24 +01:00
sundowndev
ff06854856
Local database update
2019-01-28 11:30:05 +01:00
sundowndev
c505ef1be8
[ Fix #24 ] Country code scan
...
Use local json database to find country code instead of using third party API
2019-01-28 11:11:16 +01:00
Raphael
4fdab3bf34
Merge pull request #23 from sundowndev/master
...
Rebase develop
2019-01-25 22:36:26 +01:00
sundowndev
0eec71535b
[Fix] Numverify scan & error exception
2019-01-23 18:40:31 +01:00
Raphael
f09c96f826
Version
...
Set version to 1.0.0 and update number formatting examples.
2019-01-23 18:10:33 +01:00
Raphael
bdc0bf8b23
fallback version to v1.0.0-rc2
2019-01-17 10:12:23 +01:00
Raphael
922186ca79
Need help message link
2019-01-17 10:11:40 +01:00
Raphael
a8a3015f12
version
2019-01-14 11:22:44 +01:00
sundowndev
f2dd168491
[Fix] Document footprinting
2019-01-14 11:19:55 +01:00
sundowndev
96406c4e23
Ask to rerun OSINT scan at finish state
2019-01-14 11:19:29 +01:00
sundowndev
31eb7425c6
no-ansi option & minor refactor
2019-01-14 10:29:09 +01:00
Raphael
347d0e87bf
Version
2019-01-14 09:58:27 +01:00
Raphael
45875a1d62
Document footprints request
2019-01-07 12:33:54 +01:00
Raphael
e9b42d078c
Document footprints : adding .xls extension
2019-01-07 12:12:05 +01:00
Raphael
bcf11a938b
[ Fix #15 ] Add exception on tempophone API call
2018-12-29 18:58:40 +01:00
Raphael
6cce114a7a
Typo
2018-12-26 15:55:32 +01:00
Raphael
01f60ef4bf
lib import priority
...
Import sys before other libs to avoid errors on sys.exit() when requirements are missing
2018-12-16 14:04:23 +00:00
sundowndev
4e5994347c
Remove exception text colors to avoid bugs
2018-12-14 15:07:14 +01:00
sundowndev
76eb594566
Fix: bug using output option
2018-12-14 14:56:23 +01:00
sundowndev
89e1b2b7f1
Reset colors at exit
2018-12-14 14:44:58 +01:00
sundowndev
268787dce8
[ Fix #11 ] Fix OpenSSL bug & colorama
2018-12-14 12:57:55 +01:00
Raphael
30226cc436
Merge pull request #10 from sundowndev/develop
...
Develop
2018-12-11 15:09:15 +01:00
sundowndev
92d1683a86
Python script update feature
2018-12-11 15:07:22 +01:00
sundowndev
c53d514cfc
[ Fix #4 ] Update OSINT files
2018-12-11 15:07:22 +01:00
Raphael
feddcbed9b
version
2018-12-11 15:05:42 +01:00
sundowndev
d911cd9b7e
Replace variables in dork requests
2018-12-11 12:01:52 +01:00
sundowndev
20495f1024
[ Fix #7 ] Migrating to Python 3
...
Code refactor to migrate to Python 3. Using format() instead of %s, cleanup strings and dictionaries. Release v0.10-dev
2018-12-11 11:33:21 +01:00
sundowndev
3964c4a504
Refactor to use Python3 using 2to3
2018-12-10 16:22:38 +01:00
Raphael
14f9cce67c
Need help statement about Google captcha
2018-12-09 19:02:54 +01:00
sundowndev
e6d64a1336
Number formatting
...
Use number formats globally and handle custom format from user input.
2018-12-09 17:37:14 +01:00
sundowndev
cff4e8f227
some code refactor
2018-12-02 00:06:10 +01:00
Raphael
31dd315c18
Disable .html results for documents footprints
2018-11-30 23:54:22 +01:00
Raphael
588d02d739
Remove unused google library import
2018-11-30 15:42:15 +01:00
sundowndev
37684992ba
Disposable number providers & refactor
...
Added support for json files to make scanners easier to handle. Added a temporary solution for bug #1 and removed proxy list because they were used as HTTP proxies (so useless for requests using HTTPS) and Google was blacklisting them instantly without taking care of the whitelist cookie.
2018-11-30 15:38:50 +01:00
sundowndev
5105f1772d
Google search function & OSINT scan
2018-11-29 00:22:56 +01:00
sundowndev
a0d41b9650
Merge branch 'feature/osint' of github.com:sundowndev/PhoneInfoga into feature/osint
2018-11-28 16:02:50 +01:00
sundowndev
8d1c269b2c
Minor refactor
2018-11-28 16:02:34 +01:00
sundowndev
d7cc63a025
Keyboard interrupt exception
2018-11-25 21:19:58 +01:00
sundowndev
9dc719804f
Parse country code for OVH scanner
2018-11-21 16:53:41 +01:00
sundowndev
4adb27213f
OSINT scan & minor refactor
2018-11-21 00:33:01 +01:00