apt-get
Purpose
Section titled “Purpose”Scans every IP behind a router.
apt-get [install/search/show/delrepo/addrepo/update/upgrade]Arguments
Section titled “Arguments”- install — installs a program
- search — searches the repository for a program
- show — shows all programs in a repository
- addrepo — adds a repository
- delrepo — deletes a repository
- update — updates the apt cache
- upgrade — upgrades outdated programs
Examples
Section titled “Examples”apt-get install metaxploit.soResult:
Reading package lists...Downloading metaxploit.so100% 749.0 KB/s 0 sec (0.3 MB of 0.3 MB copied)Processing...metaxploit.so installedapt-get search metaxploit.soResult:
metaxploit.so
Library analysis toolapt-get show 118.224.242.190Result:
AdminMonitor.exeIt monitors all the networks to which the user is connected, notifies if any administrator is active in the network and notifies if the user is being tracked by the administrator.
decipherDecrypts certain system files and converts it to plain text.
scanlibAnalyze the provided library to search for vulnerabilities.
scanrouterConnects to a router via its local or public IP and prints out extended information such as firewall configuration and kernel version.
snifferIf the sniffer has been run on a device connected to a hub, it will capture all the data that is directed to any other device connected to the same hub.
rshell-serverInstall a server to receive reverse shell connections.In addition to the server, It is necessary to use the rshell_interface program to handle incoming connections.
rshell_interfaceTerminal interface to interact with the installed rshell server and manage incoming connections.
metaxploit.soLibrary analysis tool
crypto.soCrypto suite library
librshell.soLibrary used in the reverse shell service. It is automatically included with the service installer.apt-get addrepo 118.224.242.190Result:
Repository 118.224.242.190 added succesfully.Launch apt with the update option to apply the changesapt-get delrepo 118.224.242.190Result:
Repository 118.224.242.190 removed succesfully.Launch apt with the update option to apply the changesapt-get updateResult:
Updating package lists...Updating: 118.224.242.190apt-get upgradeResult:
Reading package lists...No updates needed