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

Background change acc. to the solarterm

About The Project In ancient China, our ancestor named solar terms with such romantic and poetry words which bring the temperature, humidity, sound, smell, taste to me when I read them. These breathtaking photos for different solar terms taking from countdown video in Beijing winter olympics 2022 opening ceremony. Run the code then destop’s background will be set based on the solar term interpreted from the current date. How to Use: download and unzip code install python3 (https://www.python.org/downloads/windows/) double click […]

Read more
1 234 235 236 237 238 927