Thursday, November 1, 2018

Block being automatically being logged into Chrome

With the release of Chrome 69, it was discovered that logging into a Google account will also automatically log the user into Chrome.  To disable this feature, use the following URL:

chrome://flags/#account-consistency

Set the "Identity consistency between browser and cookie jar" flag to Disabled.

image

With Chrome 70, a menu option is now available to turn off this default parameter.  Access Settings –> Advanced, and then disable “Allow Chrome sign-in.”

image

As Built Report

As Built Report is a configuration document framework which uses Microsoft PowerShell and PScribo, to generate and build as built report documents in HTML, XML, Text & MS Word document formats.

As Built Report is an open source project developed primarily for IT professionals to allow them to easily produce ‘as built’ configuration documentation which is clear and consistent, across multiple IT vendors and technologies.

https://www.timcarman.net/as-built-report/

https://notesfrommwhite.net/2018/09/09/as-built-report-working-with-it-in-my-lab/

The “last” command within Linux

The “last” command displays recent login information for a Linux machine.  The command with no arguments will return all recent logins.  Information for a particular user account can be found by adding the account name in question.

image

image

Hidden game in Chrome

To access a hidden game within Google Chrome, use the following URL:

chrome://dino

At this screen, hit the space bar.

image

image

Use the Up arrow to jump the dinosaur over the cactus.

Bettercap

Bettercap is a Swiss Army knife for 802.11, BLE and Ethernet networks reconnaissance and MITM attacks.

https://github.com/bettercap/bettercap

https://www.bettercap.org/

HammerDB

HammerDB is an opensource utility for Windows and Linux. You can use it to simulate a workload of multiple virtual users against the database for both transactional and analytic scenarios.  HammerDB can test the performance of  SQL Server, Oracle, MySQL, and PostgreSQL installations.

https://www.hammerdb.com/

Redhunt

RedHunt Linux is a virtual machine for adversary emulation and threat hunting.

https://isc.sans.edu/forums/diary/RedHunt+Linux+Adversary+Emulation+Threat+Hunting+Intelligence/24216/

https://github.com/redhuntlabs/RedHunt-OS

Lulu

LuLu is the free, shared-source macOS firewall that aims to block unknown outgoing connections, unless explicitly approved by the user.

https://objective-see.com/products/lulu.html

pwned

A command-line tool for querying Troy Hunt's Have I been pwned? service using the hibp Node.js module.

https://github.com/wKovacs64/pwned

https://www.kitploit.com/2018/09/pwned-command-line-tool-for-querying.html