This project is mirrored from https://gitee.com/mirrors/Mizu.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 04 Jul, 2022 3 commits
-
-
Roee Gadot authored
-
Roee Gadot authored
-
gadotroee authored
-
- 03 Jul, 2022 4 commits
-
-
leon-up9 authored
* close ws on open * chech if json before parsing * setting defualt tab reponse and missing dep * remove redundant * space * PR fixes * remove redundant * changed order * Revert "remove redundant" This reverts commit 2f0bef5d3378b62120e53625cb2b12d95a73747e. * revert order change * changes * change * changes Co-authored-by: Leon <>
-
AmitUp9 authored
-
lirazyehezkel authored
* Removed policy rules (validation rules) feature * updated test pcap * Remove rules * fix replay in rules Co-authored-by:
Roy Island <roy@up9.com> Co-authored-by:
RoyUP9 <87927115+RoyUP9@users.noreply.github.com> Co-authored-by:
Roee Gadot <roee.gadot@up9.com>
-
leon-up9 authored
* modal & keyValueTable added * added pulse animation KeyValueTable Behavior improved CodeEditor addded * style changed * codeEditor styling support query params * send request data * finally stop loading * select width * methods and requesr format * icon changed & moved near request tab * accordions added and response presented * 2 way params biding * remove redundant * host path fixed * fix path input * icon styles * fallback for format body * refresh button * changes * remove redundant * closing tag * capitilized character * PR comments * removed props * small changes * color added to reponse data Co-authored-by: Leon <>
-
- 30 Jun, 2022 2 commits
-
-
David Levanon authored
-
AmitUp9 authored
* Add select protocol → when selected, the view will be on commands of that exact protocol * CR fixes * added const instead of free string * remove redundant sass file
-
- 29 Jun, 2022 2 commits
- 28 Jun, 2022 2 commits
-
-
gadotroee authored
-
David Levanon authored
* allow to configure max live streams from mizu cli * Update cli/cmd/tap.go Co-authored-by:
Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com> Co-authored-by:
Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com>
-
- 26 Jun, 2022 4 commits
-
-
RoyUP9 authored
-
M. Mert Yıldıran authored
Change the log level from `ERROR` to `INFO` for cases; not a Go binary or symbol table is stripped (#1164)
-
M. Mert Yıldıran authored
* Handle the Go `ABIInternal` differences on ARM64 * Log the Capstone version, arch and mode * Upgrade Capstone from `4.0.2` to `5.0-rc2` to have ARM64 instructions fix * Use the correct register on ARM64 for reading buffer length * Fix the addresses on ARM64 * #run_acceptance_tests * Update `x86.o` * Update `arm64.o` * #run_acceptance_tests
-
RoyUP9 authored
-
- 23 Jun, 2022 2 commits
- 22 Jun, 2022 1 commit
-
-
lirazyehezkel authored
* fix lint issues * fix all ui-common line issues * max warnings 0
-
- 21 Jun, 2022 2 commits
-
-
AmitUp9 authored
* pie chart for protocols and methods by requests and volume * protocols legend * timeline bar chart component created * timeline can view requests and volume * sorting the bra charts by timestemp * disable view of <1% pieces in pie * space added to the end of the file * package.json update * cr fixes * remove spave * remove unnecessary react fragment Co-authored-by:
Liraz Yehezkel <lirazy@up9.com>
-
gadotroee authored
-
- 20 Jun, 2022 1 commit
-
-
M. Mert Yıldıran authored
* Define and use `BPF_CFLAGS` environment variable * Add eBPF dependencies to `builder-from-amd64-to-arm64v8` and `builder-native-base` * Add eBPF dependencies to `builder-from-arm64v8-to-amd64` * Only compile x86 arch of Capstone for x86 target * Build and install `libbpf` from source * Fix `builder-from-arm64v8-to-amd64` * Add `BPF_TARGET` environment variable * Fix the eBPF verifier error on ARM64 * Fix `go_crypto_tls_ex_uprobe` * Fix the check * #run_acceptance_tests * Fix the build script * Include ARM64 files * Bring back `x86.o` * Generate both endianness * Fix Dockerfile * #run_acceptance_tests * Determine the endianness on runtime if it's possible in Go (default little-endian) #run_acceptance_tests * Revert "Determine the endianness on runtime if it's possible in Go (default little-endian) #run_acceptance_tests" This reverts commit a2c83c6040a6c26b9f005dc8e3cec46764956494. * Remove big-endian files #run_...
-
- 19 Jun, 2022 4 commits
-
-
lirazyehezkel authored
* pie chart for protocols and methods by requests and volume * protocols legend * methods legend * pie chart component * code refactor * no message Co-authored-by:
gadotroee <55343099+gadotroee@users.noreply.github.com>
-
gadotroee authored
only data for pie chart currently
-
David Levanon authored
* close gopacket conn immediately * increase last ack threshold to 3 seconds * remove empty condition * add periodic stats * protect connections from concurrent updates * implement basic throttling base on live streams count * remove assembler mutex * pr fixes * change max conns default to 500 * create connectionId type * fix linter
-
M. Mert Yıldıran authored
* Fix a `slice bounds out of range` error in Go offsets calculation * Change `Errorf` to `Warningf`
-
- 16 Jun, 2022 3 commits
-
-
Andrey Pokhilko authored
Do not save OAS example response if it is over the limit. SpecGen.MaxExampleLen is measured in bytes. Limit=0 means "don't record any examples", while limit=-1 means "record all". Limit is configured via the config file / --set: --set oas.max-example-len=100. The default is 10KB. This PR breaks the previous config. Moved oas bool (enable/disable OAS) to oas.enable. Users who wish to disable OAS (or to explicitly enable it) should now to so with --set oas.enable=false instead of --set oas=false. Co-authored-by:
Nimrod Gilboa Markevich <nimrod@up9.com> Co-authored-by:
Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com>
-
gadotroee authored
-
AmitUp9 authored
* #run_acceptance_tests * added data-cy to checkboxes in body section, removed unnecessary tests and fix decoded text testing * #run_acceptance_tests
-
- 14 Jun, 2022 1 commit
-
-
AmitUp9 authored
* remove node-sass from project and install sass instead * fix ui-common path
-
- 13 Jun, 2022 2 commits
-
-
lirazyehezkel authored
* Fix images imports * fix image name
-
Igor Gov authored
-
- 12 Jun, 2022 4 commits
-
-
M. Mert Yıldıran authored
-
M. Mert Yıldıran authored
* Upgrade Basenine to `v0.8.3` * #run_acceptance_tests
-
M. Mert Yıldıran authored
* Run `go generate tls_tapper.go` * Add `golang_uprobes.c` * Add Golang hooks and offsets * Add `golangConnection` struct and implement `pollGolangReadWrite` method * Upgrade `github.com/cilium/ebpf` version to `v0.8.1` * Fix the linter error * Move map related stuff to `maps.h` and run `go generate tls_tapper.go` * Remove unused parameter * Add an environment variable to test Golang locally * Replace `Libssl` occurrences with `Ssllib` for consistency * Fix exe path finding * Temporarily disable OpenSSL * Fix the mixed offsets and dissection preparation * Change the read symbol from `net/http.(*persistConn).Read` to `crypto/tls.(*Conn).Read` * Remove `len` and `cap` fields * Fix the indent * Fix the read data address * Make `golang_dial_writes` key `__u64` and include the PID * Fix the read data address one more time * Temporarily disable the PCAP capture * Add a uprobe for `net/http.(*g...
-
lirazyehezkel authored
* mizu-common folder structure refactor * no message * change images import from absolute to relative * relative sass imports * no message * remove tgz * spinner style
-
- 08 Jun, 2022 1 commit
-
-
AmitUp9 authored
* install @mui v5 and change imports * upgrade MUI v5 in mizu community * package-lock of mizu community and ui-common * fix ui-common path * #run_acceptance_tests * remove comment * cr fixes
-
- 06 Jun, 2022 2 commits