Skip to content

Commit a5aa7b0

Browse files
chore: initial scaffold for NoSQLi-Tester
0 parents  commit a5aa7b0

12 files changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
**Describe the bug**
6+
Steps to reproduce:
7+
1.
8+
2.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Summary
2+
Please describe change.

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
__pycache__/
2+
*.pyc
3+
.env
4+
node_modules/
5+
dist/
6+
.coverage
7+
coverage/
8+
*.log

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Changelog
2+
All notable changes.

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Code of Conduct
2+
Be respectful.

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing
2+
3+
Thanks for contributing!

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License
2+
3+
Copyright (c) 2025 NaldyXploit-ID
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

NoSQLi-Tester-tests/test_basic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def test_basic():
2+
assert True

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# NoSQLi-Tester
2+
3+
[![CI](https://img.shields.io/github/actions/workflow/status/NaldyXploit-ID/NoSQLi-Tester/python.yml?branch=master&label=build)](https://github.com/NaldyXploit-ID/NoSQLi-Tester/actions)
4+
[![License](https://img.shields.io/github/license/NaldyXploit-ID/NoSQLi-Tester)]
5+
[![Lang](https://img.shields.io/github/languages/top/NaldyXploit-ID/NoSQLi-Tester)]
6+
7+
Uji Endpoint Yang Menggunakan NoSQL Untuk Indikasi Injection Dan Bypass.
8+
9+
Developer: NaldyXploit-ID
10+
Version: 5.0-A+++
11+
Release: 2025-10-17
12+
13+
![screenshot](.github/assets/screenshot.png)
14+

SECURITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Security
2+
Report privately via issue.

0 commit comments

Comments
 (0)