Browsing tag

Python

Revshellgen – Reverse Shell Generator Written In Python

  Standalone python script for generating reverse shells easily and automating the boring stuff like URL encoding the command and setting up a listener. Download git clone https://github.com/t0thkr1s/revshellgen Install The script has 2 dependencies: pyperclip colorama You can install these by typing: python3 setup.py install Disclaimer This tool is only for testing and academic purposes […]

Why is learning Python important in Data Science?

Python is a general language and it can be used to build both, web and desktop applications. Python is widely used to develop complex applications that are built on heavy software. It is a versatile programming language that offers a gamut of easy to use functions.  It is no surprise that Python is one of […]

Which Is A Better Programming Language For Data Science? Python Or R

Python vs. R is a raging debate topic between members of the data scientist community. Both languages are used for data science and analysis and they offer advantages and disadvantages depending on the work you are doing. To help data scientists choose the right language, a computer science professor named Norm Matloff from the University […]

Netflix Reveals Python Is The Programming Language Behind The Films You Watch

Netflix has revealed how it uses the popular programming language Python’s libraries and frameworks to provide a streaming option for every movie and TV show you watch on the platform. Python, which continues to grow as one of the most popular languages, is used for ​”full content lifecycle,​” at Netflix that includes security tools and machine […]

C++ Knocks Python From Top Three Popular Programming Languages

The widely used object-oriented programming language C++ has finally gained back its position in the top three slots for the most popular programming languages ranked by the TIOBE Index. It marks the return of C++ after September when Python snatched the third position in the programming languages list. Back then, C++ managed to occupy the fourth slot, Java and C […]

Webtech – Identify Technologies Used On Websites

We knew that there are already tools doing this, for example Wappalyzer or CERN’s WAD, but we wanted a modular tool capable of reading Wappalyzer database as well as an user-supplied one, since we often encounter new or custom web-frameworks. For this reason we developed the detection of uncommon HTTP Headers, which are not in the technologies database […]

HoneyPy – A Low To Medium Interaction Honeypot

A low interaction honeypot with the capability to be more of a medium interaction honeypot. HoneyPy is written in Python2 and is intended to be easy to: install and deploy extend with plugins and loggers run with custom configurations Feel free to follow the QuickStart Guide to dive in directly. The main documentation can be […]

stoQ – An Open Source Framework For Enterprise Level Automated Analysis

stoQ is a automation framework that helps to simplify the more mundane and repetitive tasks an analyst is required to do. It allows analysts and DevSecOps teams the ability to quickly transition from different data sources, databases, decoders/encoders, and numerous other tasks. stoQ was designed to be enterprise ready and scalable, while also being lean […]

SQLMap v1.2.11 – Automatic SQL Injection And Database Takeover Tool

SQLMap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the […]

Telebix – An Application That Communicates With A Bot On The Telegram To Receive Commands And Send Information From An Infrastructure Monitored By Zabbix

Telebix is an application that communicates with a Bot on the Telegram to receive commands and send information from an infrastructure monitored by Zabbix, which also sends messages in real time if any problems occur in the infrastructure, it is totally written in Python with Shell Script and has a graphical interface to help the […]

XXRF Shots – Tool to Test SSRF Vulnerabilities

What is SSRF vulnerability? Server Side Request Forgery (SSRF) is a type of vulnerability class where attacker sends crafted request from a vulnerable web application, including the unauthorised access to the internal resources behind the firewall which are inaccessible directly from the external network. Installation git clone https://github.com/ariya/phantomjs.git cd phantomjs chmod +x build.py ./build.py Usage […]

Ducky-Exploit – Arduino Rubber Ducky Framework

Ducky Exploit is python framework which helps as to code Digispark as Rubber Ducky. This script has been tested on Kali Linux 18.2 Ubuntu 18.04 Windows Works with both Python2 and Python3InstallationUbuntu and Kali Usage git clone https://github.com/itsmehacker5/Ducky-Exploit.git cd Ducky-Exploit/ python ducky.py Screenshots     Download Ducky-Exploit Download WordPress Themes Free Download Premium WordPress Themes […]

Guasap – WhatsApp Forensic Tool

The Guasap Forensic implemented in Python under the GNU General Public License, for the extraction and analysis of files, data bases and logs for forensic WhatsApp. What it does? Check root in device Extract DB and multimedia files (no root) Extract and analyze (deleted messages and others) DB and logs (only root) How to use? […]

Hackers Attacked Public Sector using Remote Access Trojan that was Entirely Written in Python

A newly emerging Remote access Trojan called CannibalRAT that completely written in Python language targeting and impacting the Brazilian public sector management school. Python is a powerful programming language that is being deployed for everything from data science to machine learning and writing web applications. It spreading with 2 different versions (3.0 and 4.0) both have completely […]

mitmproxy – Free and Open Source Interactive HTTPS Proxy

mitmproxy is your swiss-army knife for debugging, testing, privacy measurements, and penetration testing. It can be used to intercept, inspect, modify and replay web traffic such as HTTP/1, HTTP/2, WebSockets, or any other SSL/TLS-protected protocols. You can prettify and decode a variety of message types ranging from HTML to Protobuf, intercept specific messages on-the-fly, modify them […]

Reposcanner – Python Script To Scan Git Repos For Interesting Strings

Reposcanner is a python script to search through the commit history of Git repositories looking for interesting strings such as API keys, inspires by truffleHog. Installation The python Git module is required (python-git on Debian). Usage ./reposcanner -r <repository> Options: optional arguments: -h, –help show this help message and exit -r REPO, –repo REPO Repo to […]