hacktricks/a.i.-exploiting/bra.i.nsmasher-presentation/basic-bruteforcer.md

43 lines
4.1 KiB
Markdown
Raw Normal View History

2022-04-28 16:01:33 +00:00
<details>
<summary><strong>AWSハッキングをゼロからヒーローまで学ぶ</strong> <a href="https://training.hacktricks.xyz/courses/arte"><strong>htARTE (HackTricks AWS Red Team Expert)</strong></a><strong></strong></summary>
2022-04-28 16:01:33 +00:00
HackTricksをサポートする他の方法:
2022-04-28 16:01:33 +00:00
* あなたの**会社をHackTricksで宣伝したい**、または**HackTricksをPDFでダウンロードしたい**場合は、[**サブスクリプションプラン**](https://github.com/sponsors/carlospolop)をチェックしてください!
* [**公式PEASS & HackTricksグッズ**](https://peass.creator-spring.com)を入手する
* [**PEASSファミリー**](https://opensea.io/collection/the-peass-family)を発見する、私たちの独占的な[**NFTs**](https://opensea.io/collection/the-peass-family)のコレクション
* 💬 [**Discordグループ**](https://discord.gg/hRep4RUj7f)に**参加する**か、[**テレグラムグループ**](https://t.me/peass)に参加するか、**Twitter** 🐦 [**@carlospolopm**](https://twitter.com/carlospolopm)を**フォローする**。
* **あなたのハッキングのコツを、** [**HackTricks**](https://github.com/carlospolop/hacktricks) と [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) のgithubリポジトリにPRを提出することで共有する。
2022-04-28 16:01:33 +00:00
</details>
2022-05-01 16:32:23 +00:00
# BRUTEFORCER IMAGE CORRUPTION SCRIPT
ここでの目的は、いくつかの基本的な概念についてユーザーに紹介することです。**A.I. apps exploiting**、いくつかの簡単にフォローできるスクリプトを通じて、これは有用なツールを書くためのコアを表しています。\<br>\
この例ではBrainSmasherの簡単なラボを解決するために使用できる、導入チャレンジの解決策に書かれていることも思い出しながら、顔認識の簡単なラボをブルートフォースするために、いくつかの破損した画像を反復的に生成する簡単ながらも有用な方法を提供しますそして、同じ原則に依存する実際のアプリケーションも
もちろん、完全なコードは提供しませんが、モデルのエクスプロイトのためのコア部分のみを提供します。**代わりに、ユーザー(ペネトレーションテストの部分)にいくつかの演習を残します**、ツールを完成させるために。また、何ができるかのアイデアを与えるためにいくつかのヒントも提供します。
2023-07-07 23:42:27 +00:00
スクリプトは[**IMAGE BRUTEFORCER**](https://colab.research.google.com/drive/1kUiWGRKr4vhqjI9Xgaqw3D5z3SeTXKmV)で見つけることができます。
私たちのラボで試してみてください [**BrA.I.Smasher Website**](https://beta.brainsmasher.eu)
楽しんで、安全に過ごしてください!
2022-04-28 16:01:33 +00:00
2022-05-01 16:32:23 +00:00
2022-04-28 16:01:33 +00:00
<details>
<summary><strong>AWSハッキングをゼロからヒーローまで学ぶ</strong> <a href="https://training.hacktricks.xyz/courses/arte"><strong>htARTE (HackTricks AWS Red Team Expert)</strong></a><strong></strong></summary>
2022-04-28 16:01:33 +00:00
HackTricksをサポートする他の方法:
2022-04-28 16:01:33 +00:00
* あなたの**会社をHackTricksで宣伝したい**、または**HackTricksをPDFでダウンロードしたい**場合は、[**サブスクリプションプラン**](https://github.com/sponsors/carlospolop)をチェックしてください!
* [**公式PEASS & HackTricksグッズ**](https://peass.creator-spring.com)を入手する
* [**PEASSファミリー**](https://opensea.io/collection/the-peass-family)を発見する、私たちの独占的な[**NFTs**](https://opensea.io/collection/the-peass-family)のコレクション
* 💬 [**Discordグループ**](https://discord.gg/hRep4RUj7f)に**参加する**か、[**テレグラムグループ**](https://t.me/peass)に参加するか、**Twitter** 🐦 [**@carlospolopm**](https://twitter.com/carlospolopm)を**フォローする**。
* **あなたのハッキングのコツを、** [**HackTricks**](https://github.com/carlospolop/hacktricks) と [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) のgithubリポジトリにPRを提出することで共有する。
2022-04-28 16:01:33 +00:00
</details>