Skip to content
/ fakeact Public

🐟Command line fake tool, fake framework logs output, but not doing anything

License

Notifications You must be signed in to change notification settings

CH563/fakeact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fakeact - Command line fake tool

Stars npm npm downloads license

Website: https://fakeact.fun

🐟Fake live output of various installation and compilation logs, pretending to be busy to make you look professional, but not doing anything

When run, it just fake log printout and doesn't process or install any data, making the command line output look professional and in a busy state

Running on-demand

Using npx ou can run the script without installing it first:

npx fakeact

Installation

npm install fakeact -g

This will install fakeact globally so that it may be run from the command line anywhere.

Run in Docker

docker run -it --rm ch563/fakeact -m composer

Modify -m or add parameters to run different modules

Usage

A command line fake active tool

Usage: fakeact [OPTIONS]

Options:
  -l, --list                                       list available modules
  -m, --modules <modules>                          run only these modules [possible values: ansible, bootlog, botnet, bruteforce, cargo, cc,
                                                   composer, cryptomining, dockerBuild, dockerImageRm, download, julia, kernelCompile, memdump,
                                                   mkinitcpio, rkhunter, simcity, terraform, weblog] (default: "all")
  -s, --speed-factor <factor>                      global speed factor (default: "1")
  -t, --times <times>                              execution times, 0 means infinite (default: "1")
  -h, --help                                       display help for command
  -V, --version                                    display version

Support modules

  • ansible - Ansible Deployment Log Simulator | DevOps Testing Tool
  • bootlog - System Boot Log Simulator | Linux Startup Log Generator
  • botnet - Botnet Activity Log Generator | Network Security Testing
  • bruteforce - Brute Force Attack Log Simulator | Security Testing Tool
  • cargo - Rust Cargo Build Log Generator | Development Testing Tool
  • cc - C/C++ Compilation Log Generator | Build Process Simulator
  • composer - PHP Composer Log Generator | Package Installation Simulator
  • cryptomining - Cryptocurrency Mining Log Generator | Blockchain Tool
  • dockerBuild - Docker Build Log Generator | Container Build Simulator
  • dockerImageRm - Docker Image Removal Log Generator | Container Management
  • download - File Download Log Generator | Network Transfer Simulator
  • julia - Julia Package Manager Log Simulator | Scientific Computing
  • kernelCompile - Linux Kernel Compilation Log Generator | System Development
  • memdump - Memory Dump Log Generator | System Analysis Tool
  • mkinitcpio - Initramfs Generation Log Simulator | Linux Boot Tool
  • rkhunter - Rootkit Scanner Log Generator | Security Analysis Tool
  • simcity - SimCity Game Log Generator | Gaming Development Tool
  • terraform - Terraform Deployment Log Generator | Infrastructure as Code
  • weblog - Web Server Access Log Generator | Website Analytics Tool
  • npm - NPM Installation Log Generator | Node.js Development Tool
  • nextBuild - Next.js Build Log Generator | React Framework Tool
  • ganache - Ganache Blockchain Log Generator | Ethereum Development
  • pip - Pip Installation Log Generator | Python Package Tool

Building

git clone and pnpm:

git clone https://github.com/CH563/fakeact.git
cd fakeact
pnpm install
pnpm run build

Thanks to

inspired credit to Rust Genact, and Log data

License

Fakeact is licensed under the MIT License.

About

🐟Command line fake tool, fake framework logs output, but not doing anything

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published