This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
index-@index-box:~$ cat /var/log/auth.log | tail -n20 | |
May 30 17:17:01 index-box CRON[6702]: pam_unix(cron:session): session opened for user root by (uid=0) | |
May 30 17:17:01 index-box CRON[6702]: pam_unix(cron:session): session closed for user root | |
May 30 17:52:24 index-box lightdm: pam_unix(lightdm:session): session closed for user index- | |
May 30 17:52:29 index-box lightdm: pam_unix(lightdm:session): session opened for user lightdm by (uid=0) | |
May 30 17:52:29 index-box lightdm: pam_ck_connector(lightdm:session): nox11 mode, ignoring PAM_TTY :0 | |
May 30 17:52:34 index-box lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "index-" | |
May 30 17:52:35 index-box dbus[822]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.60" (uid=104 pid=7081 comm="/usr/lib/indicator-datetime/indicator-datetime-ser") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.11" (uid=0 pid=995 comm="/usr/s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import os | |
import httplib | |
import socket | |
from threading import Thread | |
from time import sleep | |
opened_ports = [] | |
m_ports = [] | |
m_curr_row = 0 |