• Home
  • Become a Hacker
    • Get Started
    • Hacker Mindset
    • Roadmap
    • Simple Setup – Hacker 101
    • Types of Hackers
    • Recommended Courses
  • Boot People Offline
  • Courses
    • All Hacking Courses
    • Cyber Security School
  • CTF
    • Beginners to Advanced Guide
    • Create your own CTF box
    • Field and Resources Guide
    • Platforms & Wargames
    • Tools Used for Solving CTF
    • Writeups
  • Dark Web
    • Beginners Guide
    • Darknet Markets
    • Darkweb 101 (Anonymity Guide)
    • Dark Web OSINT Tools
    • Hacking Forums
    • Latest News
    • Onion Links
  • Hacker Gadgets
  • Hacking Books
  • Tools Directory
Menu
  • Home
  • Become a Hacker
    • Get Started
    • Hacker Mindset
    • Roadmap
    • Simple Setup – Hacker 101
    • Types of Hackers
    • Recommended Courses
  • Boot People Offline
  • Courses
    • All Hacking Courses
    • Cyber Security School
  • CTF
    • Beginners to Advanced Guide
    • Create your own CTF box
    • Field and Resources Guide
    • Platforms & Wargames
    • Tools Used for Solving CTF
    • Writeups
  • Dark Web
    • Beginners Guide
    • Darknet Markets
    • Darkweb 101 (Anonymity Guide)
    • Dark Web OSINT Tools
    • Hacking Forums
    • Latest News
    • Onion Links
  • Hacker Gadgets
  • Hacking Books
  • Tools Directory
Search
Close
  • Home
  • 2018
  • August
  • 14
  • Neofetch- A Command-Line System Information Tool.

Neofetch- A Command-Line System Information Tool.

August 14, 2018July 27, 2019 Comments Off on Neofetch- A Command-Line System Information Tool.
neofetch neofetch tool

Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.

The overall purpose of Neofetch is to be used in screen-shots of your system. Neofetch shows the information other people want to see. There are other tools available for proper system statistic/diagnostics.

The information by default is displayed alongside your operating system’s logo. You can further configure Neofetch to instead use an image, a custom ASCII file, your wallpaper or nothing at all.

neofetch

You can further configure Neofetch to display exactly what you want it to. Through the use of command-line flags and the configuration file you can change existing information outputs or add your own custom ones.

Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku. If your favourite operating system is unsupported: Open up an issue and support will be added.

Installation:

Download the latest release.
https://github.com/dylanaraps/neofetch/releases/latest

Run make install inside the script directory to install the script.

  • El Capitan: make PREFIX=/usr/local install
  • Haiku: make PREFIX=/boot/home/config/non-packaged install
  • OpenIndiana: gmake install
  • MinGW/MSys: make -i install

NOTE: You may have to run this as root.

Latest Git Master (Bleeding Edge)

1. Git clone the repo.

  •  git clone https://github.com/dylanaraps/neofetch

2. Change working directory to neofetch.

  • cd neofetch

3. Install neofetch using the Makefile.

  • make install
  • El Capitan: make PREFIX=/usr/local install
  • Haiku: make PREFIX=/boot/home/config/non-packaged install
  • OpenIndiana: gmake install
  • MinGW/MSys: make -i install
  • NOTE: You may have to run this as root.

NOTE: Neofetch can be uninstalled easily using make uninstall. This removes all of files from your system.

NOTE: You can run neofetch from any folder on your system, all the makefile does is move the files to a “sane” location. The Makefile is optional.

OS/Distro Packages

This section lists neofetch packages that have been made for specific OS/Distros.

Alpine Linux

Alpine Linux v3.8 and up

1. Update repositories

  • apk update

2. Install the package

  • apk add neofetch

Android (Termux)

Neofetch is in Termux’s default repos.

1. Update repositories

  • sudo apt-get update

2. Install the package

  • sudo apt-get install neofetch

Arch

Neofetch is available in the official repos.

Install the package

  • pacman -S neofetch

BunsenLabs

Neofetch is available in the official repos.

1. Update repositories

  • sudo apt-get update

2. Install the package

  • sudo apt-get install neofetch

CRUX

1. Install git and the git ports(8) driver

  • sudo prt-get depinst git

2. Add the 6c36-git repository

  • sudo wget -O /etc/ports/6c37-git.git “https://raw.githubusercontent.com/6c37/cross/master/git-driver/6c37-git.git”

3. Sync the repos

  • sudo ports -u

4. Add the repo to /etc/prt-get.conf with your text editor of choice

  • prtdir /usr/ports/6c37-git

5. Install the package

  • sudo prt-get depinst neofetch

Or alternatively use the port:

1. Download port

  • wget -O ~/work/neofetch/Pkgfile “https://raw.githubusercontent.com/6c37/crux-ports-git/3.2/neofetch/Pkgfile”

2. Build the package

  • fakeroot pkgmk -d

3. Install the package

  • sudo pkgadd neofetch#git-*.pkg.tar.gz

Debian

Stretch / Sid (Unstable)

Neofetch is in Debian Stretch/Sid’s official repositories.

1. Update repositories

  • sudo apt-get update

2. Install the package

  • sudo apt-get install neofetch

NOTE: Debian stretch repo only contains version 2.0.2.

NOTE2: The third party bintray repo has been deprecated, if you want to stay up to date with neofetch on Debian stable, then you need to manually install newer packages from unstable or download neofetch directly from git repository since it’s contained in single file.

Fedora / RHEL / CentOS / Mageia

NOTE: If you are using RHEL/CentOS, change dnf into yum.

1. Make sure you have installed dnf-plugins-core
2. Enable COPR repository

  • sudo dnf copr enable konimex/neofetch

3. Install the package

  • sudo dnf install neofetch

Alternatively:

1. If you’re using RHEL/CentOS, make sure you have installed epel-release
2. Fetch the repo file

  • curl -o /etc/yum.repos.d/konimex-neofetch-epel-7.repo https://copr.fedorainfracloud.org/coprs/konimex/neofetch/repo/epel-7/konimex-neofetch-epel-7.repo

NOTE: If you are using Fedora, change epel-7 to fedora-23 or your Fedora version respectively. However if you are using RHEL/CentOS 6, change it to epel-6.

3. Install the package

  • sudo dnf install neofetch

Gentoo / Funtoo

You can install app-misc/neofetch from Gentoo/Funtoo’s official repositories.

To install the git version of neofetch, use =app-misc/neofetch-9999 instead.

GoboLinux

Install it with the official recipe.

  • sudo Compile neofetch

iOS

  1. Add http://dylanaraps.com/repo to your cydia sources.
  2. Install neofetch through cydia.

macOS (Homebrew)

  1. Install neofetch with Homebrew
  2. brew install neofetch

NixOS

Install it from the official repositories

  • sudo nix-env -i neofetch

Slackware

Download the files from SlackBuilds and follow their instructions.

Solus

You can find neofetch in software center under System Software > System Utilities or type sudo eopkg it neofetch.

Ubuntu

Ubuntu 17.04 and up

Install it from the official repositories.

1. Update repositories

  • sudo apt update

2. Install the package

  • sudo apt install neofetch

Ubuntu 16.10 and below

1. Add PPA

  • sudo add-apt-repository ppa:dawidd0811/neofetch

2. Update repositories

  • sudo apt update

3. Install the package

  • sudo apt install neofetch

Ubuntu daily builds

This PPA contains daily builds of neofetch straight from master branch

1. Add PPA

  • sudo add-apt-repository ppa:dawidd0811/neofetch-daily

2. Update repositories

  • sudo apt update

3. Install the package

  • sudo apt install neofetch

Void Linux

Install it from the official repositories
  • sudo xbps-install -S neofetch

Download Neofetch

Post navigation

Bashark- Post Exploitation Toolkit Written in Pure Bash
Social Mapper – A Social Media Enumeration & Correlation Tool

Related Articles

CVE-Vulnerability-Information-Downloader - Downloads Information From NIST (CVSS), First.Org (EPSS), And CISA (Exploited Vulnerabilities) And Combines Them Into One List

CVE-Vulnerability-Information-Downloader – Downloads Information From NIST (CVSS), First.Org (EPSS), And CISA (Exploited Vulnerabilities) And Combines Them Into One List

- Hack Tools
March 22, 2023
SXDork - A Powerful Tool That Utilizes The Technique Of Google Dorking To Search For Specific Information On The Internet

SXDork – A Powerful Tool That Utilizes The Technique Of Google Dorking To Search For Specific Information On The Internet

- Hack Tools
March 21, 2023
Invoke-PSObfuscation - An In-Depth Approach To Obfuscating The Individual Components Of A PowerShell Payload Whether You'Re On Windows Or Kali Linux

Invoke-PSObfuscation – An In-Depth Approach To Obfuscating The Individual Components Of A PowerShell Payload Whether You’Re On Windows Or Kali Linux

- Hack Tools
March 21, 2023
hacker gadgets
hacker phone covers

Recent Posts

CVE-Vulnerability-Information-Downloader - Downloads Information From NIST (CVSS), First.Org (EPSS), And CISA (Exploited Vulnerabilities) And Combines Them Into One List

CVE-Vulnerability-Information-Downloader – Downloads Information From NIST (CVSS), First.Org (EPSS), And CISA (Exploited Vulnerabilities) And Combines Them Into One List

March 22, 2023
SXDork - A Powerful Tool That Utilizes The Technique Of Google Dorking To Search For Specific Information On The Internet

SXDork – A Powerful Tool That Utilizes The Technique Of Google Dorking To Search For Specific Information On The Internet

March 21, 2023
Invoke-PSObfuscation - An In-Depth Approach To Obfuscating The Individual Components Of A PowerShell Payload Whether You'Re On Windows Or Kali Linux

Invoke-PSObfuscation – An In-Depth Approach To Obfuscating The Individual Components Of A PowerShell Payload Whether You’Re On Windows Or Kali Linux

March 21, 2023
IpGeo - Tool To Extract IP Addresses From Captured Network Traffic File

IpGeo – Tool To Extract IP Addresses From Captured Network Traffic File

March 21, 2023
APKHunt - Comprehensive Static Code Analysis Tool For Android Apps That Is Based On The OWASP MASVS Framework

APKHunt – Comprehensive Static Code Analysis Tool For Android Apps That Is Based On The OWASP MASVS Framework

March 21, 2023
Cortex-XDR-Config-Extractor - Cortex XDR Config Extractor

Cortex-XDR-Config-Extractor – Cortex XDR Config Extractor

March 20, 2023

Social Media Hacking

SocialPath – Track users across Social Media Platforms

SocialPath – Track users across Social Media Platforms

- Social Media Hacking
October 16, 2019October 16, 2019

SocialPath is a django application for gathering social media intelligence on specific username. It checks for Twitter, Instagram, Facebook, Reddit...

SocialScan – Check Email Address and Username Availability on Online Platforms

SocialScan – Check Email Address and Username Availability on Online Platforms

June 17, 2019
Shellphish – Phishing Tool For 18 Social Media Apps

Shellphish – Phishing Tool For 18 Social Media Apps

June 10, 2019July 27, 2019
WhatsApp Hacking using QRLJacking

WhatsApp Hacking using QRLJacking

May 2, 2019May 19, 2019
How to Hack any Facebook Account with Z-Shadow

How to Hack any Facebook Account with Z-Shadow

April 26, 2019June 29, 2020
hacker buffs

About Us

Haxf4rall is a collective, a good starting point and provides a variety of quality material for cyber security professionals.

Join Our Community!

Please wait...
Get the latest News and Hacking Tools delivered to your inbox.
Don't Worry ! You will not be spammed

Active Members

Submit a Tool

Hackers Handbook 2018


Grab your copy here

ABOUT US

Haxf4rall is a collective, a good starting point and provides a variety of quality material for cyber security professionals.

Our primary focus revolves around the latest tools released in the Infosec community and provide a platform for developers to showcase their skillset and current projects.

COMPANY
  • Contact Us
  • Disclaimer
  • Hacker Gadgets
  • LANC Remastered
  • PCPS IP Puller
  • Privacy Policy
  • Sitemap
  • Submit your Tool
Menu
  • Contact Us
  • Disclaimer
  • Hacker Gadgets
  • LANC Remastered
  • PCPS IP Puller
  • Privacy Policy
  • Sitemap
  • Submit your Tool
Live Chat
RESOURCES
  • Attack Process
  • Become a Hacker
  • Career Pathways
  • Dark Web
  • Hacking Books
  • Practice Your Skills
  • Recommended Courses
  • Simple Setup – Hacker 101
Menu
  • Attack Process
  • Become a Hacker
  • Career Pathways
  • Dark Web
  • Hacking Books
  • Practice Your Skills
  • Recommended Courses
  • Simple Setup – Hacker 101
Get Started
TOOLBOX
  • Anonymity
  • Bruteforce
  • DoS – Denial of Service
  • Information Gathering
  • Phishing
  • SQL Injection
  • Vulnerability Scanners
  • Wifi Hacking
Menu
  • Anonymity
  • Bruteforce
  • DoS – Denial of Service
  • Information Gathering
  • Phishing
  • SQL Injection
  • Vulnerability Scanners
  • Wifi Hacking
Tools Directory

2014 – 2020 | Haxf4rall.com               Stay Connected:

Facebook Twitter Google-plus Wordpress
Please wait...

Join Our Community

Subscribe now and get your free HACKERS HANDBOOK

Don't Worry ! You will not be spammed
SIGN UP FOR NEWSLETTER NOW