Raspberry Pi Imager Utility 2020

0

The main code of Raspberry Pi Imager Imaging Utility is made available under the terms of the Apache license. See license.txt and files in "dependencies" folder for more information about the various open source licenses that apply to the third-party dependencies used such as Qt, libarchive, drivelist, mountutils and libcurl. How To Rebuild? Debian/Ubuntu Linux Get Dependencies Install the...

Extended XSS Search : A Better Version Of My XSSFinder Tool

0

Extended XSS Searcher is the is the extended version based on the initial idea already published as "xssfinder". This private version allows an attacker to perform not only GET but also POST requests. Additionally its possible to proxy every request through Burp or another tunnel. First Steps Rename the example.app-settings.conf to app-settings.conf and adjust the settings. It should work out of...

Phonia : Advanced Toolkits To Scan Phone Numbers

0

Phonia Toolkit is one of the most advanced toolkits to scan phone numbers using only free resources. The goal is to first gather standard information such as country, area, carrier and line type on any international phone numbers with a very good accuracy. Installation cd phoniachmod +x install.sh./install.sh Un-Installation cd phoniachmod +x uninstall.sh./uninstall.sh Also Read...

PrivescCheck : Privilege Escalation Enumeration Script for Windows

0

PrivescCheck script aims to enumerate common Windows security misconfigurations which can be leveraged for privilege escalation and gather various information which might be useful for exploitation and/or post-exploitation. I built on the amazing work done by @harmj0y and @mattifestation in PowerUp. I added more checks and also tried to reduce the amount of false positives. It's still a Work-in-Progress because there...

TwitWork : Monitor Twitter Stream 2020

0

TwitWork use the twitter stream which allows you to have a tweets in real-time. There is an input that allows you to filter the flow on one (or more) keywords or on an @ based on twitter tracking. Demo This is a demo of export data on keyword "Coronavirius" Requirements NodeJsNpmTwitter api key Also Read - WiFi Passview : An Open Source Batch Script...

XCTR Hacking Tools 2020

0

XCTR Hacking Tools initially, you need to create a project where you will save everything. All of the collected information is saved as "project-name" in results directory. You can update user agent and proxy information in the settings section and also update url, proxy, project name, wordlist, thread numbers. Features This tool include: Dork FinderAdmin Panel FinderCms FinderIp...

WiFi Passview : An Open Source Batch Script Based WiFi Passview For Windows

0

WiFi Passview is an open source batch script based program that can recover your WiFi Password easily in seconds. This is for Windows OS only. Basically, this scripted program has the same function as other passview softwares such as webpassview and mailpassview. Disclaimer: WiFi Passview is NOT designed for malicious use! Please use this program responsibly! How...

DNSFookup : DNS Rebinding Toolkit

0

DnsFookup is a DNS Rebinding freamwork containing: a dns server obviouslyweb api to create new subdomains and control the dns server, view logs, stuff like thatshitty react app to make it even more comfy What does it do? It lets you create dns bins like a burp collaborator but it adds a bit more features... (at least it tries to) You can...

BadBlood : Microsoft Active Directory Domain With A Structure

0

BadBlood by Secframe fills a Microsoft Active Directory Domain with a structure and thousands of objects. The output of the tool is a domain similar to a domain in the real world. After BadBlood is ran on a domain, security analysts and engineers can practice using tools to gain an understanding and prescribe to...

Xencrypt : A PowerShell Script Anti-Virus Evasion Tool

0

Xencrypt is a PowerShell crypter that uses AES encryption and Gzip/DEFLATE compression to with every invocation generate a completely unique yet functionally equivalent output script given any input script. It does this by compressing and encrypting the input script and storing this data as a payload in a new script which will unencrypt and ...