3KLCON : Automation Recon Tool Which Works With Large & Medium Scope

0

3KLCON is a Full Automation Recon tool which works with Small and Medium scopes. ّIt's recommended to use it on VPS, it'll discover secrets and searching for vulnerabilities. So, Welcome and let's deep into it <3 Updates Version 1.1, what's new? (Very Recommended) Fixing multiple issues with the used tools.Upgrading to python3Editing the tool's methedology, you can check it there :)Editing the...

R77 Rootkit : Fileless Ring 3 Rootkit With Installer And Persistence

0

R77 is a ring 3 Rootkit that hides following entities from all processes: Files, directories, junctions, named pipes, scheduled tasksProcessesCPU usageRegistry keys & valuesServicesTCP & UDP connections It is compatible with Windows 7 and Windows 10 in both x64 and x86 editions. Hiding By Prefix All entities where the name starts with "$77" are hidden. Configuration System The dynamic configuration system allows to hide processes by PID and by name,...

HTTPX : A Fast And Multi-Purpose HTTP Toolkit

0

HTTPX is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads. Features Simple and modular code base making it easy to contribute.Fast And fully configurable flags to probe mutiple elements.Supports multiple HTTP based probings.Smart auto fallback from https to http as default.Supports hosts, URLs and CIDR as...

Mubeng : An Incredibly Fast Proxy Checker And IP Rotator With Ease

0

Mubeng is an incredibly fast proxy checker & IP rotator with ease. Features Proxy IP rotator: Rotates your IP address for every specific request.Proxy checker: Check your proxy IP which is still alive.All HTTP/S methods are supported.HTTP & SOCKSv5 proxy protocols apply.All parameters & URIs are passed.Easy to use: You can just run it against your proxy file, and choose the action you...

Snuffleupagus : Security Module For Php7 And Php8 – Killing Bugclasses And Virtual-Patching The Rest

0

Snuffleupagus is a PHP 7+ and 8+ module designed to drastically raise the cost of attacks against websites, by killing entire bug classes. It also provides a powerful virtual-patching system, allowing administrator to fix specific vulnerabilities and audit suspicious behaviours without having to touch the PHP code. Key Features No noticeable performance impactPowerful yet simple to write virtual-patching rulesKilling several classes of vulnerabilitiesUnserialize-based code executionmail-based code...

Waybackurls : Fetch All The URLs That The Wayback Machine Knows About For A Domain

0

Wayback urls accept line-delimited domains on stdin, fetch known URLs from the Wayback Machine for *.domain and output them on stdout. Usage example: cat domains.txt | waybackurls > urls Install: go get github.com/tomnomnom/waybackurls Download

Lucifer : A Powerful Penetration Tool For Automating Penetration Tasks

0

Lucifer is a Powerful Penetration Tool For Automating Penetration Tasks Such As Local Privilege Escalation, Enumeration, Exfiltration and More… Use Or Build Automation Modules To Speed Up Your Cyber Security Life git clone https://github.com/Skiller9090/Lucifer.gitcd Luciferpip install -r requirements.txtpython main.py --help If you want the cutting edge changes add -b dev to the end of git clone https://github.com/Skiller9090/Lucifer.git Commands CommandDescriptionhelpDisplays This MenunameShows name of current shellidDisplays current...

Cybersecurity Concerns for Remote Learning and Work in 2021

0

The first year of the COVID-19 pandemic was quite challenging for people and organizations due to the spread of the novel coronavirus and the unstable political climate. But as if the 2020 challenges weren't enough, cyberattacks reached a historical level. This time around, the attacks didn't just target established organizations. A report by Interpol also notes that small and medium enterprises...

CyberBattleSim : An Experimentation And Research Platform To Investigate

0

CyberBattleSim is an experimentation research platform to investigate the interaction of automated agents operating in a simulated abstract enterprise network environment. The simulation provides a high-level abstraction of computer networks and cyber security concepts. Its Python-based Open AI Gym interface allows for training of automated agents using reinforcement learning algorithms. The simulation environment is parameterized by a fixed network topology...

DNSObserver : A Handy DNS Service Written In Go To Aid In The Detection

0

DNSObserver is a handy DNS service written in Go to aid in the detection of several types of blind vulnerabilities. It monitors a pentester's server for out-of-band DNS interactions and sends notifications with the received request's details via Slack. DNSObserver can help you find bugs such as blind OS command injection, blind SQLi, blind XXE, and many more! Setup What you'll...