Skip to content

Instantly share code, notes, and snippets.

View galeksandrp's full-sized avatar

Alexander Georgievskiy galeksandrp

View GitHub Profile
@galeksandrp
galeksandrp / Update-AUPackages.md
Created August 9, 2019 19:53
Update-AUPackages Report #powershell #chocolatey
@galeksandrp
galeksandrp / Update-AUPackages.md
Last active August 9, 2019 19:44
Update-AUPackages Report #powershell #chocolatey
@galeksandrp
galeksandrp / Update-AUPackages.md
Last active February 17, 2024 20:58
Update-AUPackages Report #powershell #chocolatey

Keybase proof

I hereby claim:

  • I am galeksandrp on github.
  • I am galeksandrp (https://keybase.io/galeksandrp) on keybase.
  • I have a public key whose fingerprint is 0B58 92A8 EE87 4BD9 C7E2 26EA 7546 5C70 4392 E07F

To claim this, I am signing this object:

@galeksandrp
galeksandrp / ct.sh
Created March 29, 2017 13:06 — forked from Foorack/ct.sh
#!/bin/bash
# Step 1: Find all subdomains w/ false-positives
python2.7 Sublist3r/sublist3r.py -d $1 > cd1.tmp.txt
tail -n +23 cd1.tmp.txt | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g" > cd1.txt
rm cd1.tmp.txt
# Step 2: Sort out false positives
while read LINE; do
curl -o /dev/null -A "HTTPS/SSL coverage scan; Internet security scanning project." --max-time 1 --silent --head --write-out '%{http_code}' "$LINE" >> cd2.txt
Certutil -generateSSTFromWU WURoots.sst
[reflection.assembly]::LoadWithPartialName("System.Security")
$certs = new-object system.security.cryptography.x509certificates.x509certificate2collection
$certs.import("WURoots.sst")
$store = new-object system.security.cryptography.X509Certificates.X509Store -argumentlist "AuthRoot", LocalMachine
failure: ,discordapp\\\\.com,Discordapp.com.xml
failure: ,bitcoin\\\\.com,Bitcoin.com.xml
failure: ,theintercept\\\\.com,The_Intercept.com.xml
failure: ,codeux\\\\.com,Codeux.com.xml
failure: ,dnscrypt\\\\.org,DNSCrypt.org.xml
failure: ,brave\\\\.com,brave.com.xml
failure: ,periscope\\\\.tv,Periscope.tv.xml
failure: ,wakatime\\\\.com,WakaTime.com.xml
failure: ,gnunet\\\\.org,GNUnet.xml
failure: ,openas\\\\.org,Openas.org.xml
1
Тени Чернобыля. — твёрдая обложка. — М.: Эксмо, 26 марта 2007. — 448 с. — (S.T.A.L.K.E.R.). — 20 100[7] экз. — ISBN 978-5-699-20794-7.
2
Орехов, Василий Иванович (псевдоним). Зона поражения. — твёрдая обложка. — М.: Эксмо, 27 марта 2007. — Т. 1. — 416 с. — (S.T.A.L.K.E.R.). — 15 100 экз. — ISBN 978-5-699-20749-7.
3
Степанов, Алексей (псевдоним). Дезертир. — твёрдая обложка. — М.: Эксмо, 5 апреля 2007. — Т. 1. — 416 с. — (S.T.A.L.K.E.R.). — 15 000 экз. — ISBN 978-5-699-21487-7.
4
Калугин, Алексей Александрович. Дом на болоте. — твёрдая обложка. — М.: Эксмо, 26 апреля 2007. — 384 с. — (S.T.A.L.K.E.R.). — 15 000 экз. — ISBN 978-5-699-21490-7.
5
@galeksandrp
galeksandrp / remove_crw.cmd
Created June 15, 2016 19:10 — forked from xvitaly/remove_crw.cmd
Remove telemetry updates for Windows 7 and 8.1
@echo off
echo Uninstalling KB3075249 (telemetry for Win7/8.1)
start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart
echo Uninstalling KB3080149 (telemetry for Win7/8.1)
start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart
echo Uninstalling KB3021917 (telemetry for Win7)
start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart
echo Uninstalling KB3022345 (telemetry)
start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart
echo Uninstalling KB3068708 (telemetry)