Chrome and Extension Chrome is the gateway to interact with the Internet worlds. People trust their browser, Extended Validation SSL, bank's website, Windows, Mac, ISP... but the third party extension could to many dangerous without any notice to user. Hacker could control everything behave of user just using an extension. Ultimate permission of Extension. Look … Đọc tiếp Chrome (browser) Extension might hack your bank
Tháng: Tháng Sáu 2017
Get the log line with date range
If you want to extract log with prefix is date time like this [2017-05-01 02:00:06,300] this is a log line details We might use the awk command following with the condition awk -F'[]]|[[]' '$0 ~ /^\[/ && $2 >= "2017-05-01 00:00" { p=1 } $0 ~ /^\[/ && $2 >= "2017-06-01 00:00" { p=0 … Đọc tiếp Get the log line with date range