PhoneSploit : Using Open ADB Ports We Can Exploit A Android Device

0

PhoneSploit is using open Adb ports we can exploit a Android Device. You can find open ports by clicking here. How To Access A Local Device https://www.youtube.com/watch?v=OlhCAX1qBQo HOW TO INSTALL WINDOWS git clone https://github.com/Zucccs/PhoneSploit extract adb.rar to the phonesploit directory cd PhoneSploit pip install colorama python2 main.py Also Read - HiddenWall : Linux Kernel Module Generator For Custom Rules With NetfilterPhoneSploit : Using...

Brutality : A Fuzzer For Any GET Entries

0

A Brutality is a fuzzer for any GET entries and following are the features ; Multi-threading on demandFuzzing, bruteforcing GET paramsFind admin panelsColored outputHide results by return code, word numbersProxy supportBig wordlist Also Read - IP Finder CLI : The Official Command Line Client For IPFinder Usages Install git clone https://github.com/ManhNho/brutality.git chmod 755 -R brutality/ cd brutality/ pip install -r requirements.txt Helps python brutality -h Examples Use default...

Sniffglue : Secure Multithreaded Packet Sniffer

0

Sniffglue is a network sniffer written in rust. Network packets are parsed concurrently using a thread pool to utilize all cpu cores. Project goals are that you can run sniffglue securely on untrusted networks and that it must not crash when processing packets. The output should be as useful as possible by default. Usage sniffglue enp0s25 Installation There is an official package...

H2Buster : A Threaded, Recursive, Web Directory Brute-Force Scanner Over HTTP/2

0

H2Buster is a threaded, recursive, web directory brute-force scanner over HTTP/2 using hyper, inspired by Gobuster. Following are the features; Fast and portable - install hyper and run.Multiconnection scanning.Multithreaded connections.Scalable: scans can be as docile or aggressive as you configure them to be.h2 and h2c support.Configurable directory recursion depth.Multiplatform: works on both Linux and Windows (OS X is to be tested). Also Read...

SSHD Poison : A Tool To Get Creds Of Pam Based SSHD Authentication

0

SSHD Poison is a tool to get creds of pam based sshd authentication, this is not the easiest way to do that (you can create a pam module, or just add auth optional pam_exec.so quiet expose_authtok /bin/bash -c {read,-r,x};{echo,-e,"`env`n$x"}>>somefile in a service configuration), not even the stealthiest (the tool don't have any mechanism to try hide yourself, and needs control the...

HiddenWall : Linux Kernel Module Generator For Custom Rules With Netfilter

0

HiddenWall is a Linux kernel module generator for custom rules with netfilter. (block ports, Hidden mode, rootkit functions etc). The motivation: on bad situation, attacker can put your iptables/ufw to fal. But if you have HiddenWall, the attacker will not find the hidden kernel module that block external access, because have a hook to netfilter on kernel land(think like a...

Best SEO training course for beginners by moz in 2019

0

As the years are passing, businesses under different niches have reached millions of people for various reasons. Also, most of them are interested to work in reputed companies for various reasons. But the thing is not all the jobs are going to assure you to stay. Even we can see that millions of people are thrown out of companies...

Top Paying Pay per Click Affiliate Programs for Beginners

0

As the days are passing, millions of people are highly focusing on the businesses to begin in different ways. For information, they are getting a chance to handle the business but it is essential for them to make money in a quick time. However, one should keep it in mind that most of the businesses are mainly required to...

WAFw00f : Identify & Fingerprint Web Application Firewall (WAF) Products Protecting A Website

0

WAFW00F identifies and fingerprints Web Application Firewall (WAF) products. To do its magic, WAFW00F does the following: Sends a normal HTTP request and analyses the response; this identifies a number of WAF solutions.If that is not successful, it sends a number of (potentially malicious) HTTP requests and uses simple logic to deduce which WAF it is.If that is also not...

IP Finder CLI : The Official Command Line Client For IPFinder

0

IP Finder CLI is the Official Command Line Client For IPFinder, singing up for a free account at https://ipfinder.io/auth/signup, for Free IPFinder API access token. The free plan is limited to 4,000 requests a day, and doesn't include some of the data fields To enable all the data fields and additional request volumes see https://ipfinder.io/pricing. It include the following features; Supports Single IP Address,...