Skip to content

Commit

Permalink
Develop (#2)
Browse files Browse the repository at this point in the history
Refactored base lib
  • Loading branch information
cosmic-zip authored Jul 28, 2024
1 parent e08c085 commit 6f479be
Show file tree
Hide file tree
Showing 40 changed files with 647 additions and 907 deletions.
6 changes: 2 additions & 4 deletions .github/workflow/dart.yml → .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install packages
run: sudo apt-get install -y nmap dirb dnsenum libc-bin iproute2 xxd iptables coreutils wget curl dnsutils traceroute openssl openssh-server xattr libimage-exiftool-perl tor foremost
run: sudo apt-get install -y nmap dirb dnsenum libc-bin iproute2 xxd iptables coreutils wget curl dnsutils traceroute openssl openssh-server xattr libimage-exiftool-perl tor foremost snapd
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk-root: stable
- name: Install dependencies
run: pub get
- name: Build CLI app
run: dart compile exe bin/panzer_maid.dart
run: cd src/ && dart compile exe bin/panzer_maid.dart
- name: Test CLI
run: dart test test/
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ doc/api/

.flutter-plugins
.flutter-plugins-dependencies

# Avoid pushing binaries
*.bin
*.exe
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![panzer](docs/index.png)
![panzer](wiki/files/index.png)

# PanzerMaid

Expand Down Expand Up @@ -50,13 +50,13 @@ Long story short: In 2019, I had to install Arch Linux on my laptop with LUKS. I

Now, I have migrated my entire stack to Flutter and backend to serverless technologies like Lambda, Firebase, etc. The fact that Dart compiles also helps, as I can just build and install a small binary. I plan to implement everything in Dart and stop using third-party tools like dirb, nmap, whois, etc. This will allow me to create an extremely useful and rootless hacking app for iOS and Android.

![grid_app](docs/bean.png)
![grid_app](wiki/files/bean.png)

| Project | Description |
| ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **MaidZ** | Improved an deferent version of witch_craft and previous tools, uses bank.json to store all alias, commands, and single line shell scripts |
| **Witch_Craft** | Rust based framework, store all alias inside structs |
| **LinuxEvilToolkit** | Original toolkit from 2018, uses ruby and store all alias and scripts inside variables, the most complete version, deprecated due complexity |
| **LinuxEvilToolkit** | Original toolkit from 2018, uses ruby and store all alias and scripts inside variables, the most complete version, deprecated due complexity |
| **MaidSecLists 2024 Rev2** | My own version of SecLists but using standard file names, merging word lists and remove garbage files, this rev2 refers to MaidZ version of MaidSecLists. |

<p align="center">
Expand Down
5 changes: 0 additions & 5 deletions bin/panzer_maid.dart

This file was deleted.

Binary file removed bin/panzer_maid.exe
Binary file not shown.
60 changes: 0 additions & 60 deletions docs/msdos.md

This file was deleted.

Binary file removed docs/shot.png
Binary file not shown.
1 change: 0 additions & 1 deletion lib/domains/web/attack.dart

This file was deleted.

19 changes: 0 additions & 19 deletions lib/tinybox/consts.dart

This file was deleted.

47 changes: 0 additions & 47 deletions lib/tinybox/manual.dart

This file was deleted.

Loading

0 comments on commit 6f479be

Please sign in to comment.