Difference between revisions of "Security"

From Indie IT Wiki
imported>Plittlefield
 
Line 57: Line 57:
  
 
== Miscellaneous ==
 
== Miscellaneous ==
 +
 +
'''Log4j Checker'''
 +
 +
wget <nowiki>https://raw.githubusercontent.com/rubo77/log4j_checker_beta/main/log4j_checker_beta.sh</nowiki> -q -O - | bash
  
 
[https://opensource.com/article/20/5/linux-security-lynis Lynis Security Scanner]
 
[https://opensource.com/article/20/5/linux-security-lynis Lynis Security Scanner]

Revision as of 10:32, 21 December 2021

Cameras

V380 Shenzhen Trolink Technology

The V380 is a tiny footprint IP video camera that is well made and inexpensive, around £15.

Ebay

Amazon

AliExpress

RTSP

You can enable the RTSP (Real Time Streaming Protocol) of the tiny IP camera with a clever hack...

  • Create a file called ceshi.ini
  • In that file, put the following:
 [CONST_PARAM]
 rtsp=1
  • Copy that file to the root of a micro SD card.
  • Insert the SD card into the camera and reboot it.
  • Wait a minute or two to ensure the camera has fully booted up
  • Shut down the camera
  • Remove the SD card
  • Restart the camera

You should now have access to the RTSP port.

In VLC, set up your source like this: rtsp://user:password@ip:554/live/ch00_1 (ch00_0)

https://www.reddit.com/r/ZoneMinder/comments/fxdi2z/how_do_i_find_out_my_rtsp_url/

You can also record that stream using ffmpeg...

ffmpeg -use_wallclock_as_timestamps 1 -rtsp_transport tcp -i rtsp://ip:554/live/ch00_1 -c copy -acodec copy -map 0 -strict experimental -strftime 1 -flags +global_header -f segment -segment_time 60 -segment_format_options movflags=+faststart -reset_timestamps 1 output_%Y-%m-%d_%H-%M-%S.mp4

Extra ceshi.ini parameters... ;-)

[CONST_PARAM]
rtsp=1
rtspaudio=1
audio=1
audiorec=1
audiorecord=1
micrec=1
mic=1
micrecord=1
telnet=1
ssh=1
onvif=1
web=1
webinterface=1
webif=1
http=1

Miscellaneous

Log4j Checker

wget https://raw.githubusercontent.com/rubo77/log4j_checker_beta/main/log4j_checker_beta.sh -q -O - | bash

Lynis Security Scanner

How To Encrypt Files in Linux (--recipient "John Doe <john@doe.com>")

VirusTotal - online malware and virus scanner

Butterfleye - the smart security camera, with real time alerts and complete versatility.

Remove 02035149444 Pop-Up

GravityScan - a free Malware and Vulnerability scanner from WordFence

Cyber Essentials - a government-backed, industry supported scheme to help organisations protect themselves against common cyber attacks.

Open Source Vulnerability Scanner and Manager

Random Password at Duck Duck Search

No More Ransom Ransomware

Can You See Me.org

GRC ShieldsUp!

Have I Been Pwned?

CurrPorts - Utility to scan open ports on a local Windows system.

PortScan - Utility to scan open ports on a local network.

6 free network vulnerability scanners

NordVPN