AlanFramework is a post-exploitation framework useful during red-team activities.
Changelog
3.0.0 – 15/05/2021
quit command to exitmigrate commandps command to list the currently running processesdownload command to locally download a file or an entire directoryupload command to upload files to the compromised hostSuccessRequest as HTTP server response option to customize the http/s listener responseErrorRequest to customize the http/s listener response for bad requestsprepend and append as HTTP server request option to specify in the agent profdetach command to temporary exit from a joined agentdetach command to temporary exit from a command shelllisteners command to list the available listenersget-config command to download the current agent configurationupdate command to update the agent configurationIntroduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…