Code Monkey home page Code Monkey logo

Comments (4)

cookiengineer avatar cookiengineer commented on August 20, 2024

Most of the build system has now been ported to the new structure and files, each project now has a reusable make.mjs with clean() and build() exports.

The browser.mjs still requires the PWA and browser detection mechanisms that are hosted in the old browser/bin/browser.sh.

The covert.mjs is requiring the SOCKS protocol (issue #37) in order to have a self-hosted SOCKS proxy. Once the SOCKS protocol is ready, the covert/bin/covert.sh can be fully ported to the new mjs files.

from stealth.

cookiengineer avatar cookiengineer commented on August 20, 2024

As of c45ad9d the browser/browser.mjs file is now feature complete and contains all previous detection of installed Browsers.

For win32 though, I currently know no way to detect edgium.exe, edge.exe etc without violating admin access rules on the filesystem.

from stealth.

cookiengineer avatar cookiengineer commented on August 20, 2024

For Windows, it is necessary to check all fs API calls - and whether or not path.resolve() is used everywhere correctly.

Currently, downloading websites doesn't work because the cache folder is corrupted and has the wrong path for the filesystem API.

from stealth.

cookiengineer avatar cookiengineer commented on August 20, 2024

As of 6bb7fc2 all features have been implemented.

from stealth.

Related Issues (20)

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.