Skip to content

LucasJeanpierre/InfraHuntersWebInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfraHuntersWebInterface

Command & Control web interface.

For educational purposes only

Installation

Requirements

python -m pip install -r requirements.txt
cd IFHWI

Database

python manage.py makemigrations
python manage.py migrate

Create superuser

python manage.py createsuperuser

Run

python manage.py runserver

Usage

Agent list

http://<host>:<port>/
ex: http://127.0.0.1:8000/

Agent info

http://<host>:<port>/agent/?id=<agent_id>
ex: http://127.0.0.1:8000/agent/?id=3

Edit database

http://<host>:<port>/admin/
ex: http://127.0.0.1:8000/admin/

Screenshots

agent list

agent info

change agent

command list

agent type

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors