The Secret IG Growth Hacks You Haven’t Heard Before
The secret to Instagram success is having as many organic followers as possible. Instagram now boasts of more than one billion subscribers all over the world. If it was a country, it would be the third most populated one after China and India. About 500 million Instagram users log into their accounts at least once every day. This tells you that you have an...
MIG : Distributed & Real Time Digital Forensics At The Speed Of The Cloud
MIG is Mozilla's platform for investigative surgery of remote endpoints. You can spin up a local-only MIG setup using docker. The container is not suitable for production use but lets you experiment with MIG quickly, providing a single container environment that has most of the MIG components available. To pull from Docker Hub: $ docker pull mozilla/mig $ docker run -it...
Icebox : Virtual Machine Introspection, Tracing & Debugging
Icebox is a Virtual Machine Introspection solution that enable you to stealthily trace and debug any process (kernel or user). It's based on project Winbagility. Files which might be helpful: INSTALL.md: how to install icebox.BUILD.md: how to build icebox. Project Organization fdp: Fast Debugging Protocol sourcesicebox: Icebox sources icebox: Icebox lib (core, os helpers, plugins...)icebox_cmd: Program that test several featuressamples: Bunch of examples...
SQLMap : Automatic SQL Injection & 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 database, to accessing the...
0xsp Mongoose : Linux Privilege Escalation Intelligent Enumeration Toolkit
Using 0xsp Mongoose you will be able to scan targeted operating system for any possible way for privilege escalation attacks,starting from collecting information stage unitl reporting information through 0xsp Web Application API . User will be able to scan different linux os system at same time with high perfromance , with out spending time looking inside the terminal or text...
Sherlock : Find Usernames Across Social Networks
Sherlock Project provides a very powerfull command line tool called Sherlock to find usernames across many social networks. It requires Python 3.6 or higher and works on MacOS, Linux and Windows. Installation NOTE: Python 3.6 or higher is required. #clone the repo$ git clone https://github.com/sherlock-project/sherlock.git#change the working directory to sherlock$ cd sherlock#install python3 and python3-pip if not exist#install the requirements$ pip3 install -r...
Lst2x64dbg : Extract Labels From IDA .lst or Ghidra .csv File & Export x64dbg Database
lst2x64dbg script extracts all the labels found in the LST file that is given as the script's single argument. An x64dbg database is created in the current directory based on the extracted labels. The LST file can be generated in IDA from the File menu: Produce file -> Create LST file… Example $ python3 lst2x64dbg.py sample.lst ghidra2x64dbg This script extracts all the labels...
Spyse : Python API Wrapper & Command-Line Client For The Tools Hosted On Spyse.com
Spyse is a developer of complete DAAS (Data-As-A-Service) solutions for Internet security professionals, corporate and remote system administrators, SSL / TLS encryption certificate providers, data centers and business analysts. All Spyse online solutions are represented by thematic services that have a single platform for collecting, processing and aggregating information. Supports the following APIs: DNStableFindSubdomainsCertDBASlookupPortMapDomainsDB Python API wrapper and command-line client for the...
Windows Linux Kernel Is Now Available Via WSL 2
At the point when Microsoft first reported bash on Windows and brought Linux inside Windows as Windows Subsystem for Linux or WSL, few would have imagined that the following stage brings the genuine Linux piece inside Windows working framework. Truly, what we expected was right, Microsoft just released another Windows 10 Insider Preview build, highlighting the Windows Subsystem for...
PTF : A Way For Modular Support For Up-To-Date Tools
PTF( PenTesters Framework) is a Python script designed for Debian/Ubuntu/ArchLinux based distributions to create a similar and familiar distribution for Penetration Testing. As pentesters, we've been accustom to the /pentest/ directories or our own toolsets that we want to keep up-to-date all of the time. We have those "go to" tools that we use on a regular basis, and...