neonprimetime security , just trying to help
Wednesday, February 10, 2016
ATMs send Credit Cards Plain text per Krebs Article
›
I saw this arcticle on krebs about ATM skimmers and thought it was fascinating reading all the comments that it's likely your Debit car...
iPhone/iPad Locked out Passcode Factory Reset
›
So I had a iphone and ipad that I had no clue what the passcode was and I wanted to factory reset it. I did some google searches, and found...
Friday, February 5, 2016
Lookup user by Full Name powershell
›
How to lookup a list of users by full name only with powershell Import-CSV C:\fullnames.csv | ForEach-Object { $filter = "Name -eq ...
Lookup Users by Last Name Powershell
›
How to lookup a list of users by last name only with powershell Import-CSV C:\lastnames.csv | ForEach-Object { $filter = "Name -like ...
Get User from AD Group in powershell
›
How to list all names and descriptions of a user in an Active Directory Group with powershell Get-ADGroupMember -identity "AD GROUP I...
›
Good article on an example of a UXSS (Universal Cross-Site Scripting) which is an XSS vulnerability in the browser itself (rather than on a ...
›
I really enjoyed TechAnarchy's blog on a command injection vulnerability in Security Onion. It was easy to read and thus very education...
‹
›
Home
View web version