Commit Graph

841 Commits (ea00521300aa4453e92c04e61b7f7d8466e83652)

Author SHA1 Message Date
Víctor Zamanillo 21d23319d2 gofmt 2020-09-15 13:09:35 +02:00
Víctor Zamanillo 3883cf0e6d Added riddler.io source 2020-09-15 13:07:46 +02:00
Víctor Zamanillo 0a4a715a9e Semantics and do not export the private agent 2020-09-15 11:57:11 +02:00
Víctor Zamanillo 7ab1d63f5e Free resources on Sitedossier source after finish 2020-09-15 11:41:27 +02:00
Víctor Zamanillo 8101d3ea6d Increase the OS file descriptors to max on demand by using fdmax flag 2020-09-15 11:16:34 +02:00
bauthard b60af67b49
Merge pull request #310 from vzamanillo/anubis-source
Implemented JonLuca's Anubis source
2020-09-14 15:10:54 +05:30
Víctor Zamanillo 8b83c0516a Implemented ThreatBook source 2020-09-13 21:55:31 +02:00
Víctor Zamanillo fdd6235eb6 Implemented cebaidu source 2020-09-13 21:22:42 +02:00
Víctor Zamanillo f4e01ff837 Removed trailing new line 2020-09-13 19:54:26 +02:00
Víctor Zamanillo 0518d130d2 Implemented robtex source 2020-09-13 19:52:34 +02:00
Víctor Zamanillo 1a005ac94a gofmt 2020-09-13 11:30:58 +02:00
Víctor Zamanillo 38224122b0 Implemented ximcx source 2020-09-13 11:29:02 +02:00
Víctor Zamanillo c19c46c216 Implemented Anubis source 2020-09-13 11:02:49 +02:00
bauthard 5eee0870e1
release update 2020-09-09 16:12:26 +05:30
bauthard a684cb5cac
Merge pull request #303 from sepehrdaddev/master
recon.dev: fix token
2020-09-09 16:11:29 +05:30
bauthard 3e84679ef4
Merge pull request #308 from vzamanillo/github-source-fix-306
Invalid return on error while processing items on GitHub source
2020-09-09 16:11:01 +05:30
Víctor Zamanillo 1cac2e87b9 Fixes #306
Invalid return
2020-09-09 11:39:24 +02:00
Sepehrdad Sh 745fbe39b4
use url described in api docs 2020-09-05 18:33:42 +00:00
bauthard ca1957f326
Merge pull request #298 from vzamanillo/handle-unexpected-errors
Added Connection: close request header
2020-09-05 14:49:28 +05:30
bauthard 78340b5a3b
Merge pull request #304 from tracertea/feature/binaryedge_enterprise_support
added enterprise api support for binaryedge with max pagesize increase
2020-09-05 14:43:18 +05:30
tracertea b2bec4db56 added enterprise api support for binaryedge with max pagesize increase 2020-09-04 15:19:49 -04:00
Sepehrdad Sh 84663dd4df
recon.dev: fix token 2020-09-04 13:57:57 +00:00
bauthard 3e201d1e64 version update 2020-08-25 01:42:37 +05:30
bauthard cfef9d28c9 json flag update 2020-08-25 01:42:09 +05:30
Víctor Zamanillo c9e111f55f unslice: could simplify metaErrors[:] to metaErrors (gocritic) 2020-08-23 20:38:25 +02:00
Víctor Zamanillo b03f0933d1 Added Connection: close request header
Inform the server that the client wants to close the connection after the transaction is complete. A significant difference between HTTP/1.1 and earlier versions of HTTP is that persistent connections are the default behavior of any HTTP connection.
2020-08-23 20:28:14 +02:00
Víctor Zamanillo 76c330546b Handle unexpected errors 2020-08-23 20:06:11 +02:00
Víctor Zamanillo df3de4852c Handle unexpected error response 2020-08-23 19:46:21 +02:00
Víctor Zamanillo 0a1e6867a1 Handle ipv4info unexpected errors 2020-08-23 19:28:06 +02:00
bauthard 19bdef235a
version update 2020-08-23 21:35:39 +05:30
Ice3man eea72d35e3
Merge pull request #295 from vzamanillo/improved-json-output
Improved json output
2020-08-23 07:57:55 -07:00
Ice3man 24fdad0ab9
Merge pull request #297 from vzamanillo/handle-alienvault-error
Handle JSON error response for Alienvault source
2020-08-23 07:45:07 -07:00
Víctor Zamanillo fdd216a57f Use of POST http constant instead of string literal 2020-08-19 09:09:07 +02:00
Víctor Zamanillo 21508746b9 Fixed format 2020-08-18 10:19:36 +02:00
Víctor Zamanillo 360dd8b003 Handle JSON error response for Alienvault source 2020-08-18 10:14:15 +02:00
bauthard 4465c5c567 readme update 2020-08-18 11:14:10 +05:30
bauthard 1ccbd84b09
Merge pull request #296 from qlcom/patch-1
README: fix markdown
2020-08-18 11:11:02 +05:30
qlcom ea10740678
README: fix markdown 2020-08-18 07:05:46 +06:00
Víctor Zamanillo 8c30eb386c Automatic file extension on multiple domain enumeration 2020-08-17 18:12:50 +02:00
Víctor Zamanillo bc39ad28c5 Fixed err return 2020-08-17 18:12:21 +02:00
Víctor Zamanillo 6f3cb22b6a The outputfile is the absolute path + create intermediate dirs 2020-08-17 17:49:14 +02:00
Víctor Zamanillo 6650e3665a We always put results with format even if no verbose option is set 2020-08-16 21:35:29 +02:00
Víctor Zamanillo b1044303cb Do not write source on plain text hosts file 2020-08-16 21:33:45 +02:00
Víctor Zamanillo af1a775c46 Better jsonResult initialization 2020-08-16 21:22:03 +02:00
Víctor Zamanillo 885a6752b7 Unique hostEntry declaration 2020-08-16 21:18:08 +02:00
Víctor Zamanillo 5b276221b6 Implements #245 2020-08-16 17:52:12 +02:00
Víctor Zamanillo 5c685f0f59 Removed automatic extensions based on output type
The user should declare the explicit filename
2020-08-16 17:52:05 +02:00
Víctor Zamanillo 0196aa7195 New ouputter 2020-08-16 17:52:00 +02:00
bauthard e39156a4ec
Merge pull request #292 from yassineaboukir/master
Fixing Go path
2020-08-13 13:55:24 +05:30
Yassine ABOUKIR 765192b2a0
fix go path 2020-08-13 08:55:08 +01:00