Giter VIP home page Giter VIP logo

console_panel's Introduction

Hello 👋

I’m a Python developer, from London, UK.

Here’s a photo of the moon from my photography website:

The moon

console_panel's People

Contributors

dependabot[bot] avatar msquared2 avatar pre-commit-ci[bot] avatar renovate[bot] avatar reupen avatar rplociennik avatar smoralis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

console_panel's Issues

Malware flagged - MaxSecure Trojan.Malware.300983.susgen

Release v3.0.0 is flagged as malware by VirusTotal
MaxSecure Trojan.Malware.300983.susgen

https://www.virustotal.com/gui/url-analysis/u-976043f26acf1d30b7651b8336a24c1242e7338a6419469763973c6490294cc2-1686004820

title: Password Protected Compressed File Extraction Via 7Zip
id: b717b8fd-6467-4d7d-b3d3-27f9a463af77
status: experimental
description: Detects usage of 7zip utilities (7z.exe, 7za.exe and 7zr.exe) to extract password protected zip files.
references:
    - https://blog.cyble.com/2022/06/07/bumblebee-loader-on-the-rise/
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023/03/10
tags:
    - attack.collection
    - attack.t1560.001
logsource:
    category: process_creation
    product: windows
detection:
    selection_img:
        - Description|contains: '7-Zip'
        - Image|endswith:
            - '\7z.exe'
            - '\7zr.exe'
            - '\7za.exe'
        - OriginalFileName:
            - '7z.exe'
            - '7za.exe'
    selection_password:
        CommandLine|contains|all:
            - ' -p'
            - ' x '
            - ' -o'
    condition: all of selection_*
falsepositives:
    - Legitimate activity is expected since extracting files with a password can be common in some environement.
level: medium

Possibility to write log files

DUI allows to save log to a file, but the option gets reset everytime foobar is restarted.
It would be great to have the possibility to write log files without having the option reset on every startup.

The rationale was that crash reports are already saved to other place (1), and logs could get bigger and bigger (2).... but (1) does not apply at all when there are tons of components writing other useful things to console (for example Spider Monkey Panel), (2) is not a real problem (since may programs have permanent logging to file...) and (2) could be solved by blanking log file on restart(*).

(*) Logs could then be moved\renamed with external scripts if required after closing foobar.

Apart from the obvious use-cases for everybody, I'm currently working on an updated online controller using the existing tools (foo http control and SMP). Logs are not exposed in any way, but the log file. So having the option to always save logs to a file allows to send the log to the server and read it on the controller point. Being able to read the logs at any place (and not only the Server PC) greatly expands its debugging capabilities and logging other info (for example many SMP scripts log useful info to console, and you could see the result of SMP scripts called by the controller on the log).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.