All Projects β†’ Lvl4Sword β†’ Killer

Lvl4Sword / Killer

Licence: agpl-3.0
πŸ”ͺ System tamper detector for USB, Bluetooth, AC, Battery, Disk Tray, and Ethernet.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Killer

use-scroll-direction
A simple, performant, and cross-browser hook for detecting scroll direction in your next react app.
Stars: ✭ 24 (-58.62%)
Mutual labels:  detect
get-installed-path
Get locally or globally installation path of given package name.
Stars: ✭ 39 (-32.76%)
Mutual labels:  detect
Browscap
πŸ“ƒ The main project repository
Stars: ✭ 354 (+510.34%)
Mutual labels:  detect
laravel-localizer
Automatically detect and set an app locale that matches your visitor's preference.
Stars: ✭ 34 (-41.38%)
Mutual labels:  detect
scrollbar-width
Lightweight tool to get browser's scrollbars width of any browser.
Stars: ✭ 25 (-56.9%)
Mutual labels:  detect
Ffdynamic
Library with dynamic audio/video composition and runtime control
Stars: ✭ 274 (+372.41%)
Mutual labels:  detect
react-health-check
Lightweight React hook for checking health of API services.
Stars: ✭ 28 (-51.72%)
Mutual labels:  detect
Is Online
Check if the internet connection is up
Stars: ✭ 894 (+1441.38%)
Mutual labels:  detect
connection checker
Android library for checking the internet connectivity of a device.
Stars: ✭ 26 (-55.17%)
Mutual labels:  detect
Franc
Natural language detection
Stars: ✭ 3,605 (+6115.52%)
Mutual labels:  detect
hms-safetydetect-demo-android
SafetyDetect Sample provides many sample programs for your reference or usage.This example demonstrates how to integrate services provided by Safetydetect Kit, such as APPchecks, URLcheck, Userdetect, Wifidetect.
Stars: ✭ 16 (-72.41%)
Mutual labels:  detect
ImageCropper
βœ‚οΈ Detect and crop faces, barcodes, texts or rectangle in image with iOS 11 Vision (iOS 10 Core Image) api.οΌˆε›Ύη‰‡θ£ε‰ͺοΌšζ”―ζŒδΊΊθ„Έγ€δΊŒη»΄η /ζ‘ε½’η γ€ζ–‡ζœ¬γ€ζ–Ήζ‘†οΌ‰
Stars: ✭ 17 (-70.69%)
Mutual labels:  detect
Aws Security Workshops
A collection of the latest AWS Security workshops
Stars: ✭ 332 (+472.41%)
Mutual labels:  detect
rebar detect
CCFDF rebar detection
Stars: ✭ 14 (-75.86%)
Mutual labels:  detect
Deauthdetector
Detect deauthentication frames using an ESP8266
Stars: ✭ 406 (+600%)
Mutual labels:  detect
cdetect
πŸ”¬ Detect which compiler and compiler version a Linux executable (in the ELF format) was compiled with
Stars: ✭ 23 (-60.34%)
Mutual labels:  detect
Facenet-Caffe
facenet recognition and retrieve by using hnswlib and flask, convert tensorflow model to caffe
Stars: ✭ 30 (-48.28%)
Mutual labels:  detect
Wasm Check
TypeScript / JavaScript library for detect WebAssembly features in node.js & browser
Stars: ✭ 30 (-48.28%)
Mutual labels:  detect
Arrive
Watch for DOM elements creation and removal
Stars: ✭ 703 (+1112.07%)
Mutual labels:  detect
Encoding.js
Convert or detect character encoding in JavaScript
Stars: ✭ 338 (+482.76%)
Mutual labels:  detect

Attention!

The project requires testing and development from individuals with a Mac.

If you're interested in assisting with this please contact one of the devs

within the Discord or IRC channel listed below

           _  _  _  _ _
          | |/ /(_)| | |
          |   /  _ | | | ____ _ _
          |  \  | || | |/ _  ) `_|
          | | \ | || | ( (/_/| |
          |_|\_\|_|\__)_)____)_|
   _____________________________________
   \                       | _   _   _  \
    `.                  ___|____________/
      ``````````````````

            System tamper detector
(USB, Bluetooth, AC, Battery, Disk Tray, Ethernet)
  Shuts the system down upon disallowed changes.

PyPI - Current version PyPI - Downloads

Killer Discord Channel Join irc.freenode.net #killer channel

Installation and usage

pip3 install --user -U killer
killer --help
python -m killer --help

Development

Setting up an environment for hacking on Killer.

Linux

git clone https://github.com/Lvl4Sword/Killer.git
cd ./Killer
mkdir -p ~/.virtualenvs/
python3 -m venv ~/.virtualenvs/killer
source ~/.virtualenvs/killer/bin/activate
python -m pip install -U pip
python -m pip install -U -r requirements.txt
python -m pip install -U -r dev-requirements.txt

Windows

git clone https://github.com/Lvl4Sword/Killer.git
Set-Location -Path .\Killer
New-Item -ItemType Directory -Force -Path $env:USERPROFILE\.virtualenvs\
py -3 -m venv $env:USERPROFILE\.virtualenvs\killer
$env:USERPROFILE\.virtualenvs\Scripts\Activate.ps1\
python -m pip install -U pip
pip install -U -r requirements.txt
pip install -U -r dev-requirements.txt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].