48 Commits
Author SHA1 Message Date
Li4n0 bf8a43fa87 fix: fix the error that the maximum length of http rule response body is 191 when using mysql 2023-06-02 00:36:36 +08:00
Li4n0 223c14ab33 feat: add value field to the dns log (#67)
record resolve value of dns log to facilitate the observation of dns rebinding.
2023-05-23 23:27:50 +08:00
whw1sfb b33de11ba8 feat: support for using Flag-Filter request headers to filter the flags that the client expects to receive (#64) 2023-03-24 22:50:20 +08:00
Li4n0 5e80591c85 fix: fix bug that the files associated with records still exist after deleting mysql and ftp records 2022-11-16 23:53:55 +08:00
Li4n0 48f55c5327 fix: fix panic when update config (#62) 2022-09-24 16:35:28 +08:00
Li4n0 d29b767d9c fix: fix the error of database is locked when use sqlite (#60) 2022-09-14 01:08:42 +08:00
Li4n0 3fa2cae862 fix: fix the bug that authentication always fails after token change (#59) 2022-09-14 01:06:26 +08:00
Li4n0 fe316220a1 style: update some code to fit go 1.19 2022-09-14 01:05:24 +08:00
Li4n0 f6afe0fa12 feat: support auto check upgrade (#53) 2022-01-09 23:51:46 +08:00
Li4n0 c63a498034 ci: add support for multiple arch 2022-01-08 19:31:51 +08:00
Li4n0 913e0f78db feat(dns): support use multiple root domains (#51) 2022-01-07 23:48:45 +08:00
fc505b0733 feat(ldap): add ldap protocol support (#50)
Co-authored-by: tardc <[email protected]>
Co-authored-by: E99p1ant <[email protected]>
2022-01-07 22:47:02 +08:00
Li4n0 06ae3d0555 fix(settings): fix the bug of update rmi & mysql addr settings not working (#49) 2022-01-05 23:17:12 +08:00
Li4n0 d1f92000db chore(release): 0.4.0 2021-12-26 17:02:54 +08:00
Li4n0 6f921f6c97 fix(rmi): fix the problem that rmi has multiple rules matching in one record 2021-12-26 17:01:21 +08:00
becivellsandLi4n0 8b30f83075 feat(database): support postgres (#43)
Co-authored-by: Li4n0 <[email protected]>
2021-12-24 22:05:12 +08:00
3242a49b27 fix(server): fix auth failure when complex characters in token (#42)
Co-authored-by: E99p1ant <[email protected]>
Co-authored-by: Li4n0 <[email protected]>
2021-12-24 21:11:00 +08:00
Li4n0 71fc28cf22 chore(release): 0.3.0 2021-12-23 02:12:43 +08:00
Li4n0 ce8d76056f fix(mysql/record): fix the bug when searching mysql record with username as keyword 2021-12-23 02:03:12 +08:00
Li4n0 3ca242d086 fix(database): fix the error when load package
fix the error of 'failed to load package : could not load export data: no export data for
\"gorm.io/driver/mysql\"'
2021-12-23 01:59:24 +08:00
tardc 9d7a5b4598 feat(database): add mysql support (#39) 2021-12-23 01:34:53 +08:00
tardc a59540d42d fix(pkg): fix the conflict between rank field and built-in function (#38) 2021-12-22 15:07:08 +08:00
Li4n0 ee36205ac1 feat(rule): add flag as a built-in template variable 2021-07-24 22:58:38 +08:00
Li4n0 9863821dbc feat: support deleting logs based on filtering results (#35)
* feat: support deleting logs based on filtering results

* fix(record): fix the problem of wrong number of parameters when outputting delete logs
2021-07-22 22:46:11 +08:00
Li4n0 a248c6e39e chore: release 0.1.7 2021-07-11 16:24:44 +08:00
Li4n0 c0bda707b7 fix(mysql): fix the bug that crashes when mysql port conflicts 2021-07-11 14:49:35 +08:00
Li4n0 ffc4318725 fix(http): fix the bug that http record url search does not work 2021-07-11 13:55:20 +08:00
Li4n0 56153510e1 fix(cli): fix the bug that the prompt may not be output when generating config file 2021-06-25 22:37:58 +08:00
Li4n0 18707cec47 chore: release 0.1.5 2021-06-22 21:02:34 +08:00
Li4n0 30194479d1 chore(version): change version number 2021-06-13 15:00:24 +08:00
Li4n0andE99p1ant dc43b6973a feat(ipinfo): support GeoIP (#26)
Co-authored-by: E99p1ant <[email protected]>
2021-06-12 22:04:45 +08:00
Li4n0 f7be2bc2e6 feat(platform): support custom admin path prefix (#25) 2021-05-31 23:03:39 +08:00
Li4n0 74f512d214 fix(http): fix the problem that ip_header setting does not take effect (#23) 2021-05-28 19:55:44 +08:00
Li4n0 1da20feb06 chore: release v0.1.4-beta (#22) 2021-05-27 23:24:48 +08:00
Li4n0 b44e4891a6 fix: fix the bug of page limit (#20) 2021-05-26 00:09:57 +08:00
Li4n0andE99p1ant cbbf3ba0ba release 0.1.3-beta (#19)
Co-authored-by: E99p1ant <[email protected]>
2021-05-25 20:41:37 +08:00
Li4n0 1144f67d37 feat: add domain and external ip configuration items (#18) 2021-05-22 20:40:04 +08:00
Li4n0 bc6e3962f8 fix: fix some bugs (#17) 2021-05-18 22:45:18 +08:00
Li4n0andE99p1ant 5b63e90390 release revsuit vBeta0.1.0 (#15)
Co-authored-by: E99p1ant <[email protected]>
2021-05-16 12:11:35 +08:00
Li4n0andE99p1ant b39ee101f9 feat(ftp): support upload, download and PASV rebind (#13)
Co-authored-by: E99p1ant <[email protected]>
2021-05-05 12:59:50 +08:00
Li4n0 3d8507e682 feat(recycler): add error cecycler (#10) 2021-04-26 16:31:32 +08:00
Li4n0 7e99d93e43 feat(frontend): optimize frontend interaction (#8)
Support auto refresh. Change authentication method. Streamline the frontend code.
2021-04-25 22:15:56 +08:00
Li4n0 50a6749070 refactor: standardization of code structure (#7) 2021-04-25 14:15:42 +08:00
Li4n0andE99p1ant 26755351f7 feat(ftp): support receive ftp connection (#6)
Co-authored-by: E99p1ant <[email protected]>
2021-04-25 13:39:27 +08:00
Li4n0 5e24f9530d feat(rmi): support receive rmi connection (#5) 2021-04-23 17:58:46 +08:00
Li4n0 72c6150517 fix some bug and standardize the code (#2) 2021-04-22 16:40:22 +08:00
Li4n0 960b2ab5ea Use golint to normalize the code (#1) 2021-04-21 22:08:29 +08:00
Li4n0 3559894acc feat: complete basic functions
Support http,dns and mysql connection. Support custom http, dns response. Support dns rebinding.
Support mysql load local files and jdbc deserialize exploit.
2021-04-21 18:55:16 +08:00