An OSINT tool that allows you to find potential profiles of a person on social networks

Profil3r Profil3r is an OSINT tool that allows you to find potential profiles of a person on social networks, as well as their email addresses. This program also alerts you to the presence of a data leak for the found emails. Installation Install with pip (recommended) pip3 install profil3r Or build from source Recommended for developers. It automatically clones the main branch from the Profil3r repo, and installs from source. # Automatically clone the Profil3r repository and install profil3r from […]

Read more

Windows Task Manager with special features written in Python

Killer Windows Task Manager with special features, written in Python. Tired of trying to kill processes with the default Windows Task Manager? Selecting one by one? So this is for you. Killer is an app with concise design which displays the processes, let search between them, order by pid/name/cpu/memoryand kill multiple apps (or even all) at once. Besides that, you can also kill the children of the selected process(es),which means, all the other processes created by these (no survival chance). […]

Read more

A python tool to manage configuration files, build scripts etc

repo_helper A tool to manage configuration files, build scripts etc. across multiple projects. This project is in an early stage, and some things might not work correctly or break in a new release. Note: The autocommit functionality is currently broken on Windows, but works OK on Linux and macOS. Installation repo_helper can be installed from PyPI or Anaconda. To install with pip: $ python -m pip install repo_helper To install with conda: GitHub https://github.com/repo-helper/repo_helper    

Read more

Tools for Optuna, MLflow and the integration of both

HPOflow Tools for Optuna, MLflow and the integration of both. The main components are: hpoflow.OptunaMLflow: A wrapper to use Optuna and log to MLflow at the same time. hpoflow.OptunaMLflowCallback: Class inheriting from transformers.TrainerCallback that integrates with OptunaMLflowto send the logs to MLflow and Optuna during model training. hpoflow.SignificanceRepeatedTrainingPruner: An Optuna prunerto use statistical significance (a t-test which serves as a heuristic) to stopunpromising trials early, avoiding unnecessary repeated training during cross validation. Installation HPOflow is available at the Python Package […]

Read more

Python tool to Check running WebClient services on multiple targets

WebClient Service Scanner Python tool to Check running WebClient services on multiple targets based on @tifkin_ idea. This tool uses impacket project. Usage webclientservicescanner hackn.lab/user:[email protected]/24 Provided credentials will be tested against a domain controller before scanning so that a typo in the domain/username/password won’t lock out the account. If you want to bypass this check, just use -no-validation flag. Exploitation Green entries mean that WebDav client is active on remote host. Using PetitPotam or PrinterBug, an HTTP authentication can be […]

Read more

A toolkit for validating, forging, scanning and tampering JWTs

jwt_tool.py is a toolkit for validating, forging, scanning and tampering JWTs (JSON Web Tokens). Its functionality includes: Checking the validity of a token Testing for known exploits: (CVE-2015-2951) The alg=none signature-bypass vulnerability (CVE-2016-10555) The RS/HS256 public key mismatch vulnerability (CVE-2018-0114) Key injection vulnerability (CVE-2019-20933/CVE-2020-28637) Blank password vulnerability (CVE-2020-28042) Null signature vulnerability Scanning for misconfigurations or known weaknesses Fuzzing claim values to provoke unexpected behaviours Testing the validity of a secret/key file/Public Key/JWKS key Identifying weak keys via a High-speed Dictionary […]

Read more

A collection of Blender tools Build With Python

A collection of Blender tools I’ve written for myself over the years. I use these daily so they should be bug-free, mostly. Feel free to take and use any parts of this project. gret can be typed with one hand in the search bar. Blender 2.92 or later required. Download the latest release. In Blender, go to Edit → Preferences → Add-ons → Install. Find and select the downloaded zip file, then click Install Add-on. Enable the add-on by clicking […]

Read more

A tool installer that is specially made for termux user

Lazymux Lazymux is a tool installer that is specially made for termux user which provides a lot of tool mainly used tools in termux and its easy to use, Lazymux install any of the given tools provided by it from itself with just one click, and its often get updated. Feature Tool InstallationInstall Single Toollzmx > set_install 1Install Multi Toollzmx > set_install 1 2 3 4Install All Toollzmx > set_install @ Default Dir InstallOn lazymux.conf replace symbol ~ with directory […]

Read more

An open-source tool for writers build with python

Manuskript Manuskript is an open-source tool for writers. Manuskript runs on GNU/Linux, Mac OS X, and Windows. Features Manuskript provides a rich environment to help writers create theirfirst draft and then further refine and edit their masterpiece.With Manuskript you can: GitHub https://github.com/olivierkes/manuskript    

Read more

Backend for the Vaccine Hunters Finder tool with python

VaxFinder – Backend The backend for the Vaccine Hunters Finder tool. Development Prerequisites Python 3.8 Poetry: A tool for dependency management and packaging. Access to VaxFinder’s Microsoft SQL Server database hosted on Azure. Please message Patrick or Evan for access. Installation Install the unixODBC library if you are on a linux environment as it’s required for pyodbc (hence aioodbc). You can install it using your package manager, for example: $ sudo apt-get install unixodbc $ sudo apt-get install unixodbc-dev Install […]

Read more
1 11 12 13 14 15 21