The essential tool for cybersecurity enthusiasts! This guide provides a detailed walkthrough on how to install and set up Autohack on your system.
Follow these simple steps to enhance your hacking capabilities and streamline your cybersecurity workflow. Let’s dive into the setup process and start exploring Autohack’s features
Hey new autohack users, hope you enjoy it!
To install and use autohack:
git clone --recursive https://github.com/dxrk-kali/autohack.git
./run.sh
This script will simply add autohack as an alias so you can execute it from anywhere on your machine, you need to be root to run this script. Next, you need to source these changes, so close your terminal and reopen, and it should work. (You only need to run this file once for installation)autohack
or ah
! Enjoy!It is reccommended you run this tool as root. If you type sudo ./autohack
this will result in a bug. Instead switch to your root user first. You can read more on the bug below and why autohack behaves this way.
Hope everyone enjoys the concept of this project. I plan to see how many people like and enjoy the script and I plan to develop it everyday and add new functionality. Please report any and all bugs/issues/ideas to the Discussions / Issues board.
Hack on!
It is highly advised you use kali linux as most of the scripting and development of this tool is under the assumption it is installed on kali.
The sudo ./autohack
bug: Autohack uses bash string manipulation combined with the which
utility to figure out where the user installed the repo.
At runtime it needs to look for files in the repo to call, if the wrong user environment is used (as is the case with sudo ./autohack
) it will create a substring is < 0
bug because it can’t find autohack because that current user environment does not have autohack in their path. This is one reason why running the tool as root instead of a sudoer is reccommended.
Autohack is in it’s baby stage still. I am a uni student and i work an internship, but I plan to acivtely start dedicating much more of my free time to push it to it’s fullest potential.
I first want to script much more functionality into the tool, organize it and clean up the look, this part may take a while as I want autohack to be the framework one would start up to start their ctf challenge, bug bounty, etc.
Once I am happy with the core functionality of autohack I plan to create autohackOS, which will be a kali based custom .iso with a fresh look and autohack natively installed and ready to go.
This is a very generalized roadmap, if you are interested in the specifics of what is coming to autohack, please check the projects board.
So if you like autohack now just wait for the future, and please, report any bugs or submit ideas/things you want to see in autohack!
EDR bypass technology is not just for attackers. Many malware now have EDR bypass capabilities,…
Welcome to Better-Sliver, a fork of the Sliver project. This fork is intended to be…
This is the repository for the Introduction to Fuzzing Lab run by ACM Cyber at…
This repository provides a Proof of Concept (PoC) for testing various vulnerabilities in the Apache…
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust Getting…
一句话介绍工具: AutorizePro 是一款创新性的内置AI分析模块的专注于越权检测的 Burp 插件 (已有多个白帽反馈用工具嘎嘎挖到src洞, 每周末更新, 欢迎Star🌟以便持续跟踪项目最新版本功能) 工具背景 越权漏洞在黑盒测试、SRC挖掘中几乎是必测的一项,但手工逐个测试越权漏洞往往会耗费大量时间。 而自动化工具又因为接口的多样化,难以制定一个全面的检测逻辑而存在大量误报, 基于此产生了 AI辅助分析的检测工具 ➡️ AutorizePro…