I really hate phishing. With this tool you can send multiple fake emails and password to phishers. It executes HTTP POST requests on the web page you are supposed to enter your real credentials.
Dec 14th @ in5 - Hands-on Internet Of Things workshop with Etisalat Digital & PTC. At this session, we’ll create a modular solution using the Etisalat IoT Platform to automate home controls like lights, locks and cameras over the internet. We’ll show you how to set up hardware attached to remote edge devices to be monitored and controlled over the internet in real time, sync and model device data with the cloud and build a web-based user interface to aggregate our functions. At the culmination of the workshop, you will have all the tools and know-how to build your own custom system from scratch in a matter of hours.
Mailman is a project that serves as a web server to which a HTTP POST Request in the form of a mail can be sent. The mail is then conveyed to the Mailman user using a Discord Webhook link. Basically a more elaborate and mock-up Gmail.
Description
I would like to have a progress bar to report the estimated time for updating links.
Similar Features
N/A
Feature Details
I would like to estimate the time it will take and also report the actual time taken at the end of the update.
Proposed Implementation
For time taken, a simple use of
timemay suffice for example viatime.time()- time.time()