Monday, March 1, 2021

PowerShell command to check a local disk for errors

Below is a PowerShell command to check a local disk for errors.

Get-PhysicalDisk | Where-Object {$_.HealthStatus  -ne ‘Healthy’}



iSH

 iSH is a Linux shell for iOS.

https://www.cloudsavvyit.com/9787/how-to-run-a-linux-shell-on-ios/

https://github.com/ish-app/ish


Nishang

Nishang is a framework and collection of scripts and payloads which enables usage of PowerShell for offensive security, penetration testing and red teaming. Nishang is useful during all phases of penetration testing.

https://github.com/samratashok/nishang

List of applications to clone a hard drive

Below is a list of applications that can clone a hard drive.

https://www.macrium.com/reflectfree

https://www.ubackup.com/free-backup-software.html

https://www.easeus.com/backup-software/tb-free.html

https://www.miray-software.com/download/hdclone.html

https://clonezilla.org/ 

Niagara Launcher

Niagara Launcher is an Android launcher replacement.  It is designed to work with one hand.

https://play.google.com/store/apps/details?id=bitpit.launcher&hl=en_US&gl=US

https://www.theverge.com/2021/2/4/22266910/niagara-android-launcher-minamalist-one-hand-commute


Monday, February 1, 2021

lslogins command within Linux

The lslogins command returns details for user accounts.  The command will display information on all accounts including service accounts by default.  To only view user accounts, use the -u switch.


To view details for a particular user account, use the user name.


Use the switch -uf to view failed logins.


Use the -ua switch to view password expiration details.









Convert to CSV web site

The following web site offers several options to convert data to and from the .CSV format.

http://convertcsv.com/

Duf

Duf is a disk usage utility.  It is available for multiple platforms.

https://github.com/muesli/duf

https://www.howtogeek.com/modern-cli-tools-that-have-replaced-ps-df-and-curl-for-me/

https://www.both.org/?p=10326



Text File Splitter

Text File Splitter is a free Windows utility that allows you to split a large text or log file into multiple, smaller files.

http://textfilesplitter.org/

ZMap

ZMap is a fast single packet network scanner designed for Internet-wide network surveys.

https://github.com/zmap/zmap