Posts

Showing posts from May, 2021

Python Tools List 2021

Image
Python Tools List 2021 Network Scapy: send, sniff and dissect and forge network packets. Usable interactively or as a library pypcap ,  Pcapy  and  pylibpcap : several different Python bindings for libpcap libdnet: low-level networking routines, including interface lookup and Ethernet frame transmission dpkt: fast, simple packet creation/parsing, with definitions for the basic TCP/IP protocols Impacket : craft and decode network packets. Includes support for higher-level protocols such as NMB and SMB pynids: libnids wrapper offering sniffing, IP defragmentation, TCP stream reassembly and port scan detection Dirtbags py-pcap: read pcap files without libpcap flowgrep : grep through packet payloads using regular expressions Knock Subdomain Scan , enumerate subdomains on a target domain through a wordlist SubBrute , fast subdomain enumeration tool Mallory, extensible TCP/UDP man-in-the-middle proxy, supports modifying non-standard protocols on the fly Pytbull : flexible IDS/IPS testing fra

The Top 10 Python Frameworks For Web Development💻

Image
The Top 10 Python Frameworks For Web Development Get the “ Top 10 Python Web Frameworks ” build, which contains a version of Python and most of the tools listed in this post so you can test them out for yourself. Python web frameworks have always been key to web development, even though Python gets a lot of kudos for its use in the Machine Learning space these days. In fact, whenever I whip up a prototype of a new idea, I usually wrap it around a web server before I test it out, or ask others to evaluate it. A web-based interface makes it far easier to interact with prototypes. In most cases, you don’t even need a GUI – a simple API served up by a web server can make your prototype just as easy to interact with. I usually pick a quick and easy web server like Python’s Flask, but there are hundreds of web frameworks in Python. This post highlights many of the major Python web frameworks, from the old guard that have been under development for more than a decade (like Django) to newcomer