A python bot that any member of the server will be able to download and run on their computer to get information or other about themselves

369MC-BOT è un bot scritto in python che ogni membro del server potrà scaricare ed eseguire sul proprio computer per ottenere informazioni o altro riguardo al server. Seguendo i passaggi qua sotto indicati usare il bot per te sarà semplicissimo 1) Installare python Python è necessario per leggere i file del bot, puoi scaricarlo dal link quà sotto Download python per Windows: https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe Download python per Mac OS: https://www.python.org/ftp/python/3.10.2/python-3.10.2-macos11.pkg 2) Scegliere il file del bot Ci sono 3 versioni del […]

Read more

EthSema – Binary translator for Ethereum 2.0

EthSema is a novel EVM-to-eWASM bytecode translator that can not only ensure the fidelity of translation but also fix commonly-seen vulnerabilities in smart contracts. Since millions of smart contracts have been deployed and running on Ethereum 1.0, it is highly desirable to convert their EVM bytecode to eWASM bytecode automatically to foster the prosperity of Ethereum ecosystem. EthSema can translate existing EVM bytecode to eWASM smart contracts which can be executed in the Ethereum 2.0 ecosystem. To evaluate its performance, […]

Read more

A Browser Based Sms Bomber

A Simple Browser Automated Bomber which uses selenium 😀Star the Repo and Follow Me Or You wont be a 1337 coder [+] https://github.com/Terminal1337/sms-bomber.git [+] cd sms-bomber [+] pip install -r requirements.txt && python sms_bomb.py Prerequisite: install chromedriver from https://sites.google.com/chromium.org/driver/ and update your chrome browser to latest stable release Discord: ~Terminal#1337 GitHub View Github    

Read more

A simple Python script to display PiHole statistics on an eInk Display

This Python script outputs Pi-hole statistics on a 2.7″ e-ink display, and updates it periodically. Note: This is just a statistics display script, not the actual DNS Sinkhole. If you’re looking to set up a DNS sinkhole, check out the Pi-hole project page, totally unaffiliated with this script. The display I use is from WaveShare, and this script uses their library. (Instructions on how to install their library can be found in the previous link.) Configuring the script There are […]

Read more

OneDriveExplorer – A command line and GUI based application for reconstructing the folder structure of OneDrive from the UserCid.dat file

OneDriveExplorer is a command line and GUI based application for reconstructing the folder structure of OneDrive from the ..dat file. Command line To use OneDriveExporer, simply provide the ..dat file to the -f argument OneDriveExplorer.py -f business1d1a7c039-6175-4ddb-bcdb-a8de45cf1678.dat OneDriveExplorer will produce a JSON file called OneDrive.json containing the folder structure. The –pretty option can be used to output the JSON into a more human readable layout. GUI The GUI consists of two panes: the folder structure on the left and details […]

Read more

Defining Python Functions With Optional Arguments

Defining your own functions is an essential skill for writing clean and effective code. In this tutorial, you’ll explore the techniques you have available for defining Python functions that take optional arguments. When you master Python optional arguments, you’ll be able to define functions that are more powerful and more flexible. In this course, you’ll learn how to: Distinguish between parameters and arguments Define functions with optional arguments and default parameter values Define functions using args and kwargs Deal with […]

Read more
1 270 271 272 273 274 977