Skip to content

Releases: c0m4r/paranoya

paranoya 4.0.0

16 Jan 18:54
dd07194
Compare
Choose a tag to compare

Added

  • addons: docker hub Dockerfile

Changed

  • [breaking] project renaming, please welcome: paranoya
  • be verbose about skipping files in program directory

Loki-daemonized 3.2.2

16 Jan 10:22
92132ea
Compare
Choose a tag to compare

Added

  • chroot helper script
  • custom yara rules: malpedia/signator-rules

Changed

  • code refactoring

Removed

  • removed invalid --update args from loki.py, use upgrader.py instead
  • custom Yara-Rules/rules, causing overflows

Loki-daemonized 3.2.1

13 Jan 16:16
9a7a27e
Compare
Choose a tag to compare

Added

  • flatpak gen_python3-requirements.sh helper script

Changed

  • docker deploy.sh script

Fixed

  • flatpak files regression

Loki-daemonized 3.2.0

13 Jan 15:17
82e1f87
Compare
Choose a tag to compare

Added

  • progress bar can be enabled with --progress (experimental)
  • lib/lokiargs.py
  • lib/constants.py
  • lib/lokivenv.py
  • new option: --followlinks allow to force Loki to follow symlinks
  • new option: --custom allows the use of custom yara rulesets
  • custom yara rules sources

Changed

  • code refactoring

Removed

  • removed obsolete pyinstaller options from the build.sh
  • lib/venv.py

Fixed

  • obsolete python2 options

Loki-daemonized 3.1.1

11 Jan 07:12
9640e91
Compare
Choose a tag to compare

Fixed

  • build script regression

Loki-daemonized 3.1.0

11 Jan 05:01
c3aa494
Compare
Choose a tag to compare

Added

  • deployment script deploy.sh which installs deps and venv
  • venv autosetup and detection
  • upgrader script signal handling
  • custom modules import validation
  • new local module: lib/venv.py

Changed

  • loki no longer changes background inside the terminal

Fixed

  • stripping empty space in cmdline
  • cache files preventing upgrade if signature-base is not present

Removed

  • venv.sh replaced with deploy.sh

Loki-daemonized 3.0.0

10 Jan 06:45
7706c37
Compare
Choose a tag to compare

Added

  • build.sh improvements and new options

Changed

  • [breaking] --onlyrelevant replaced with --silent
  • [breaking] loki.py has been converted to Linux new lines ending
  • updated docker files
  • updated openrc/init script
  • minified/stripped yara test sample

Fixed

  • upgrader handling github rate limits

Loki-daemonized 2.0.0

09 Jan 15:25
75c4635
Compare
Choose a tag to compare

Added

  • new dependency: requests
  • docker files improvements

Changed

  • [breaking] loki-client.py renamed to client.py
  • [breaking] loki-upgrader.py renamed to upgrader.py
  • [breaking] --log-file arg replaced with --logfile
  • [breaking] upgrader --clean arg replaced with --force
  • heavy refactoring of the upgrader, helpers and lokilogger lib files
  • initial refactoring of the loki.py
  • netaddr replaced with ipaddress
  • updated requirements.txt
  • updated docker files
  • updated flatpak files
  • urllib.request.urlopen replaced with requests
  • build.sh updated
  • upgrader now works independently of lib files
  • improved welcome message

Removed

  • [breaking] syslog and remote logging due to the obsolete dependency
  • removed dep: netaddr
  • removed dep: rfc5424-logging-handler

Security

  • removed shell subprocess calls

Fixed

  • packages generated by build.sh not including lib
  • upgrader not handling pipes properly

Loki-daemonized 1.0.3

06 Jan 05:14
723e834
Compare
Choose a tag to compare

Added

  • added handling ascii welcome for smaller terminals
  • binary upgrader handling
  • pyinstaller build bash script
  • venv setup bash script
  • added certifi and ssl context for upgrader

Changed

  • change upgrader log name to loki-upgrader.log
  • loki-client.py now has argparse, check --help for usage

Removed

  • removed obsolete python2 modules imports

Fixed

  • incorrect version number

LOKI-daemonized 1.0.2

05 Jan 06:36
b3e3a25
Compare
Choose a tag to compare

Changed

  • improved pidfile and socket error handling
  • get rid of wildcard imports

Fixed

  • missing module name
  • fixed upgrader clean mode