Thinking about Machine Learning Data Pipelines
Machine learning involves tasks that include data sourcing, data ingestion, data transformation, pre-processing data for use in training, training a model, and hosting the model. Additionally, to get value out of machine learning models, we need an architecture and process in place to repeatedly and consistently train new models and ...
more ...Black Hat Python: Building a UDP Scanner
When it comes to the reconnaissance of some target network, the start point is undoubtedly on host discovering. This task might come together with the ability to sniff and parse the packets flying through the network.
A few weeks ago, I talked about how to use Wireshark for packet sniffing ...
more ...Black Hat Python: The Paramiko Module
This is the second post based on my readings from Black Hat Python. Yesterday I talked about Python's socket module and today I'm talking about the paramiko module.
Paramiko is awesome!!! It uses my dear PyCrypto to give us access to the SSH2 protocol, and it has a ...
more ...Black Hat Python Networking: The Socket Module
Last week I got my copy of Black Hat Python, the new Justin Seitz's book. The compilation talks about network programming, web hacking, and Windows exploitation. All in Python!
In this first post, I discuss Python's socket module, which contains all the tools to write TCP/UDP clients ...
more ...The Ultimate Linux Guide for Hackers ;)
Being a Linux user is, above all, a lifestyle. Interestingly, more and more people have been joining this community, keeping it dynamic and organic.
Linux has been in my life since my high school years, and I'm still always inspired by the fact that it has not lost any ...
more ...A Closer Look at Chrome's Security: Understanding V8
In 2008, Google released a sandbox-oriented browser, that was assembled from several different code libraries from Google and third parties (for instance, it borrowed a rendering machinery from the open-source Webkit layout engine, later changing it to a forked version, Blink). Six years later, Chrome has become the preferred browser ...
more ...