Graffiti : A Tool To Generate Obfuscated One Liners To Aid In Penetration Testing

0

Graffiti is a tool to generate obfuscated oneliners to aid in penetration testing situations. Graffiti accepts the following languages for encoding: PythonPerlBatchPowershellPHPBash It will also accept a language that is not currently on the list and store the oneliner into a database. Also Read - Bandit : Tool Designed To Find Common Security Issues In Python Code Features Graffiti comes complete with a database...

LANGhost : A LAN Dropbox Chatbot Controllable Via Telegram

0

LANGhost is designed for Raspberry Pis (Raspbian/Kali for RPi). Running it on other/desktop distros could cause issues and may not work as excepted. You will need a Raspberry Pi with fresh Raspbian/Kali on the SD card, because you don't want anything else running in the background. Boot up the Pi, get an SSH sell or connect a monitor and a keyboard...

Telegram BBBot : Telegram Bug Bounty Bot

0

Telegram BBBot is a Telegram Bug Bounty Bot. History Telegram BBBot This bot adopted special for deploying to HerokuGeneral purposes of this got - "Be helpful for infosec community!"Bot use https://github.com/maddevsio/bbcrawler for fetching informationUsed heroku https://github.com/heroku/go-getting-started as a template for projectFor bot used free account on heroku.com and firebase.com Also Read - Thc Hydra : Tool To Gain Unauthorised Access...

Thc Hydra : Tool To Gain Unauthorised Access From Remote To A System

0

Number one of the biggest security holes are passwords, as every password security study shows. Thc Hydra is a proof of concept code, to give researchers and security consultants the possibility to show how easy it would be to gain unauthorized access from remote to a system. THIS TOOL IS FOR LEGAL PURPOSES ONLY! There are already several login hacker tools...

FlashSploit : Exploitation Framework For ATtiny85 Based HID Attacks

0

Flashsploit is an Exploitation Framework for Attacks using ATtiny85 HID Devices such as Digispark USB Development Board, flashsploit generates Arduino IDE Compatible (.ino) Scripts based on User Input and then Starts a Listener in Metasploit-Framework if Required by the Script, in Summary : Automatic Script Generation with Automated msfconsole. Windows Data Exfiltration Extract all WiFi Passwords and Uploads an XML to...

Versionscan : A PHP Version Scanner For Reporting Possible Vulnerabilities

0

Versionscan is a tool for evaluating your currently installed PHP version and checking it against known CVEs and the versions they were fixed in to report back potential issues. NOTE: Work is still in progress to adapt the tool to Linux distributions that backport security fixes. As of right now, this only reports back for the straight up version reported. Installation Using Composer {...

XSSCon : Simple XSS Scanner Tool

0

XSSCon is a simple XSS Scanner tool and a powerful XSS scanner made in python 3.7. Installing Requirements:  BeautifulSoup4 pip install bs4 Requests pip install requests python 3.7 Commands: git clone https://github.com/menkrep1337/XSSCon chmod 755 -R XSSCon cd XSSCon python3 xsscon.py --help Also Read - Rogue : An Extensible Toolkit Providing Penetration Testers An Easy-To-Use Platform Usage Basic usage: python3 xsscon.py -u http://testphp.vulnweb.com Advanced usage: python3 xsscon.py --help Main Features crawling all links on a website...

Scavenger : Crawler (Bot) Searching For Credential Leaks On Different Paste Sites

0

Scavenger crawler (Bot) searching for credential leaks on different paste sites. Just the code of my OSINT bot searching for sensitive data leaks on different paste sites. Search terms: credentialsprivate RSA keysWordpress configuration filesMySQL connect stringsonion linkslinks to files hosted inside the onion network (PDF, DOC, DOCX, XLS, XLSX) Keep in mind: This bot is not beautiful. I wrote it quick and dirty...

The Top IT and Tech Challenges for Businesses in 2019

0

Companies, whether small, large, or enterprise-level organizations face their fair share of challenges at any given time. Currently, many of the most pervasive challenges for businesses related to IT and technology. There’s everything from the challenges of harnessing the power of the multitudes of data most organizations are collecting and storing, to security challenges that never seem to wane and instead only grow...

OSIF : Open Source Information Facebook

0

OSIF is an accurate Facebook account information gathering, all sensitive information can be easily gathered even though the target converts all of its privacy to (only me), Sensitive information about residence, date of birth, occupation, phone number and email address. Installation $ pkg update upgrade $ pkg install git python2 $ git clone https://github.com/ciku370/OSIF $ cd OSIF Setup $ pip2 install -r...