disabling bashrc

2024-08-27

It may be necessary to disable bashrc for a number of reasons:

  • a user added a mistake in .bashrc or .bash_profile that causes the shell to be ...

Read More

HASSH NSE

2024-08-27

hassh-utils is an Nmap NSE script that identifies hasshServer values of hosts running SSH servers. It then compares each calculated HASSH with a list ...

Read More

hasshServer

2024-08-27

hasshServer is an MD5 hash created from the set of algorithms used by an SSH server used for software fingerprinting purposes.

Read More

IRC

2024-08-27

Internet Relay Chat (IRC) is a protocol that provides a text-based chat system over a computer network.

Read More

man pages

2024-08-27

man (manual) pages are documentation for software on a Linux or Unix-like system. They can be read with the man command:

man ps
Read More

million dollar dream

2024-08-27

Million Dollar Dream is a tool written in Python by Daniel Roberson that detects malware residing on a filesystem using bloom filters. ...

Read More

PermitRootLogin

2024-08-27

PermitRootLogin is a setting found in OpenSSH servers that defines whether or not sshd will accept logins from the root user.

This setting can be ...

Read More

process masquerading

2024-08-27

Process masquerading aka process name stomping is an anti-analysis/deception technique used by malware in which a malicious process changes its name ...

Read More

procfs

2024-08-27

procfs or the proc file system, is a virtual filesystem that provides information about the system. Its data can be accessed with typical filesystem ...

Read More

protocol

2024-08-27

In computer science, a protocol is an official procedure that governs how two entities communicate with each other, especially over a computer network ...

Read More