blind SQLIpy sebuah alat injeksi sql yang menggunakan waktu sql untuk mendapatkan sebuah server database.

Overview

blind SQLIpy

Alat blind SQLIpy ini merupakan alat injeksi sql yang menggunakan metode time based blind sql injection metode tersebut membutuhkan waktu yang lama agar bisa mendapatkan sebuah server database. Alat yang saya bangun ini menggunakan bantuan sebuah library seperti library blinder dan requests untuk bisa mendapatkan server database tersebut dan bahasa pemrograman python.

Yang Bisa Di Lakukan blind SQLIpy

  1. Cek Injeksi URL Sasaran
  2. Dapatkan Nama Database Sasaran
  3. Dapatkan Nama Tabel Sasaran
  4. Dapatkan Jumlah Tabel Sasaran
  5. Dork Injeksi SQL

Di Uji Pada :

  • Windows
  • Kali Linux

Penginstallan Pada Windows Dan Kali Linux

git clone https://github.com/galihap76/blind-SQLIpy.git

Kamu cukup clone dan simpan pada direktori mana pun.

Penggunaan Pada Windows

C:\Users\GalihAp76>cd blind-SQLIpy
C:\Users\GalihAp76\blind-SQLIpy>sqli.py

Penggunaan Pada Kali Linux

cd blind-SQLIpy
python3 sqli.py

Penyerangan blind SQLIpy

 _     _ _           _   ____   ___  _     ___
| |__ | (_)_ __   __| | / ___| / _ \| |   |_ _|_ __  _   _
| '_ \| | | '_ \ / _` | \___ \| | | | |    | || '_ \| | | |
| |_) | | | | | | (_| |  ___) | |_| | |___ | || |_) | |_| |
|_.__/|_|_|_| |_|\__,_| |____/ \__\_\_____|___| .__/ \__, |
                                              |_|    |___/


 [>] Di Koding Oleh : Galih Anggoro Prasetya
 [>] Github         : https://github.com/galihap76




===================================
[+]         blind SQLIpy        [+]
===================================
 [1] CEK INJEKSI URL SASARAN
 [2] DAPATKAN NAMA DATABASE SASARAN
 [3] DAPATKAN NAMA TABEL SASARAN
 [4] DAPATKAN JUMLAH TABEL SASARAN
 [5] DORK INJEKSI SQL
 [6] INFO DAN CONTOH PENYERANGAN
 [7] KELUAR

===================================


[+] pilih nomor yang kamu mau : 2
[+] masukkan URL sasaran pada blind SQLIpy : http://testphp.vulnweb.com/product.php?pic=1
[!] harap tunggu...
[+] nama database pada sasaran :  acuart


[+] pilih nomor yang kamu mau :

Penyerangan blind SQLIpy pada nomor 2 untuk mendapatkan nama database sasaran.

Pemberitahuan Dari Saya

Jika kamu menggunakan alat saya ini harap bersabar dan menunggu untuk mendapatkan server database sasaran karena ini menggunakan metode time based blind sql injection jadi ini juga membutuhkan koneksi internet.

Owner
Galih Anggoro Prasetya
Pemrogram Komputer
Galih Anggoro Prasetya
Open-sourcing the Slates Dataset for recommender systems research

FINN.no Recommender Systems Slate Dataset This repository accompany the paper "Dynamic Slate Recommendation with Gated Recurrent Units and Thompson Sa

FINN.no 48 Nov 28, 2022
Code release for General Greedy De-bias Learning

General Greedy De-bias for Dataset Biases This is an extention of "Greedy Gradient Ensemble for Robust Visual Question Answering" (ICCV 2021, Oral). T

4 Mar 15, 2022
Towards Representation Learning for Atmospheric Dynamics (AtmoDist)

Towards Representation Learning for Atmospheric Dynamics (AtmoDist) The prediction of future climate scenarios under anthropogenic forcing is critical

Sebastian Hoffmann 4 Dec 15, 2022
Inference code for "StylePeople: A Generative Model of Fullbody Human Avatars" paper. This code is for the part of the paper describing video-based avatars.

NeuralTextures This is repository with inference code for paper "StylePeople: A Generative Model of Fullbody Human Avatars" (CVPR21). This code is for

Visual Understanding Lab @ Samsung AI Center Moscow 18 Oct 06, 2022
Data and code for ICCV 2021 paper Distant Supervision for Scene Graph Generation.

Distant Supervision for Scene Graph Generation Data and code for ICCV 2021 paper Distant Supervision for Scene Graph Generation. Introduction The pape

THUNLP 23 Dec 31, 2022
The Environment I built to study Reinforcement Learning + Pokemon Showdown

pokemon-showdown-rl-environment The Environment I built to study Reinforcement Learning + Pokemon Showdown Been a while since I ran this. Think it is

3 Jan 16, 2022
Code for "Adversarial Attack Generation Empowered by Min-Max Optimization", NeurIPS 2021

Min-Max Adversarial Attacks [Paper] [arXiv] [Video] [Slide] Adversarial Attack Generation Empowered by Min-Max Optimization Jingkang Wang, Tianyun Zha

Jingkang Wang 12 Nov 23, 2022
The implementation of FOLD-R++ algorithm

FOLD-R-PP The implementation of FOLD-R++ algorithm. The target of FOLD-R++ algorithm is to learn an answer set program for a classification task. Inst

13 Dec 23, 2022
A PyTorch implementation: "LASAFT-Net-v2: Listen, Attend and Separate by Attentively aggregating Frequency Transformation"

LASAFT-Net-v2 Listen, Attend and Separate by Attentively aggregating Frequency Transformation Woosung Choi, Yeong-Seok Jeong, Jinsung Kim, Jaehwa Chun

Woosung Choi 29 Jun 04, 2022
Dilated Convolution with Learnable Spacings PyTorch

Dilated-Convolution-with-Learnable-Spacings-PyTorch Ismail Khalfaoui Hassani Dilated Convolution with Learnable Spacings (abbreviated to DCLS) is a no

15 Dec 09, 2022
Code for the paper BERT might be Overkill: A Tiny but Effective Biomedical Entity Linker based on Residual Convolutional Neural Networks

Biomedical Entity Linking This repo provides the code for the paper BERT might be Overkill: A Tiny but Effective Biomedical Entity Linker based on Res

Tuan Manh Lai 24 Oct 24, 2022
Semi-Supervised Semantic Segmentation with Cross-Consistency Training (CCT)

Semi-Supervised Semantic Segmentation with Cross-Consistency Training (CCT) Paper, Project Page This repo contains the official implementation of CVPR

Yassine 344 Dec 29, 2022
Conservative and Adaptive Penalty for Model-Based Safe Reinforcement Learning

Conservative and Adaptive Penalty for Model-Based Safe Reinforcement Learning This is the official repository for Conservative and Adaptive Penalty fo

7 Nov 22, 2022
A keras-based real-time model for medical image segmentation (CFPNet-M)

CFPNet-M: A Light-Weight Encoder-Decoder Based Network for Multimodal Biomedical Image Real-Time Segmentation This repository contains the implementat

268 Nov 27, 2022
A PyTorch re-implementation of the paper 'Exploring Simple Siamese Representation Learning'. Reproduced the 67.8% Top1 Acc on ImageNet.

Exploring simple siamese representation learning This is a PyTorch re-implementation of the SimSiam paper on ImageNet dataset. The results match that

Taojiannan Yang 72 Nov 09, 2022
PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

Efficient Neural Architecture Search (ENAS) in PyTorch PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing. ENAS red

Taehoon Kim 2.6k Dec 31, 2022
Graph Posterior Network: Bayesian Predictive Uncertainty for Node Classification (NeurIPS 2021)

Graph Posterior Network This is the official code repository to the paper Graph Posterior Network: Bayesian Predictive Uncertainty for Node Classifica

Maximilian Stadler 30 Dec 05, 2022
Replication attempt for the Protein Folding Model

RGN2-Replica (WIP) To eventually become an unofficial working Pytorch implementation of RGN2, an state of the art model for MSA-less Protein Folding f

Eric Alcaide 36 Nov 29, 2022
Code for Reciprocal Adversarial Learning for Brain Tumor Segmentation: A Solution to BraTS Challenge 2021 Segmentation Task

BRATS 2021 Solution For Segmentation Task This repo contains the supported pytorch code and configuration files to reproduce 3D medical image segmenta

Himashi Amanda Peiris 6 Sep 15, 2022
Offcial implementation of "A Hybrid Video Anomaly Detection Framework via Memory-Augmented Flow Reconstruction and Flow-Guided Frame Prediction, ICCV-2021".

HF2-VAD Offcial implementation of "A Hybrid Video Anomaly Detection Framework via Memory-Augmented Flow Reconstruction and Flow-Guided Frame Predictio

76 Dec 21, 2022