Commit Graph

349 Commits

Author SHA1 Message Date
AccentuSoft
0a98d9d7ae Move to PySide version 6.3.
Fixed a seg fault bug when opening existing projects.
2022-07-10 06:57:17 +03:00
AccentuSoft
c35c63e1b2 Small change in Network entity - make the default value for the primary field more representative of what it's meant to be. 2022-07-10 05:53:37 +03:00
AccentuSoft
ed181ff696 Improve the import of firefox browser sessions. 2022-07-10 05:33:53 +03:00
AccentuSoft
0ac238b452 Update entity graphics to make them not collide with each other. 2022-07-10 05:31:07 +03:00
AccentuSoft
02eed52d5a Start work on Macros. 2022-07-10 04:33:04 +03:00
AccentuSoft
4b90313c26 Revise OpenCorporates resolutions. 2022-07-06 20:02:37 +03:00
AccentuSoft
05e0f2874d Add disposable mail check module by Kickbox. 2022-07-06 20:02:09 +03:00
AccentuSoft
56ffbc709b Add helper functions to image search engines. 2022-07-06 05:45:02 +03:00
AccentuSoft
e26be9ff70 Update build script version 2022-07-05 21:36:35 +03:00
AccentuSoft
ac3c7a040d Added shodan certificate search resolution. 2022-07-05 13:52:09 +03:00
AccentuSoft
5fab0f34df Add search engine assistant functionality under Node Operations. 2022-07-05 13:29:20 +03:00
AccentuSoft
a0d9fef19b Get all internal URLs in a domain.
To avoid excessive & superfluous links, all links are created from the input node. This means that passing in two nodes that point to the same domain (or to URLs in the same domain) will result in twice the work being done for no reason.
2022-07-04 15:48:39 +03:00
AccentuSoft
34e04fd05d Refactored GetExternalURLs.py 2022-07-04 15:32:13 +03:00
AccentuSoft
fba5171bd5 Extraction of phones and emails is now done only on the specified website or domain index page. 2022-07-04 15:32:03 +03:00
AccentuSoft
43b1bb837f Improve extraction of website text 2022-07-04 15:29:42 +03:00
AccentuSoft
c62fdcbf29 Better URL detection for when users drag in text. 2022-07-01 14:45:01 +03:00
AccentuSoft
56ac7c8454 Allow users to open in browser any attribute from any entity type that contains URLs.
Added shortcuts (Ctrl+W and Ctrl+Shift+W) to open URLs in browser.
2022-07-01 14:11:31 +03:00
AccentuSoft
cafa471ac7 Allow more schemes than just http on URL attribute type validation (user inputs) 2022-07-01 14:09:10 +03:00
AccentuSoft
d5df8a795a Have Shodan resolutions keep going if one of the IPs is not in the database. 2022-07-01 13:10:14 +03:00
AccentuSoft
2efa051220 Make default values for SNScrapeEntities.xml point to invalid / UNKNOWN urls. Do not include quoted tweet contents in quote tweets. 2022-07-01 13:09:51 +03:00
AccentuSoft
dbfd8fafd7 Add BinaryEdgeHost.py resolution. 2022-06-28 23:42:06 +03:00
AccentuSoft
becd49cea4 Add Sanctioned vehicle entities. 2022-06-28 23:05:11 +03:00
AccentuSoft
f77f458404 Add Vehicles entities. 2022-06-28 18:22:54 +03:00
AccentuSoft
895cf7ecac Adjust port report format for Nessus. 2022-06-28 18:22:24 +03:00
AccentuSoft
060f7bbe3c Update WhatsMyName accounts list json. 2022-06-28 18:21:52 +03:00
AccentuSoft
3f567c9929 Make certain conditions of LQL more straightforward - childof, parentof etc. now refer to the arguments passed. 2022-06-23 20:04:26 +03:00
AccentuSoft
5a6ce2fda1 Optimize exception case where queries return nothing. 2022-06-23 20:04:26 +03:00
AccentuSoft
d5e943d588 Path corrections in buildWin.bat script. v1.3.0 2022-06-20 01:38:39 +03:00
AccentuSoft
2357c31748 Adjust scene rect after loading canvas to make the loading in smoother. 2022-06-19 23:20:29 +03:00
AccentuSoft
9b6101ca6b Add version information on window title. 2022-06-19 01:20:43 +03:00
AccentuSoft
3479c21a54 Update build scripts. 2022-06-17 04:26:53 +03:00
AccentuSoft
48af732198 Added support for looking up pwned passwords. HIBP integration done. 2022-06-16 21:16:14 +03:00
AccentuSoft
10fe741965 Improve HIBP Pastes. Add support for HIBP breaches. 2022-06-16 15:20:22 +03:00
AccentuSoft
5d109a01ee Add ability to detect and extract cycles from canvases. 2022-06-16 00:06:04 +03:00
AccentuSoft
6cf7de00ca Fix bugs relating to group node chains. 2022-06-14 01:08:08 +03:00
AccentuSoft
079475bb6d Fix bug where group entities would be included in query considerations. 2022-06-14 00:20:46 +03:00
AccentuSoft
00dcaf3c1b Fix some bugs with queries when fields from different types of entities are queried for.
Changed some field types for HIBP entities to make it clearer where they belong to.
2022-06-14 00:07:04 +03:00
AccentuSoft
af90b0ebcb Add HIBP Paste lookup.
Start adding HIBP entities.
2022-06-13 22:16:54 +03:00
AccentuSoft
47f84781e3 Merge branch 'LQL' into main 2022-06-13 20:27:18 +03:00
AccentuSoft
0af05f87cb Fix bug & improve visuals for query wizard. 2022-06-13 20:20:45 +03:00
AccentuSoft
ff793d4358 Rearranged code snippets to put them in more reasonable places (i.e. extra helper classes are now pulled from ResourceHandler.py rather than ResolutionManager.py. 2022-06-13 20:15:18 +03:00
AccentuSoft
e85481a8a4 Resize query wizard when first opened to a reasonable size. 2022-06-13 16:27:05 +03:00
AccentuSoft
3457793bfa Fix bugs with frontend, create history tab, allow running queries from history, finalize exporting table of results. 2022-06-13 15:53:14 +03:00
AccentuSoft
ae3cf3d9d0 Treat non-numerical strings as zeroes when numifying. 2022-06-13 15:53:14 +03:00
AccentuSoft
e68a067806 Work done on query front end. 2022-06-13 15:53:14 +03:00
AccentuSoft
3280ad55bd Sort entries in lists for consistency & try-catch around module loader in case of errors. 2022-06-13 15:53:14 +03:00
AccentuSoft
9aa8a3f43a Fix some more bugs with LQL. 2022-06-13 15:53:13 +03:00
AccentuSoft
ffdba4fecb More work done on LQL 2022-06-13 15:52:36 +03:00
AccentuSoft
b0d3f2ca62 Better error messages for Offshore Leaks resolutions. 2022-06-13 15:52:36 +03:00
AccentuSoft
0b79c4be20 Update LQL - backend close to done. Will not allow users to update DB with queries, at least for now.
Continue work on Query Wizard UI.
2022-06-13 15:52:35 +03:00