This page is the masterlist of all my aircraft diecast model collection. I started collecting 1:400 diecast models in 2009 with a Dragonwings Asiana Airbus A330-300 model I bought from a hobby store in Cubao, Quezon City. Then an Etihad A340-600 also from Dragonwings a few weeks later, then a Qatar Airways Boeing 777-300ER Dragonwings … Continue reading My Aircraft Diecast Model Collection Masterlist
Category: Uncategorized
Basic Linux Commands
Basic Linux Commands
Basic Active Directory Query via Powershell
Check User Group membership Get-ADUser myusername -Properties * | Select MemberOf Can also use: MemberOf PasswordExpired LockedOut See Get-ADUser myusername -Properties * to get available fields Get-ADUser myusername -Properties * | Select PasswordExpired, LockedOut, Enabled Replace myusernane with the AD User account
All about Physical Infrastructure
Tools: ELFF Format Explanation
Logs Explanation ****************************************************** This is an ELFF format with custom strings of: ****************************************************** date time time-taken c-ip sc-status s-action sc-bytes cs-bytes cs- method cs-uri-scheme cs-host cs-uri-port cs-uri-path cs-uri-query cs-username cs-auth-group s-hierarchy s-supplier-name rs(Content- Type) cs(User-Agent) sc-filter-result cs-category x-virus-id s-ip s- sitename****************************************************** example: 2013-11-07 01:01:11 1 10.10.10.10 304 TCP_HIT 320 894 GET http http://www.martugbo.com 80 /plugins/tt/tt.php ?src=photos/ce3ccf9cc6cfbbea1bce22547f35b950.jpg&w=86&h=56&zc=1&media=1 jon_do USER_Group\WWU-IA-StandardAccess Unknown 10.10.40.66 image/jpeg "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; xs-q__ic9-390M;iwOfva; … Continue reading Tools: ELFF Format Explanation
Tools: Subnet Table Cheat Sheet
Tools: Http and https test site
Website you can use to test http / https Good for ssl inspection tests http://www.httpvshttps.com
InfoSec Tutorials: https://hackertube.net/
Tool: Credit Card Number Validation Tool
Credit Card Number follows an algorith which composed of modulus and checksums. I created a tool to verify validity of a credit card number. Download
Windows: How do I find an LDAP User and their Group Base DN for Microsoft Active Directory?
To find the user and group base DN, you can run a query from any member server on your Windows domain. To find the User Base DN: - Open a Windows command prompt. - Type the command: dsquery user -name <known username> (Example: If I were searching for all users named John, I could enter … Continue reading Windows: How do I find an LDAP User and their Group Base DN for Microsoft Active Directory?