I hereby claim:
- I am pr0b3r7 on github.
- I am pr0b3r7 (https://keybase.io/pr0b3r7) on keybase.
- I have a public key ASCL5zda5cB55fG1VrCssb9nexOtge96l4gOr4-4Z5GqEAo
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| ''' | |
| NameMash by superkojiman | |
| Generate a list of possible usernames from a person's first and last name. | |
| https://blog.techorganic.com/2011/07/17/creating-a-user-name-list-for-brute-force-attacks/ | |
| ''' | 
I hereby claim:
To claim this, I am signing this object:
| FCKGW-RHQQ2-YXRKT-8TG6W-2B7Q8 | |
| Windows XP PRO Corporate serial number S/N: Key: MQPWW-PGVKX-YPMKG-8DH3G-KC8PW | |
| windows xp home edition serial number S/N: 034634-262024-171505-828316-729010-413531-800424-400442 | |
| Windows XP 64 serial number S/N: B2RBK-7KPT9-4JP6X-QQFWM-PJD6G | |
| Windows XP serial number S/N: K6C2K-KY62K-DQR84-RD4QV-QB74Q | |
| Windows XP Professional 64-bit Corporate Edition 5.2.3790.1830 serial number S/N: VCFQD-V9FX9-46WVH-K3CD4-4J3JM | |
| Microsoft Windows XP Professional SP2 serial number S/N: YY8F2-3CKVQ-RKTRG-6JMDR-9DTG6 | |
| Windows XP Professional Service Pack 1 sp1 serial number S/N: F46YY - 2R8VQ - R8GMY - 926VK - 6BQ73 | |
| Windows XP Pro serial number S/N: KBWR7-76BD8-J7MDQ-KKG&C-V9Q2J | 
| # high sierra | |
| sudo launchctl stop com.openssh.sshd | |
| sudo launchctl start com.openssh.sshd | |
| # latest | |
| sudo vim /etc/services # (update the port config for ssh and save) | |
| sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist | |
| sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist | 
| using System; | |
| using System.EnterpriseServices; | |
| using System.Runtime.InteropServices; | |
| /* | |
| Author: Casey Smith, Twitter: @subTee | |
| License: BSD 3-Clause | |
| Create Your Strong Name Key -> key.snk | 
With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| Retrieves all of the trust relationships for this domain - Does not Grab Forest Trusts | |
| ([System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain()).GetAllTrustRelationships() | |
| Grab Forest Trusts. | |
| ([System.DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest()).GetAllTrustRelationships() | |
Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"| --- | |
| - hosts: sw_ios | |
| gather_facts: false | |
| models: | |
| "WS-C2960XR-48FPD-I": | |
| ios_version: "15.2(7)E0a" | |
| ios_path: "IOS/" | |
| ios_archive: "c2960x-universalk9-tar.152-7.E0a.tar" | |
| ios_binary: "c2960x-universalk9-mz.152-7.E0a.bin" | |
| ios_md5: "07195a8c7866ac2a91c64b716465c516" |