PyQt 5 Browser

https://github.com/TP19/PyQt5-Browser
This is a little python browser built on top of QT5. This is a nice way to check...

Blockchain - the tip of iceberg

The blockchain is the medium, as we know it, where crypto transactions are stored. You can also call it -...

Blockchain?

Information is the basis of everything, and furthermore in the digital world, the transactions, money and the environment are all...

Scraping with Scrapy

We can use Scrapy to parse a website. Scrapy is an open source framework that can be used as base...

Sniffing with Scapy

Scapy is an object oriented scripting tool that allows to perform different network sniffing tasks.
On a Linux VM head...

Basics Of Web Interaction

A URL is composed from more parts. Following this a request is formed which delivers what is requested in the...

Raw sockets in Python

Already know Wireshark? Oh not just that, this is also the proper order to craft packets for DoS attacks and...

TCP and UDP clients with Python

Hacking with ready-to-go tools is cool, but just acting big with all predefined automation without knowing how things work won't...