Skip to main content

Fluid Attacks Core Library

Project description

Fluid Attacks Core Library

logo

Get more information about this library on the official documentation

69e99862c380cf0affa0e18446b9ce78f952c07c,2044d563696f2f7509ede4f752f534c525cd033a,Yunior Orlando Martinez Cordoba ymartinez@fgs.co,Yunior Orlando Martinez Cordoba,ymartinez@fgs.co,2025-06-16T22:13:58Z,,continuous-hacking,ecedfaef8ab1a8fd89b14d729f17036b79e6a11a,David Calle Daza dcalle@fgs.co,David Calle Daza,dcalle@fgs.co,2025-06-16T22:13:58Z,,refs/tags/v1.32.0,cpc-user-service,17,4,0

target=2044d563696f2f7509ede4f752f534c525cd033a other=ecedfaef8ab1a8fd89b14d729f17036b79e6a11a

echo "== Presencia local de objetos ==" for c in $target $other; do if git cat-file -e $c^{commit} 2>/dev/null; then echo "$c: OK (commit existe localmente)" else echo "$c: FALTA (no está en .git/objects)" fi done | cat

echo echo "== 1) Identidad completa, autor/committer y fechas (FULLER) ==" git show --no-patch --pretty=fuller $target | cat git show --no-patch --pretty=fuller $other | cat

echo echo "== 2) Encabezado RAW del objeto commit ==" git cat-file -p $target | head -n 60 | cat git cat-file -p $other | head -n 60 | cat

echo echo "== 3) Mensajes de commit ==" echo "--- target ---" git log -1 --format=%B $target | cat echo "--- other ---" git log -1 --format=%B $other | cat

echo echo "== 4) Padres y topología ==" git rev-list --parents -n1 $target | cat git rev-list --parents -n1 $other | cat

echo echo "== 5) patch-id estable (mismo diff => mismo patch-id) ==" echo "--- target patch-id ---" git show $target -p --pretty=format: | git patch-id --stable | cat echo "--- other patch-id ---" git show $other -p --pretty=format: | git patch-id --stable | cat

echo echo "== 6) Estadísticas de diff (adiciones/borrados) ==" git diff --stat ${target}^! | cat git diff --stat ${other}^! | cat

echo echo "== 7) ¿Qué refs LOCALES contienen cada commit? ==" echo "--- branches locales con target ---" git branch --contains $target | cat echo "--- tags locales con target ---" git tag --contains $target | cat

echo "--- branches locales con other ---" git branch --contains $other | cat echo "--- tags locales con other ---" git tag --contains $other | cat

echo echo "== 8) Fechas en epoch para comparar fácil ==" echo "--- target ---" git log -1 $target --format='AuthorDate: %at CommitDate: %ct' | cat echo "--- other ---" git log -1 $other --format='AuthorDate: %at CommitDate: %ct' | cat

echo echo "== 9) Autor vs Committer (quién reescribió) ==" git log -1 $target --format='Author: %an <%ae> | Committer: %cn <%ce>' | cat git log -1 $other --format='Author: %an <%ae> | Committer: %cn <%ce>' | cat

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fluidattacks_core-2.15.3.tar.gz (208.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fluidattacks_core-2.15.3-py3-none-any.whl (64.1 kB view details)

Uploaded Python 3

File details

Details for the file fluidattacks_core-2.15.3.tar.gz.

File metadata

  • Download URL: fluidattacks_core-2.15.3.tar.gz
  • Upload date:
  • Size: 208.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.10

File hashes

Hashes for fluidattacks_core-2.15.3.tar.gz
Algorithm Hash digest
SHA256 0a1a95b0814716410913215fb40c08e1e5cb56cf2a38c2fd1be3f08f19f0ce0e
MD5 4c94c4ce1596584dab0e4b73a4e5fc17
BLAKE2b-256 4a2a0bed2063837d6f2fb1fb4b1cc6dce7abd289a2d94d2f6c4267dc7867ca15

See more details on using hashes here.

File details

Details for the file fluidattacks_core-2.15.3-py3-none-any.whl.

File metadata

File hashes

Hashes for fluidattacks_core-2.15.3-py3-none-any.whl
Algorithm Hash digest
SHA256 49c7efaf2412d8755b6ae65cd97e531cc725e00d23b246f0e268991ed3979735
MD5 0be19363a785fd7f3ff2a818e1ca3e94
BLAKE2b-256 648b692e55803bd2bd19aaf1c58bb9a70cae92f2d3feb3352bff9dacf00116d6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page