Modern Denial-of-service ToolKit for python

Modern Denial-of-service ToolKit Method Target Description SMS PHONE Sends a massive amount of SMS messages and calls to a single target EMAIL EMAIL Sends a massive amount of Email messages to a target NTP IP:PORT NTP amplification is a type of Distributed Denial of Service (DDoS) attack in which the attacker exploits publically-accessible Network Time Protocol (NTP) servers to overwhelm the targeted with User Datagram Protocol (UDP) traffic. SYN IP:PORT A SYN flood (half-open attack) is a type of denial-of-service […]

Read more

A Dungeon and Dragons Toolkit using Python

A Dungeon and Dragons Toolkit using Python Rules:-When you are commiting please don’t delete parts of the code that are important-All things related to the dungeons master should not be included Reminder:-You can always add new goals if you feel like somethings missing-Comment the code Goals:-A spell library WIP-Categorize-By Class-By Usage-Description-Stats-A Creature’s Library-Stats-A Class Library-Stats-Starting Wealth-Avaliable Armor-Level Stat Increases-Special Stats-Abilities-Dice Roller-Standard Input and Output WIP-A Race Libary-A Equipment Library-Stats-Description-Armor-Weapon GitHub View Github    

Read more

A web application which stands as a toolkit for climate change law assessment

A web application which stands as a toolkit for climate change law assessment. Prerequisites Installing the application Get the source code: git clone https://github.com/eaudeweb/lcc-toolkit cd lcc-toolkit Customize the environment files: cp docker/postgres.env.example docker/postgres.env cp docker/web.env.example docker/web.env cp docker/init.sql.example docker/init.sql Depending on the installation mode, create the docker-compose.override.yml file: cp docker-compose.override.[prod|dev].yml docker-compose.override.yml Start the application stack: docker-compose up -d docker-compose logs Attach to the web service: docker-compose run web Create a superuser (for Ansible see https://gist.github.com/elleryq/9c70e08b1b2cecc636d6) python manage.py createsuperuser That’s it. […]

Read more