Remote administration tool linux

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Remote Administration Tool For OS Linux

king-hacking/SPY-KING

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Remote Administration Tool For OS Linux

apt-get install pytho2 && apt-get install python3 git clone https://github.com/king-hacking/SPY-KING.git cd SPY-KING python3 SPY-KING.py 

#1

  • Screenshot of the tool
Command Description ------- ----------- ps : List running processes exit : Exit the console help : Help menu clear : clean all commands 
Command Description ------- ----------- cd : Change directory on Target lcd : Change directory on your file copy : Copy source to destination ls : List files on Target lls : List yor file move : Move source to destination del : Delete the specified file delall : Delete All Files in Path cat : Read the contents of a file to the screen pwd : Print working directory mkdir : Make directory makedirs : Make lots of files (ex: makedirs 10) rename : ReName Any File or directory del : Dellet directory download : Download a file or directory upload : Upload a file or directory 
Command Description ------- ----------- pid : get process id cpu : Show Info CPU Target shell : Drop into a system command shell crypto : Show Encoding On Target hostname : get host name use_momery : Show Use Memory Target mem_info : Show Info Memory Target kernel : Show Kernel Version + Info info_phone : Gets information about the remote system localtime : Displays the target system's local time getuid : Get the user that the server is running as partitions : Check Info Partisi On Target 
Command Description ------- ----------- ifconfig : Display interfaces net_info : check network card & show ip address mac_wifi : Show Mac Address The Wifi Target mac_bluetooth : Show Mac Address The bluetooth Target ip_address : Get IP address Target scan_port : Get Ports open and closeed on Target info_target : Get information about where the target 
Command Description ------- ----------- check_root : Show info Root Target 

My Accounts

Читайте также:  Arch linux how to install grub

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

🔥 CHAOS is a free and open-source Remote Administration Tool that allow generate binaries to control remote operating systems.

License

tiagorlampert/CHAOS

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

CHAOS: Remote Administration Tool

CHAOS is a free and open-source Remote Administration Tool that allow generate binaries to control remote operating systems.
Report bug · Request feature · Quick start · Screenshots

THIS SOFTWARE IS PROVIDED «AS IS» WITHOUT WARRANTY OF ANY KIND. YOU MAY USE THIS SOFTWARE AT YOUR OWN RISK. THE USE IS COMPLETE RESPONSIBILITY OF THE END-USER. THE DEVELOPERS ASSUME NO LIABILITY AND ARE NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE CAUSED BY THIS PROGRAM.

Читайте также:  Linux mint as dhcp server
Feature
Reverse Shell X X
Download File X X
Upload File X X
Delete File X X
Screenshot X X
File Explorer X X
Get OS Info X X
Run Hidden X
Restart X X
Shutdown X X
Lock screen X
Sign out X
Open Url X X

Some install options are available:

# Install dependencies $ sudo apt install golang git -y # Get this repository $ git clone https://github.com/tiagorlampert/CHAOS # Go into the repository $ cd CHAOS/ # Run $ PORT=8080 SQLITE_DATABASE=chaos go run cmd/chaos/main.go
# Create a shared directory between the host and container $ mkdir ~/chaos-container $ docker run -it -v ~/chaos-container:/database/ -v ~/chaos-container:/temp/ \ -e PORT=8080 -e SQLITE_DATABASE=chaos -p 8080:8080 tiagorlampert/chaos:latest
# Create a shared directory between the host and container $ md c:\chaos-container $ docker run -it -v c:/chaos-container:/database/ -v c:/chaos-container:/temp/ -e PORT=8080 -e SQLITE_DATABASE=chaos -p 8080:8080 tiagorlampert/chaos:latest

Try it now on Heroku with a single click:

After running go to http://localhost:8080 and login with the default username: admin and password: admin and change the password.

To connect in a supported database you should set some required environment variables:

  • SQLite:
    • SQLITE_DATABASE = chaos
    • POSTGRES_DATABASE = chaos
    • POSTGRES_HOST = localhost
    • POSTGRES_PASSWORD = postgres
    • POSTGRES_PORT = 5432
    • POSTGRES_USER = postgres
    • POSTGRES_SSL_MODE = disable/require //optional

    generate

    devices

    shell

    explorer

    See our contributing guide at CONTRIBUTING.md.

    If you enjoyed this project, give me a cup of coffee. 🙂

    Источник

    Linux Remote Administration Tools

    Remote administration tools are essential for managing servers and networks without the need for physical access. This tutorial introduces popular remote administration tools for Linux servers, including SSH clients, web-based administration tools, and remote desktop applications.

    SSH (Secure Shell) is a widely used secure remote administration protocol in Linux environments. It provides encrypted communication and strong authentication, ensuring the security and privacy of your connections. Here are some popular SSH clients for Linux remote administration:

    OpenSSH is the most commonly used SSH client and server implementation on Linux systems. It is open-source and pre-installed on many Linux distributions.

    To use OpenSSH to access a remote server, run the following command:

    ssh username@hostname_or_ip_address

    PuTTY is a free and open-source SSH and Telnet client for Windows, Linux, and macOS. It provides a simple graphical interface for managing SSH connections.

    Download PuTTY for your platform: https://www.putty.org/

    SecureCRT is a commercial terminal emulator and SSH client for Windows, Linux, and macOS. It offers advanced features like scripting, session management, and more.

    Download SecureCRT for your platform: https://www.vandyke.com/products/securecrt/

    Web-based administration tools provide a user-friendly graphical interface for managing Linux servers through a web browser.

    Webmin is a powerful, open-source web-based interface for system administration on Linux servers. It allows you to manage various aspects of your server, such as users, services, file systems, and more.

    Install Webmin on your server: https://www.webmin.com/

    Cockpit is an easy-to-use, lightweight web-based interface for managing Linux servers. It provides real-time system monitoring, log analysis, and service management.

    Install Cockpit on your server: https://cockpit-project.org/

    Remote desktop applications enable you to access and control the graphical desktop of a remote server or device.

    3.1. VNC (Virtual Network Computing)

    VNC is a popular graphical desktop sharing system that uses the Remote Frame Buffer (RFB) protocol for communication between the client and the server.

    VNC server software for Linux includes TightVNC, TigerVNC, and RealVNC, while clients include TightVNC Viewer, RealVNC Viewer, and Remmina.

    X2Go is an open-source remote desktop solution that uses the NX technology protocol for high-performance remote desktop access, even over low-bandwidth connections.

    Install X2Go Server on your server: https://wiki.x2go.org/doku.php/start Install X2Go Client on your local machine: https://wiki.x2go.org/doku.php/doc:installation:x2goclient

    In conclusion, remote administration tools are crucial for managing Linux servers and networks efficiently. By understanding and using these tools, you can maintain your systems and networks without the need for physical access, reducing maintenance costs and increasing productivity.

    Professional provider of PDF & Microsoft Word and Excel document editing and modifying solutions, available for ASP.NET AJAX, Silverlight, Windows Forms as well as WPF. We are dedicated to provide powerful & profession PDF/Word/Excel controls.

    Источник

Оцените статью
Adblock
detector