Simple script for looping a Denial Of Service (DoS) attack over one single mac address in range

Legal Note This project is made only for educational purposes and for helping in Proofs of Concept. The author does not encourage anyone to use it illegally or without permission of your noisy neighbours ;). Description This is a simple script for looping a Denial Of Service attack over one single mac address in range. If Mac address is down or not in range, it will keep trying to attack the target until user press CTRL+C. WARNING: It only works […]

Read more

Moji sends text and fun facts from different APIs wit da use of a notification deamon

Moji sends text and fun facts from different APIs wit da use of a notification deamon. Can be runned via dmenu or rofi. ps. for linux only Settings Location: ~/.config/moji_notif/settings.py The value for api can only be one of the following: history – history of wat happend dis present month and day number_trivia – random number trivias cat_fact – fun facts about cats! meow ![cat](https://github.githubassets.com/images/icons/emoji/unicode/1f431.png =20×20) advice – “useful” advices, but somtimes nonsense :3 random Installing Python 3.8 or higher […]

Read more

The last walk-through project in code institute diploma course

Welcome Rocky.C, This is the Code Institute student template for Gitpod. We have preinstalled all of the tools you need to get started. It’s perfectly ok to use this template as the basis for your project submissions. You can safely delete this README.md file, or change it for your own project. Please do read it at least once, though! It contains some important information about Gitpod and the extensions we use. Some of this information has been updated since the […]

Read more

Fully functional BlackJack game with a graphical user interface

Welcome to BlackJack! This game is fully functional, with a casino sound package integrated using Pygame, dynamic game logic developed using Object Oriented Programming (OOP), and an interactive GUI developed using Tkinter. The game itself is a one player game developed in Python, where the player plays against the dealer. Note that the file: BlackJackCommandLine.py in the project folder is the command line interface version of BlackJack. This was the initial script that I developed, intended to be a game […]

Read more

A collection of data structures and algorithms I’m writing while learning

This is a collection of data structures and algorithms that I write while learning the subject Stack: stack.py A stack algorithm is a data structure that is like a pack of cards – a stack. Stack has the following properties: Push Adds element to the top of the stack Pop Removes element from the top of the stack Peek Returns the element at the top of the stack Size and is_empty are just helper functions Stuff Done with stack: Checking […]

Read more

A Python script that exports users from one Telegram group to another using one or more concurrent user bots

A Python script that exports users from one Telegram group to another using one or more concurrent user bots. Make sure to set all of the required information for each user bot in the config.yaml file, as well as the target group URL to which the bots will add users in the main.py file. For more details on how it works, see this article: https://medium.com/@fasiladam1290/how-i-export-one-telegram-group-users-to-another-using-a-python-script-6da69150182e GitHub View Github    

Read more

Build and Handle POST Requests in Django – Part 3

In this four-part tutorial series, you’re building a social network with Django that you can showcase in your portfolio. This project is strengthening and demonstrating your understanding of relationships between Django models and showing you how to use forms so that users can interact with your app and with each other. You’re also making your site look good by using the CSS framework Bulma. In the previous part of this tutorial series, you built templates and views for displaying a […]

Read more
1 33 34 35 36 37 49