Yan
1f03b1127b
better fix
2023-11-21 01:28:57 -07:00
Yan
b553d4962f
yolo a setup fix
2023-11-21 01:25:32 -07:00
chenyh
411e7d7a97
update ghidra version to 10.3.1
2023-06-25 01:18:33 -07:00
chenyh
c2fd3286f8
update apktool version to 2.7.0
2023-06-25 01:18:33 -07:00
Alex
299355fdbe
Improved tools: stegano-tools ( #196 )
...
* Improved tools: stegano-tools
* Fixed home
2022-03-02 13:28:22 -07:00
Alex
ed7117e9eb
Added tools: stegano-tools ( #195 )
2022-03-02 03:01:25 -07:00
Alex
0dc70413d8
Fixed requirement python3-dev ( #194 )
2022-03-01 11:54:27 -07:00
Alex
515d66fd98
Fixed rubygems requirement ( #193 )
2022-03-01 03:01:58 -07:00
Alex
017cdfbb8f
Improved Webgrep ( #192 )
2022-03-01 02:26:29 -07:00
Alex
8826553ec1
Upgrade Docker image to Ubuntu Focal ( #191 )
...
* Upgrade Docker image to Ubuntu Focal
* Fix #188
2022-02-28 01:33:01 -07:00
Alex
482324f74c
Added tool: Webgrep ( #186 )
2022-02-27 00:40:53 -07:00
Alex
834167bad1
Added libary (with tools): codext ( #185 )
2022-02-24 19:30:31 -07:00
Sam Duy
e0b1ab5186
Fixed issue: setuptools keeps complaining about python2 ( #178 )
...
Co-authored-by: Duy Khuong <duykham@gmail.com>
2020-05-21 23:49:33 -07:00
Angel_Kitty
7920878fbe
LICENSE: Happy new year! ( #177 )
...
Update LICENSE
2020-01-01 21:38:55 -07:00
Angel_Kitty
d8d9f9e683
Add stegosaurus ( #176 )
...
* Add a steganography tool for embedding payloads within Python bytecode.
* build && create binary file && fix script typos
* add stegosaurus
2019-10-22 23:45:55 -07:00
Emanuel Boderash
8b50a3265a
make script more platform independant
2019-10-09 16:32:48 -07:00
Angel_Kitty
412eea6c86
Add a steganography tool for embedding payloads within Python bytecode. ( #166 )
...
* Add a steganography tool for embedding payloads within Python bytecode.
* build && create binary file && fix script typos
2019-10-09 16:32:11 -07:00
Yan
5978a34d4e
ex
2019-09-24 23:16:54 -07:00
Yan
65b884bb30
ghidra
2019-09-24 23:16:54 -07:00
Zachary Wimer
a929a3c598
License added: BSD2 ( #170 )
...
* Create LICENSE
* Update README.md
* Delete LICENSE
* Create LICENSE
2019-03-13 21:32:56 -07:00
Anastasios Stasinopoulos
bc9696f87e
Minor Update
2019-02-22 21:02:16 -07:00
Zachary Wimer
3dafe02db3
Added C-bind
2019-02-16 21:47:45 -07:00
Zachary Wimer
2faa58443e
Fixed typo
2019-02-16 21:47:45 -07:00
Zachary Wimer
e667a3fd78
Added single_file_libs and sudolphin
2019-02-16 21:47:45 -07:00
Zachary Wimer
3a6cdd27af
Fixed typos in README
2019-02-10 11:38:35 -07:00
zwimer
584011853c
Merged libraries into large chart
2019-02-10 11:38:35 -07:00
zwimer
6fa8e44470
Readme changed format of chart
2019-02-10 11:38:35 -07:00
zwimer
da37566b2d
test
2019-02-10 11:38:35 -07:00
zwimer
459aa27bc7
Readme changed format of chart
2019-02-10 11:38:35 -07:00
zwimer
3829d66ca9
stego-toolkit added
2019-02-10 11:38:35 -07:00
darksun
e77f7c0427
vagrant-vbguest needed
2018-09-10 21:16:05 +02:00
Kenneth Chan
6480f09e87
Add docker step
...
cd into directory after cloning to be able to run the docker command
2018-07-14 08:43:00 +02:00
Yan
32cf66b3f8
add the capability to use 'nice' to avoid locking everything up during long compiles
2018-07-12 22:18:31 -07:00
pwnslinger
280834a007
qira patched, flask_socketio problem fixed
2018-07-11 17:13:48 +02:00
Richard Clifford
cf6ceba422
Update Dockerfile
...
This should fix the error: `fatal: unable to access 'https://github.com/Author/Repo.git ': Problem with the SSL CA cert (path? access rights?)`
2018-05-31 00:52:59 -07:00
Michael Rodler
9b5a706ee7
zsteg: added uninstall script
2018-04-20 11:12:52 -07:00
Michael Rodler
ec75e3d081
Updated Dockerfiles, added script to quickly run manage-tools in a container for testing
...
* Dockerfile updates
* Ubuntus now use apt-get-install wrapper to not leave package lists in the container
* Copy uncommited manage-tools, etc. scripts into container, which
is good for manual testing.
* Remove dependency on virtualenvwrapper for Ubuntus and Fedora
* `ctf-tools-test-action` to quickly test something for another distribution in a docker container, e.g.
`ctf-tools-test-action -d fedora -s -v reinstall qemu`
2018-04-20 11:12:52 -07:00
Michael Rodler
dd4f08ffdb
rappel: fix install-root script
2018-04-20 11:12:52 -07:00
Michael Rodler
da6c5a937b
manage-tools: do error handling for install-root-* scripts the same way as for install scripts
2018-04-20 11:12:52 -07:00
Michael Rodler
09d49d8bd6
manage-tools: ensure PATH is set for ./install scripts such that they can find the ctf-tools scripts
...
this wasn't the case in a docker container for some reason... It's more robust this way.
2018-04-20 11:12:52 -07:00
Michael Rodler
3f21e29053
manage-tools: run apt-get update before attempting to install something, a container might not have latest or any package list
2018-04-20 11:12:52 -07:00
Michael Rodler
3d71d79c97
manage-tools didn't properly set PATH when using fish shell
2018-04-20 11:12:52 -07:00
Michael Rodler
407a2a80d6
gdb install script: remove build artifacts and strip gdb binary after build to save some disk space
2018-04-20 11:12:52 -07:00
Michael Rodler
985c884a96
fix gdb latest version regex not finding the latest version 8.1
2018-04-20 11:12:52 -07:00
Michael Rodler
cefcce33db
fix ropper install script to use --no-binary, since --no-use-wheel is deprecated and some pip versions have it removed already
2018-04-20 11:12:52 -07:00
Michael Rodler
0c64793157
Updated qemu install script
...
* Use separate build dir
* remove build directory afterwards, this saves quite some space in VMs...
* some minor improvements
2018-04-20 11:12:52 -07:00
Yan
94032b49cd
adding nonce-disrespect
2018-03-24 23:30:17 -07:00
Yan
8a9b52d5a6
added one_gadget
2018-03-01 18:52:06 -07:00
Ga_ryo_
85026a493d
fix shebang
2018-02-16 23:27:47 +00:00
Yan
a9e85987aa
added youtube-dl for annoying recons
2018-01-27 23:48:01 -07:00