These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
  
    
      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
    
  
  
    
  | #! /usr/bin/python | |
| print "\n*********************************************************************" | |
| print "Cisco IOU License Generator - Kal 2011, python port of 2006 C version" | |
| import os | |
| import socket | |
| import hashlib | |
| import struct | |
| # get the host id and host name to calculate the hostkey | |
| hostid=os.popen("hostid").read().strip() | |
| hostname = socket.gethostname() | 
  
    
      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
    
  
  
    
  | # configure-iis.ps1 | |
| # Version: 1.2 | |
| # Author: kking124 (https://github.com/kking124) | |
| # | |
| # Copyright 2016, 2017 | |
| # | |
| # License: MIT | |
| # .SYNOPSIS | |
| # Tries to configure IIS as a minimal, secure installation on Windows Server 2008 and later | |
| # | 
  
    
      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
    
  
  
    
  | # Obtenir la version de Windows | |
| $windowsVersion = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").ReleaseId | |
| $windowsBuild = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").CurrentBuild | |
| # Afficher la version et le build | |
| Write-Host "Version de Windows : $windowsVersion" | |
| Write-Host "Build de Windows : $windowsBuild" | |
| # Vérifier si la fonctionnalité "Recall" est activée | |
| $RecallEnabled = Dism /online /Get-FeatureInfo /FeatureName:Recall | findstr /B /C:"State" | 
  
    
      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
    
  
  
    
  | Set WshShell = CreateObject("WScript.Shell") | |
| ' Function to convert text to binary | |
| Function TextToBinary(text) | |
| Dim binary, i, char | |
| For i = 1 To Len(text) | |
| char = Asc(Mid(text, i, 1)) | |
| binary = binary & Right("00000000" & BinaryStr(char), 8) | |
| Next | |
| TextToBinary = binary | 
  
    
      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
    
  
  
    
  | log syslog all; | |
| debug protocols all; | |
| router id 213.184.52.1; | |
| define rtix_rs_asn = 207800; | |
| # BGP ipv4/ipv6 channel option "secondary" requires | |
| # routing table to be sorted. | |
| ipv4 table master4 sorted; | 
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    user@hostname:~/exploit$ cat > test.c#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main() {
    if (setuid(0) != 0) {NewerOlder