Unofficial Windows Binaries for Python Extension Packages

by Christoph Gohlke, Laboratory for Fluorescence Dynamics, University of California, Irvine. I just stumbled upon on wonderful resource online dedicated to python libraries. Thanks to Mr. Christoph Gohlke https://www.lfd.uci.edu/~gohlke/pythonlibs/ This page is an unofficial repository of hundreds of binaries, wheels and libraries of popular applications including python, which was my interest of subject. His page…

Read More

NodeMCU and OLED wifi Scanner tool

In the world of DIY electronics, Arduino projects continue to inspire creativity and innovation. In this blog post, we’ll explore an exciting Arduino project that combines the power of the NodeMCU 8266 microcontroller with a 0.96-inch OLED display to create a WiFi scanner. This project enables you to scan and display available WiFi networks in…

Read More

Wordlists

Wordlists for penetration testing and ethical hacking. What is a word list : A list or a database containing the all possible combination of Usernames or Passwords that can be used for cracking it. There are also several wordlists which are already complied and ready available on the internet in form of databases. This page…

Read More

BruteRankKeywords – A Python Keywords Generator for Web-pages

A python based keywords generator for web-pages. https://github.com/SHAFIT/BruteRankKeywords usage : copy the required urls to “sites.scrape” in the folder. Separate multiple urls with coma, Save the file Using the command prompt, navigate to the project folder and type the following commands $ python bruterankkeywords.py Script will execute a function that will retrieve all the words…

Read More