Cleaned build folder
Update Readme
3
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
|||
node_modules
|
||||
npm-debug.log
|
||||
build/dev
|
||||
build/test
|
||||
build/*
|
||||
docs/*
|
||||
!docs/*.conf.json
|
||||
!docs/*.ico
|
||||
|
|
17
README.md
|
@ -1,5 +1,22 @@
|
|||
# CyberChef
|
||||
|
||||
This is a fork of original CyberChef by GCHQ. This project has implemented my own operations for the daily SoC tasks. Please feel free to clone/test/share/contribute it.
|
||||
|
||||
## Features
|
||||
|
||||
- opeartion **nTcpdump**: tcpdump hexdump convert
|
||||
|
||||
## Todo
|
||||
|
||||
- operation GZip HTTP data
|
||||
- operation char() data
|
||||
- operation SQL comment strip function
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Original project info
|
||||
|
||||
####*The Cyber Swiss Army Knife*
|
||||
|
||||
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include creating hexdumps, simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, data compression and decompression, calculating hashes and checksums, IPv6 and X.509 parsing, and much more.
|
||||
|
|
|
@ -1,50 +0,0 @@
|
|||
# Serve up .htm files as binary files rather than text/html.
|
||||
# This allows cyberchef.htm to be downloaded rather than opened in the browser.
|
||||
AddType application/octet-stream .htm
|
||||
|
||||
# Fix Apache bug #45023 where "-gzip" is appended to all ETags, preventing 304 responses
|
||||
<IfModule mod_headers.c>
|
||||
RequestHeader edit "If-None-Match" "^\"(.*)-gzip\"$" "\"$1\""
|
||||
Header edit "ETag" "^\"(.*[^g][^z][^i][^p])\"$" "\"$1-gzip\""
|
||||
</IfModule>
|
||||
|
||||
# Set gzip compression on all resources that support it
|
||||
<IfModule mod_deflate.c>
|
||||
SetOutputFilter DEFLATE
|
||||
</IfModule>
|
||||
|
||||
# Set Expires headers on various resources
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
|
||||
# 10 minutes
|
||||
ExpiresDefault "access plus 600 seconds"
|
||||
|
||||
# 30 days
|
||||
ExpiresByType image/x-icon "access plus 2592000 seconds"
|
||||
ExpiresByType image/jpeg "access plus 2592000 seconds"
|
||||
ExpiresByType image/png "access plus 2592000 seconds"
|
||||
ExpiresByType image/gif "access plus 2592000 seconds"
|
||||
|
||||
# 7 days
|
||||
ExpiresByType text/css "access plus 604800 seconds"
|
||||
ExpiresByType text/javascript "access plus 604800 seconds"
|
||||
ExpiresByType application/javascript "access plus 604800 seconds"
|
||||
ExpiresByType text/html "access plus 604800 seconds"
|
||||
</IfModule>
|
||||
|
||||
# Set Cache-Control headers on various resources
|
||||
<IfModule mod_headers.c>
|
||||
<FilesMatch "\\.(ico|jpe?g|png|gif)$">
|
||||
Header set Cache-Control "max-age=2592000, public"
|
||||
</FilesMatch>
|
||||
<FilesMatch "\\.(css)$">
|
||||
Header set Cache-Control "max-age=600, public"
|
||||
</FilesMatch>
|
||||
<FilesMatch "\\.(js)$">
|
||||
Header set Cache-Control "max-age=600, private, must-revalidate"
|
||||
</FilesMatch>
|
||||
<FilesMatch "\\.(x?html?)$">
|
||||
Header set Cache-Control "max-age=600, private, must-revalidate"
|
||||
</FilesMatch>
|
||||
</IfModule>
|
Before Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 773 B |
Before Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 796 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 746 B |
Before Width: | Height: | Size: 590 B |
Before Width: | Height: | Size: 905 B |
Before Width: | Height: | Size: 680 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 843 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 513 B |
Before Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 463 B |
Before Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 719 B |
Before Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 695 B |
Before Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 769 B |
Before Width: | Height: | Size: 717 B |
Before Width: | Height: | Size: 553 B |