Python fitting assistant, cross-platform fitting tool for EVE Online

Pyfa Pyfa, short for python fitting assistant, allows you to create, experiment with, and save ship fittings without being in game. Open source and written in Python, it is available on any platform where Python 3 and wxWidgets are available, including Windows, Mac OS X, and Linux. Latest Version and Changelogs The latest version along with release notes can always be found on the project’s releases page. Pyfa will notify you if you are running an outdated version. Installation Windows […]

Read more

A python tool developed to bruteforce Apache Tomcat manager username and password

Tomcter Python Tomcat Login Bruteforce ⚡ Installing / Getting started A quick guide of how to install and use Tomcter. 1. Clone the repository with git clone https://github.com/oppsec/tomcter.git 2. Install the libraries with pip3 install -r requirements.txt 3. Insert the targets URL on src/core/data/urls.txt file (ex: https://www.google.com) 4. Run Tomcter with python3 main.py 🐳 Docker If you want to use Tomcter in a Docker container, follow this commands: 1. Clone the repository – git clone https://github.com/oppsec/tomcter.git 2. Build the image […]

Read more

Scientific color maps and standardization tools

Scientific color maps Scientific color maps and standardization tools. Scicomap is a package that provides scientific color maps and tools to standardize your favourite color maps if you don’t like the built-in ones.Scicomap currently provides sequential, bi-sequential, diverging, circular, qualitative and miscellaneous color maps. You can easily draw examples, compare the rendering, see how colorblind people will perceive the color maps. I will illustrate the scicomap capabilities below. This package is heavily based on the Event Horyzon Plot package and […]

Read more

Tool To generate Stable Undetected Payload

windowsPayload Tool To generate Stable Undetected Payload git clone https://github.com/youhacker55/PayGen/ cd PayGen python3 generate.py if you are On linux Install Py on Wine and Compile using pyinstaller (I recommend to Use Windows For Compiling) Features [x] Create Payload With MsfVenom Automated [x] Creates a handler.rc file [x] Undetectable [x] Stop Sec Services And Kill Av Process [x] AutoPortForwarding(Ngrok) [x] Obfuscate Payload Video ## GitHub https://github.com/youhacker55/PayGen    

Read more

A tool that allows ready or user-added logs to be sent to the specified addresses

syslogsimulator Syslog Simulator is a tool that allows ready or user-added logs to be sent to the specified addresses and port with syslog in the selected loop. 🚀What is It is an open source tool that allows sending logs in readable format that you can edit according to your wishes, as well as various hardware and software logs, to the target machine. 🔨Using It is run with Python3 by entering the following configurations. python3 syslogsimulator.py -s 1.1.1.1 -s 2.2.2.2 -s […]

Read more

A client to digitalize the boring parts of monopoly with python

Pinopoly A client to digitalize the boring parts of monopoly What is this? Pinopoly is a tool to remove the “banker” player and replace them with a digitalized system. It is intended to be used on a Raspberry Pi but can be used in the command line as well. How to use Running python3 -m monopoly will open the user interface Useful GitHub https://github.com/alexover1/pinopoly    

Read more

A traceroute tool that also displays IP information

infotr A traceroute tool that also displays IP information. This tool has only been tested on Linux. Quick Start First, install this tool from PyPI. pip install –user -U infotr Since Scapy needs to open raw sockets, this tool requires Python to have the CAP_NET_RAW capability to run. You can also run this tool as root. Run the following commands to set/unset the CAP_NET_RAW capability for the Python binary. Remember to unset the capability when you’re done. # set the […]

Read more

The REDLI Tool follows the path of the URL

redli v1.0 Have you ever wondered: Where does this link go? The REDLI Tool follows the path of the URL. It allows you to see the complete path a redirected URL goes through. It will show you the full redirection path of URLs, shortened links, or tiny URLs. Requirements Python 3, requests and colorama libraries. Update: apt-get update Python 3: apt-get install python3 Requests: pip install requests colorama: pip install colorama Kali Linux / Termux git clone https://github.com/JayaKumar-pypro/redli.git cd redli […]

Read more

MDAnalysis tool to calculate membrane curvature

Membrane Curvature This is an MDAnalysis module to calculate membrane curvature from molecular dynamics simulations. The MDAkit for membrane curvature analysis is part of the Google Summer of Code program and it is linked to a Code of Conduct. Abstract Elements of differential geometry enable us to quantify the curvature of a surface. The core elements of biological membranes, phospholipids, provide tridimensional configurations from which a surface can be derived to calculate curvature descriptors. We would like to integrate to […]

Read more

A tool for modeling infectious diseases with python

epispot A Python package for the mathematical modeling of infectious diseases via compartmental models. Originally designed for epidemiologists, epispot can be adapted for almost any type of modeling scenario. Features The epispot package currently only supports compartmental models, thoughwe plan to expand the package to work for stochastic agent-based and spatialmodels as well. Currently, epispot offers the following: Quick compilation of compartmental models with the following compartments: Susceptible Infected Recovered Removed Exposed Dead Critical Hospitalized Custom-defined compartments for research Built-in […]

Read more
1 14 15 16 17 18 21