A tool for generating skill map/tree like diagram

A tool for generating skill map/tree like diagram. Skill tree is a term used in video games, and it can be used for describing roadmaps for software project development as well. This project borrows inspiration and ideas from two sources: https://hacks.mozilla.org/2018/10/webassemblys-post-mvp-future/ https://github.com/nikomatsakis/skill-tree After installation, a skillmap command is available. Create a toml format skill map descriptor file. You can find more details about this descriptor format here. For a minimal example, see docs/examples/hello_world.toml [skillmap] name = “hello world” icon = […]

Read more

EPH – A tool which allows you to perform scans to find exposed administration panels that can lead to security vulnerabilities

EPH is a tool which allows you to perform scans to find exposed administration panels that can lead to security vulnerabilities. It can be used offensively (Pentest, Bug Bounty…) or defensively (Threat Hunting). The search is realized by Shodan, so you will need an API key (free API keys are not working).Queries can be done with a custom favicon or by using the available database containing a list of dangerous and frequently used panels. Gitlab FS Switch Spring Boot Tomcat […]

Read more

Create and maintain simple Tools that anyone can use without having to code

This Repository is intended to create and maintain simple Tools that anyone can use without having to code. The tools can be as simple as extracting few keywords from text, but with lot of options and customizations. Invoking the tools should be as simple as Double Clicking the Python files. Any extra requirements will be mentioned explicitly in the python files itself or an Usage example will be provided. simpleLogFilter.py Python Modules Installation pip install PySimpleGUI simpleUMLGenerator Pre-requisites pip install […]

Read more

A tool to send multiple requests to a particular website written in Python

Table of Contents About The Project Getting Started Contributing License Contact About The Project Note – This project can also be used for “DDoSing” and this project is only made for educational purposes only. (back to top) Built Using (back to top) Getting Started Soon Prerequisites Look at requirements.txt File to see all the required packages for this project! Installation Soon (back to top) Contributing Contributions are what make the open source community such an amazing place to learn, inspire, […]

Read more

A python tool to find good RCE

A tool to find good RCEFrom my series: A powerful Burp extension to make bounties rain Well i got exactly what you need this burpsuite extension powered by a powerful AI engine, find good RCE and report it, all you need is to install it and browse sites like normal unsuspecting users (how cool is that). Download and install    

Read more

A Multi-Tool with 30+Options

・[Lines] = 2.8kFull Changelog: https://github.com/Mervin240/Leaker-Nuker/commits Discord ・ Leaker-Nuker was made for Educational purposes ・ This project was created only for good purposes and personal use. ・ By using Leaker-Nuker, you agree that you hold responsibility and accountability of any consequences caused by your actions. Owner    

Read more

This Is Pakistani Just Now Login Tools

PAKISTANI JUST NOW LOGIN TOOLS Install apt update apt upgrade apt install python2 apt install git pip2 install mechanize pip2 install requests Run git clone https://github.com/MAHADI-143/Mahadi-Now ls cd Mahadi-Now ls python2 Mahadi-Now.py Username – MAHADI Password – HASAN GitHub View Github    

Read more

Chalice – A tool to facilitate Python based lambda deployment

Chalice is a tool to facilitate Python based lambda deployment. This repo contains the output of my basic exploration of this tool. My specific goal with this tiny project was to examine the output of the terraform code and understand what resources will be created for a helloworld project. I followed this tutorial, although used virtualenv a bit differently. python3 –version python3 -m venv venv38 . venv38/bin/activate As instructed in the tutorial, instead of running chalice deploy, I used chalice […]

Read more
1 2 3 4 5 21