├── .github └── FUNDING.yml ├── Challenge └── SQLInjection.bambda ├── ChatGPT_API_Predictor.bambda ├── Games ├── Breakout.bambda └── Snake.bambda ├── JSRouteInspector.bambda ├── OWASP Top-25 Parameters Scanner.txt ├── README.md ├── effects ├── Glitch.bambdas ├── Privacy.bambdas ├── ScreenDrawing.bambdas └── fade_in_out.bambda └── img ├── Ant.png ├── food.png ├── output-onlinegiftools.gif └── test.test /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Challenge/SQLInjection.bambda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/Challenge/SQLInjection.bambda -------------------------------------------------------------------------------- /ChatGPT_API_Predictor.bambda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/ChatGPT_API_Predictor.bambda -------------------------------------------------------------------------------- /Games/Breakout.bambda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/Games/Breakout.bambda -------------------------------------------------------------------------------- /Games/Snake.bambda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/Games/Snake.bambda -------------------------------------------------------------------------------- /JSRouteInspector.bambda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/JSRouteInspector.bambda -------------------------------------------------------------------------------- /OWASP Top-25 Parameters Scanner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/OWASP Top-25 Parameters Scanner.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/README.md -------------------------------------------------------------------------------- /effects/Glitch.bambdas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/effects/Glitch.bambdas -------------------------------------------------------------------------------- /effects/Privacy.bambdas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/effects/Privacy.bambdas -------------------------------------------------------------------------------- /effects/ScreenDrawing.bambdas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/effects/ScreenDrawing.bambdas -------------------------------------------------------------------------------- /effects/fade_in_out.bambda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/effects/fade_in_out.bambda -------------------------------------------------------------------------------- /img/Ant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/img/Ant.png -------------------------------------------------------------------------------- /img/food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/img/food.png -------------------------------------------------------------------------------- /img/output-onlinegiftools.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BugBountyzip/Bambdas/HEAD/img/output-onlinegiftools.gif -------------------------------------------------------------------------------- /img/test.test: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------