Posts

How to install XIbo?

Image
How to install Xibo on Windows 10 64 bit What is Xibo? XIbo is open source signage software, Xibo Digital Signage is a low-cost, high performance solution to launch your business, workplace or organisation into the future. Xibo doesn’t just replicate print media, but actively increases engagement allowing you to deliver your message more effectively than ever before What is  Digital signage?  Digital signage is a sub-segment of electronic signage. Digital displays use technologies such as LCD, LED, projection and e-paper to display digital images, video, web pages, weather data, restaurant menus, or text.  Wikipedia How to install Xibo on Windows 10. It is very easy to install the Xibo on windows 10 x64 bit os with docker. Below is the step to install the Xibo. ð   Step 1.   Download the docker for windows 10 x64,  Link to download Docker ð   Step 2. Install the Docker. Double-click  Docker for Windows Installer  to run the installer

Useful Trick for the Computers

Image
Useful Tricks for the Computer. In Photoshop, when using the marquee tool, hold down the space bar to drag the marquee without losing the ability to size it. When watching a movie on vlc player if the audio isn’t lined up simply press “k” to back up the audio accordingly. Always choose custom installation to avoid programs to install annoying toolbars/adwares. When typing an address into your browsers, pressing CTRL + Enter will wrap whatever you typed with the http://www before it and .com after it. Windows button + L locks your screen. Windows button + P lets you quickly set up projectors or second monitors. When setting up a new PC,  Ninite  will save you lot of time. You can hit CTRL + L or F6 or ALT+D as a shortcut to the address bar in your browser. CTRL + Shift + Esc will open task manager. Pressing Tab while filling a form will move to the next input box, pressing Shift + Tab will back up to the previous box. The Caps Lock key works at a hardware level

Get information about SSL protocols

Image
  Get the information about the SSL version using and strength by utilizting the SSL Disagnos SSL Diagnos is used to test SSL strength; Get information about SSL protocols (pct, ssl2, ssl3, tls, dtls) and cipher suites. It can also be used for testing and rating ciphers on SSL clients. It has also specific support for pop3s, sip, smtp and explicit ftps. Tests for heartbleed (including dtls). Furthermore a separate tool, SSLPressure, not using openssl can be used to check the whole spectrum of possible SSL protocols on a server. Can also be used for testing ssl for mssql-servers (was added since nessus did not support this) and contains mitm poc for stripping ssl from mssql-connections. Features SSL scanner including rating of SSL cipher suite strength for server and clients Test SSL strength in for example https, smtp, sip, pop3s, ftps Can be used for OWASP-CM-001 Uses OpenSSL to test ssl2, ssl3, tls, dtls, explicit ftps Tests renegotiation and availability

Kali Linux on MS Windows10

Image
Kali on the Windows Subsystem for Linux We’re always on the prowl for novel environments to run Kali on, and with the introduction of the  Windows Subsystem for Linux  (WSL) in Windows 10, new and exciting possibilities have surfaced. After all, if the WSL can support Ubuntu, it shouldn’t be too hard to incorporate another Debian-like distribution, right? This is especially true with the  Windows Subsystem for Linux Distribution Switcher  utility. Kali on … Windows? Really? While this setup of Kali on Windows is not optimal due to various environmental restrictions (such as the lack of raw sockets and lack of customised Kali kernel), there are still many situations where having Kali Linux alongside your Windows 10 machine can be beneficial. One example that comes to mind is consolidation of workspaces, especially if Windows is your main working environment. Other useful situations that crossed our minds were standardizing tools and scripts to run across

Radius

Image

Radius and integrated with AD for Wireless AP

Image
Freeradius and integrated with AD, with Wireless (Aruba-controller)         Here you go,  FreeRADIUS , an open-sourced project that will please you. Prerequisite Active Directory domain Ubuntu server Below are the used settings assuming FreeRADIUS 192.168.1.12 mydomain.com : domain name mydc.mydomain.com : domain controller MYNTDOMAIN : nt domain name Radiussrv : Radius server hostname             1. Install samba, winbind, krb5-user: sudo apt install samba winbind krb5-user 2. Config samba by editing: a. /etc/samba/smb.conf: ... [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of    workgroup = MYNTDOMAIN # need to add these    security = ads    password server = mydc.mydomain.com    realm = MYDOMAIN.COM    winbind use default domain = true ... b. /etc/krb5.conf: [libdefaults]         default_realm = MYDOMAIN.COM ... [realms]         MYDOMAIN.COM = {                 kdc = mydc.mydomain.com                 admin_server =

Block access to consumer / Personal Gmail accounts

Image
  Block access to consumer / Personal Gmail accounts Short answer: To block access to some Google accounts and services while allowing access to your managed Google accounts (such as G Suite or Cloud Identity), you need a web proxy server that can perform SSL interception and insert HTTP headers. As an administrator, you may want to prevent users from signing in to Google services using any accounts other than the accounts you provided them with. For example, you may not want them to use their personal Gmail accounts or a managed Google account from another domain. A common means of blocking access to web services is using a web proxy server to filter traffic directed at particular URLs. This approach won’t work in this case, because legitimate traffic from a user’s managed Google account goes to the same URL as the traffic you want to block. To only allow users to access Google services using specific Google accounts from your domain, you need the web proxy server to