6c177c1fc3
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
83 lines
2 KiB
YAML
83 lines
2 KiB
YAML
Categories:
|
|
- Development
|
|
- Security
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/cSploit/android
|
|
IssueTracker: https://github.com/cSploit/android/issues
|
|
|
|
AutoName: cSploit
|
|
Summary: Network analysis and penetration toolkit
|
|
Description: |-
|
|
cSploit is an Android network analysis and penetration suite which aims to offer
|
|
to IT security experts/geeks the most complete and advanced professional toolkit
|
|
to perform network security assesments on a mobile device.
|
|
|
|
Once cSploit is started, you will be able to easily map your network,
|
|
fingerprint alive hosts operating systems and running services, search for known
|
|
vulnerabilities, crack logon procedures of many tcp protocols, perform man in
|
|
the middle attacks such as password sniffing (with common protocols dissection),
|
|
real time traffic manipulation, etc.
|
|
|
|
This app requires a rooted device with Busybox installed.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/cSploit/android
|
|
|
|
Builds:
|
|
- versionName: 1.6.2
|
|
versionCode: 4
|
|
commit: v1.6.2
|
|
subdir: cSploit
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
scandelete:
|
|
- cSploit/jni
|
|
build:
|
|
- cp -r $$NDK$$ ndk
|
|
- export PATH=$PWD/ndk:$PATH
|
|
- cd jni
|
|
- ./build.sh
|
|
|
|
- versionName: 1.6.3
|
|
versionCode: 5
|
|
commit: v1.6.3
|
|
subdir: cSploit
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
scandelete:
|
|
- cSploit/jni
|
|
build:
|
|
- cp -r $$NDK$$ ndk
|
|
- export PATH=$PWD/ndk:$PATH
|
|
- cd jni
|
|
- ./build.sh
|
|
|
|
- versionName: 1.6.5
|
|
versionCode: 6
|
|
commit: v1.6.5
|
|
subdir: cSploit
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
scandelete:
|
|
- cSploit/jni
|
|
build:
|
|
- cp -r $$NDK$$ ndk
|
|
- export PATH=$PWD/ndk:$PATH
|
|
- cd jni
|
|
- ./build.sh
|
|
|
|
MaintainerNotes: |-
|
|
Uses scandelete to get rid of many unused binaries in the submodules.
|
|
|
|
Modifies the NDK, so must first make a full copy of it.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.6.5
|
|
CurrentVersionCode: 6
|