ForlaxPy

Members
  • Content Count

    732
  • Last visited

Everything posted by ForlaxPy

  1. @Hamzhaxx Read this book made by @kostrikov about dorks and SQLi: https://mega.nz/#!R5VlgSaD!8n_yJRLJCFmyi4pQ4NzeT6XmCAsIy5T2q5xWIqkEjyk Also check these for some additional details and keep on searching (it's a huge subject and so I cannot write and article about it here and now lol) : https://cracked.to/Thread-Best-Dorks-Tutorial-HQ-RESULTS-HandWriting-Dorks-GOOGLE-DORKS https://cracked.to/Thread-How-to-make-dorks-that-are-really-effective-2018 https://cracked.to/Thread-How-to-make-a-Combolist-The-professional-method-The-right-way-Secrets-unreveale
  2. [hide] Verified! https://pastr.io/view/eurEOx [/hide]
  3. you mean thru php website dorks? i am getting some gaming sites from my dorks right now so it might work Yeah you got php, aspx, and js these uses SQL as a Database so you could get injecatbles from them and that's the goal.
  4. These dorks ain't gonna get you any HQ Databases, yes you gonna find some injectables but they would be already used and outdated. You should be more creative in the keywords and try to start looking into some related Fortnite related websites in Google then you will find a lot of HQ Dorks, dorks are basically a part of the websites URL you gotta find these that use SQL as a database and try to exploit it and that is already done auto by such tools as sqlmap or SQL Dumper so just try to search more about Google dorks here in cracked or in the internet in general then you gonna start finding a lot of flaws in yours.
  5. Enjoy these fresh HULU Accounts and don't forget to leave a Like as a support [hide] https://pastr.io/view/XS158k [/hide]
  6. Music For Everyone [hide] https://pastr.io/view/eWROjf [/hide]
  7. You gonna get hits for sure [hide] https://anonfile.com/a0C3u4mbba/Total_txt [/hide]
  8. Don't be a Leecher and leave a Like [hide] https://pastr.io/view/Fk7aqF [/hide]
  9. Some Likes will make me happy! [hide] https://pastr.io/view/U6oVLS [/hide]
  10. Well I just found this checker in another forum and I decompiled it easily and it had no obfuscation so I decided to share it with you guys. Idk it may be helpful for some of ya. [hide] Project File Download: https://anonfile.com/K53342m4bf/BTC_Wallet_Private_Keys_Checker_zip using Microsoft.VisualBasic.CompilerServices; using Microsoft.VisualBasic.Devices; using Microsoft.VisualBasic.MyServices; using PV_Key_Scraper_and_Checker.My; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Net; using System.Text; using System.Text.RegularExpressions; namespace PV_Key_Scraper_and_Checker { internal static class Module1 { private static int counter; private static int lage; private static string addys; private static Queue pkeyz; private static List @checked; private static List duplicates; private static int errors; private static int page; private static string str; static Module1() { Module1.addys = "addys.txt"; Module1.pkeyz = new Queue(); Module1.@checked = new List(); Module1.duplicates = new List(); } private static string GenMask(string Mask) { StringBuilder stringBuilder = new StringBuilder(); Random random = new Random(); int length = checked(Mask.Length - 1); for (int i = 0; i <= length; i = checked(i + 1)) { if (Operators.CompareString(Conversions.ToString(Mask[i]), "@", false) != 0) { stringBuilder.Append(Mask[i]); } else { stringBuilder.Append(random.Next(0, 9)); } } return stringBuilder.ToString(); } [sTAThread] public static void Main() { IEnumerator enumerator = null; IEnumerator enumerator1 = null; ConsoleKeyInfo consoleKeyInfo; while (true) { try { Module1.str = Module1.GenMask("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create(string.Concat("https://lbc.cryptoguru.org/dio/", Module1.str.ToString())); httpWebRequest.Proxy = null; httpWebRequest.UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"; httpWebRequest.Timeout = 5000; StreamReader streamReader = new StreamReader(((HttpWebResponse)httpWebRequest.GetResponse()).GetResponseStream()); string end = streamReader.ReadToEnd(); streamReader.Close(); MatchCollection matchCollections = Regex.Matches(end, " (.*?)"); MatchCollection matchCollections1 = Regex.Matches(end, ""); try { enumerator = matchCollections1.GetEnumerator(); while (enumerator.MoveNext()) { Match current = (Match)enumerator.Current; Module1.pkeyz.Enqueue(current.Groups[1].Value); } } finally { if (enumerator is IDisposable) { (enumerator as IDisposable).Dispose(); } } try { enumerator1 = matchCollections.GetEnumerator(); while (enumerator1.MoveNext()) { Match match = (Match)enumerator1.Current; string[] str = new string[] { "Wallets checked: ", null, null, null, null, null, null, null }; int count = [email protected]; str[1] = count.ToString(); str[2] = " | Duplicates: "; count = Module1.duplicates.Count; str[3] = count.ToString(); str[4] = " | Errors: "; str[5] = Module1.errors.ToString(); str[6] = " | Current page: "; str[7] = Module1.str.ToString(); Console.Title = string.Concat(str); if ([email protected](match.Groups[1].Value)) { [email protected](match.Groups[1].Value); string str1 = Module1.pkeyz.Dequeue(); HttpWebRequest httpWebRequest1 = (HttpWebRequest)WebRequest.Create(string.Concat("https://blockchain.info/address/", match.Groups[1].Value)); httpWebRequest.UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"; HttpWebResponse response = (HttpWebResponse)httpWebRequest1.GetResponse(); string end1 = (new StreamReader(response.GetResponseStream())).ReadToEnd(); streamReader.Close(); Match match1 = Regex.Match(end1, "(.*?) BTC"); Module1.counter = checked(Module1.counter + 1); if (Operators.CompareString(match1.Groups[2].Value, "0", false) != 0) { Console.ForegroundColor = ConsoleColor.Green; Console.WriteLine(string.Concat(new string[] { "[✓] ", match.Groups[2].Value, " pKey: ", str1, " Balance: ", match1.Groups[1].Value })); Console.WriteLine("Found balance!"); consoleKeyInfo = Console.ReadKey(); return; } else { Console.ForegroundColor = ConsoleColor.Red; Console.WriteLine(string.Concat(new string[] { "[x] ", match.Groups[2].Value, " pKey: ", str1, " Balance: ", match1.Groups[1].Value })); StreamWriter streamWriter = MyProject.Computer.FileSystem.OpenTextFileWriter("empty_wallets.txt", true); streamWriter.WriteLine(match.Groups[1].Value); streamWriter.Close(); StreamWriter streamWriter1 = MyProject.Computer.FileSystem.OpenTextFileWriter("empty_wallets_with_pkey.txt", true); streamWriter1.WriteLine(string.Concat(match.Groups[1].Value, " | ", str1)); streamWriter1.Close(); } } else { Console.ForegroundColor = ConsoleColor.Yellow; Console.WriteLine("Wallet already used!"); Module1.duplicates.Add(match.Groups[1].Value); } } } finally { if (enumerator1 is IDisposable) { (enumerator1 as IDisposable).Dispose(); } } } catch (Exception exception) { ProjectData.SetProjectError(exception); Console.ForegroundColor = ConsoleColor.DarkMagenta; Console.WriteLine("Connection error!"); Module1.errors = checked(Module1.errors + 1); ProjectData.ClearProjectError(); } Console.WriteLine("Found balance!"); consoleKeyInfo = Console.ReadKey(); } } } } [/hide]
  11. Happy cracking for everyone! [hide] https://anonfile.com/z4y74em4b0/280k_txt [/hide]
  12. Keywords used: Don't forget to drop a like as a support, why? Bec why not :??: [hide] https://pastr.io/view/BVI6CY [/hide]
  13. Why not a Trial Premium something that gonna expire after few days.
  14. The first thing to check for is Fortnite for sure! Keep on sharing these! <3
  15. A like would be great :feelsgood: You know... [hide] https://anonfile.com/wcc742m0bc/109k_Gmail_Hq_Combolist_txt [/hide]
  16. ALL EPIC FORTNITE GAMERS!!! Don't be leechers and leave a like :feelsgood: [hide] https://pastr.io/view/VvNS1t [/hide]
  17. [hide] https://blue.atshop.io/order/QPumAFA2dHvEmd3Yv https://blue.atshop.io/order/PYAwy2iX8kBu9p7PK #RektTheSeller [/hide]
  18. Music for Everyone! Enjoy [hide] https://pastr.io/view/qzM2JE [/hide]
  19. Music for Everyone! [hide] https://pastr.io/view/I3m39s [/hide]
  20. Be nice and leave a like so you won't get considered as a Leecher. [hide] https://anonfile.com/j4se30mab6/100K_SQLDUMP_txt [/hide]
  21. Show me some support if you wanna get more :feelsgood: [hide] https://pastr.io/view/uscPmy [/hide]
  22. Stay Secure, Stay safe! If you could leave some greens then it would be awesome [hide] https://pastr.io/view/8NXflY [/hide]
  23. A compact pack with a lot of Checkers Use these tools with caution as they may contains some malwares, a VM or sandboxie is recommended! Also you may leave a Like as a support :kek: Enjoy :hype: [hide] DL: https://anonfile.com/PaDfnfm9b9/Checkers_rar [/hide]
  24. [hide] https://pastr.io/view/FrTzqQ [/hide]