Commit Graph

62 Commits

Author SHA1 Message Date
AccentuSoft
7efa551e27 Update Icons for CryptoWallet entities. Create new CVE entity. Update & improve shodan integration. 2022-05-09 05:17:44 +03:00
AccentuSoft
64848d8142 Update Whats My Name resolution & Shodan Search resolution. 2022-05-09 02:42:02 +03:00
AccentuSoft
8c456949ae Merge branch '1.2-dev' into main
# Conflicts:
#	Core/Interface/MenuBar.py
2022-05-06 05:33:07 +03:00
AccentuSoft
2d4d4343eb Trim starting '@' character from social media handles for Whats_My_Name.py resolution. 2022-05-03 03:01:52 +03:00
AccentuSoft
79ff69e1c5 Slightly increase timeout for Social_Analyzer_Detector.py 2022-04-30 20:07:36 +03:00
AccentuSoft
e176491e18 Fix stylistic issue in Whats_My_Name.py 2022-04-30 20:04:00 +03:00
AccentuSoft
d05f13138f Fix bug with Social_Analyzer.py - need to include all contents of 'tld' module. 2022-04-30 19:41:04 +03:00
AccentuSoft
5b8f10f51a Fix bug with Wappalyzer - does not get interrupted on connectivity issues. 2022-04-15 13:08:02 +03:00
AccentuSoft
93fd1846d0 Fix bug with Wappalyzer.py - resolution returned before all entities were processed. 2022-04-15 07:17:03 +03:00
AccentuSoft
76ac1b93c8 Add support for sanctioned Crypto Wallets in KYC module. 2022-04-14 00:23:41 +03:00
AccentuSoft
29591fbcef Add support for Crypto Wallets in the main software, remove CryptoCurrency.xml from CryptoCurrency module. 2022-04-14 00:21:04 +03:00
AccentuSoft
87f3bb8700 Fix some bugs and improve data collection for ShodanIPScan.py 2022-04-12 11:44:08 +03:00
AccentuSoft
042ea53e86 Add more error handling for some resolutions, in the case that some websites are not responding. 2022-04-08 08:49:02 +03:00
AccentuSoft
2cf2e0f5a0 Update WhatsMyName Resolution sites list again. 2022-04-05 23:40:05 +03:00
AccentuSoft
4193be31c5 Update WhatsMyName sites list. 2022-04-01 20:16:24 +03:00
AccentuSoft
980383be8d Update WhatsMyName Resolution. 2022-03-28 00:55:30 +02:00
AccentuSoft
5abb0efc25 Change 'SNScrape' module name to 'Social Media'. Added Twayback resolution to get deleted tweets to the module.
Minor change in link name for Reddit.py in Reddit module.
2022-03-17 19:28:28 +01:00
AccentuSoft
7dcb2f5860 Add categories to resolutions. 2022-03-15 14:46:57 +02:00
AccentuSoft
75669090c7 Add 'NameThatHash' module. 2022-03-10 05:29:39 +02:00
AccentuSoft
2e8f83febc Add KYC Entities. 2022-03-07 20:32:53 +02:00
AccentuSoft
eed3ff5063 Fixes & Optimizations for Amass module. 2022-02-23 22:26:08 +02:00
AccentuSoft
15c8aed825 Fixes & Optimizations for Amass_Domain.py 2022-02-23 21:47:07 +02:00
AccentuSoft
b58d48746e Update Holehe description. Add Mailcat resolution.
Need to update build scripts.
2022-02-22 16:23:18 +02:00
AccentuSoft
323ff9f26a Remove redundant comment. 2022-02-17 23:47:44 +02:00
AccentuSoft
0094c2e9ff Improved json code for Whats_My_Name.py, and update web_accounts_list.json 2022-02-17 23:45:38 +02:00
AccentuSoft
4a3cabdc67 Changed logging: LinkScope now has its own logger, and disables logging from the root logger by default. 2022-02-17 21:03:57 +02:00
AccentuSoft
811157d856 Remove video thumbnails from VKontakteUser.py 2022-02-17 20:33:46 +02:00
AccentuSoft
3e12426d32 Bug fixes. 2022-02-17 20:17:03 +02:00
AccentuSoft
c8190401cf Improvements to SNSCrape module:
Improved TwitterUser.py
Added VKontakteUser.py
Renamed the module's XML file to something more appropriate.
2022-02-17 18:17:51 +02:00
AccentuSoft
8d843133de Improve SNScrape twitter user info extraction. Rework financial entities. Remove redundant resolution 'name' fields from resolutions. 2022-02-17 02:50:07 +02:00
AccentuSoft
f859a01a0d Fix bug with timezones on SNScrape TwitterUser.py resolution. 2022-02-16 16:57:17 +02:00
AccentuSoft
1fef53fac1 Modified name of 'Twitter' module: Is now 'Tweepy'.
Started adding 'SNScrape' module - added getting tweets by user.

Also: Made it so users don't have to specify the 'Resolution' and 'Notes' fields in the Resolution JSON for resolution output (although it is *recommended* that they do)
2022-02-16 14:12:10 +02:00
AccentuSoft
08d9d9c2b7 Revamped how Entities are defined, to add validation when the user edits them. Resolutions are assumed to know what they are doing. 2022-02-12 22:16:20 +02:00
AccentuSoft
f0fbe8e6e3 Update web_accounts_list.json for Username_Crosscheck module 2022-02-10 15:57:57 +02:00
AccentuSoft
f2d123ad90 Minor adjustments to some resolutions. 2022-02-10 11:37:54 +02:00
AccentuSoft
771335e69d Fix some bugs and update Reddit.py resolution. 2022-02-09 20:40:00 +02:00
AccentuSoft
5fa1054bbf Small optimizations, removing some redundant code and handling some edge cases with server projects. 2022-02-04 05:37:18 +02:00
AccentuSoft
27a7ba8171 Correct Icon file name for OpenCorporate.xml 2022-02-03 00:33:21 +02:00
AccentuSoft
e2f26be484 Update web accounts list 2022-02-01 04:21:42 +02:00
AccentuSoft
1f855c0222 Added Holehe resolution in Username_Crosscheck module.
Updated build scripts.

Small updates to Social_Analyzer.py and Whats_My_Name.py.
2022-01-27 01:09:12 +02:00
AccentuSoft
b9eff2aa78 Update the Whats_My_Name module with the latest web_accounts_list.json file. 2022-01-26 01:12:55 +02:00
AccentuSoft
dd2a376e02 Fixed some bugs with resolutions. 2022-01-25 03:51:44 +02:00
AccentuSoft
e1397321e0 Remove unnecessary output from resolutions.
Fix some bugs with graphing & canvases.
Fix a bug with resolution results.
2022-01-23 06:22:34 +02:00
AccentuSoft
ae85b38977 Fixed some File Path bugs with resolutions. 2022-01-20 23:28:27 +02:00
AccentuSoft
0046c22726 Added exclusions to security scanning on segments of code where warnings are not applicable to cut down on false positives. 2021-12-27 12:16:22 +02:00
AccentuSoft
4687f0b171 Made Nessus module use playwright instead of selenium. Refactored module to make it better reflect the functionality of Nessus and the results in its reports.
Conversion to playwright from selenium done.
2021-12-26 00:17:30 +01:00
AccentuSoft
8449a00186 Small legibility improvement for Social_Analyzer.py 2021-12-22 23:38:13 -05:00
AccentuSoft
f166714454 Small bug fix & wording improvements in Nmap module 2021-12-22 23:22:51 -05:00
AccentuSoft
18996ebea4 Update an error message in ResourceHandler.py to be more descriptive.
Changed Social_Analyzer.py to generate Website entities, and made it use a realistic user agent header.
2021-12-21 20:04:38 -05:00
AccentuSoft
db5cd604d6 Update naming of EDGAR module to represent the fact that it also contains EDF resolutions.
Fixed bug with splitting entities.
2021-12-21 02:19:39 -05:00