Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
gha-lab-5ed08d6a80 — Sandbox de workflow do GitHub Actions para reprodução do CVE-2025-32953 | Kitploit
Ferramentas/GitHubGitHub/pvharmo2/gha-lab-5ed08d6a80
Análise de VulnerabilidadesExploraçãoAprendizado e EducaçãoRecursos CuradosLabs e Prática
GitHubpvharmo2/gha-lab-5ed08d6a80

gha-lab-5ed08d6a80

Sandbox de workflow do GitHub Actions para reprodução do CVE-2025-32953

Ver Repositório
há 9h 58mAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

z80pack

z80pack é um emulador maduro de múltiplas plataformas com CPU 8080 e Z80.

Documentação completa em https://www.icl1900.co.uk/unix4fun/z80pack

Ubuntu

Compilando

Primeiro instale as dependências necessárias para o X11:

root@kitploit:~
sudo apt install build-essential libglu1-mesa-dev libjpeg9-dev

ou para SDL2:

root@kitploit:~
sudo apt install build-essential libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev

Em seguida, para o X11, execute

root@kitploit:~
make

ou para SDL2, execute

root@kitploit:~
WANT_SDL=YES make

para compilar todas as MÁQUINAS mencionadas no Makefile.

Lançamento vs Desenvolvimento

Às vezes me perguntam por que algo não funciona, e isso pode ser causado pelo uso de uma versão antiga em vez da mais recente. Às vezes, as pessoas não percebem que o repositório, na maioria das vezes, tem dois branches:

root@kitploit:~
master - versões finalizadas e finais
dev - fontes mais recentes ainda em desenvolvimento, mas geralmente estáveis

Para usar a versão dev mais recente, você precisa fazer o seguinte:

root@kitploit:~
git clone https://github.com/udo-munk/z80pack.git
cd z80pack
git checkout dev

Agora você compilará tudo a partir do branch dev mais recente e não de alguma versão final mais antiga.

Executando CP/M 2.2

O CP/M 2.2 é o ancestral do MS-DOS. Use este comando para invocar o CP/M 2.2 com dois discos contendo alguns programas de exemplo e fontes.

root@kitploit:~
(cd cpmsim; ./cpm22)

Use DIR para ver os arquivos no disco. Saia novamente com BYE

Exemplo de execução no WSL sob Windows 10:

root@kitploit:~
#######  #####    ###            #####    ###   #     #
     #  #     #  #   #          #     #    #    ##   ##
    #   #     # #     #         #          #    # # # #
   #     #####  #     #  #####   #####     #    #  #  #
  #     #     # #     #               #    #    #     #
 #      #     #  #   #          #     #    #    #     #
#######  #####    ###            #####    ###   #     #

Release 1.38, Copyright (C) 1987-2024 by Udo Munk and others

CPU speed is unlimited, CPU executes undocumented instructions

Booting...

64K CP/M Vers. 2.2 (Z80 CBIOS V1.2 for Z80SIM, Copyright 1988-2007 by Udo Munk)

A>dir
A: DUMP     COM : SDIR     COM : SUBMIT   COM : ED       COM
A: STAT     COM : BYE      COM : RMAC     COM : CREF80   COM
A: LINK     COM : L80      COM : M80      COM : SID      COM
A: RESET    COM : WM       HLP : ZSID     COM : MAC      COM
A: TRACE    UTL : HIST     UTL : LIB80    COM : WM       COM
A: HIST     COM : DDT      COM : Z80ASM   COM : CLS      COM
A: SLRNK    COM : MOVCPM   COM : ASM      COM : LOAD     COM
A: XSUB     COM : LIB      COM : PIP      COM : SYSGEN   COM
A>dir B:
B: BOOT     HEX : BYE      ASM : CLS      MAC : SURVEY   MAC
B: R        ASM : CLS      COM : BOOT     Z80 : W        ASM
B: RESET    ASM : BYE      COM : SYSGEN   SUB : BIOS     HEX
B: CPM64    SYS : SPEED    C   : BIOS     Z80 : SPEED    COM
B: SURVEY   COM : R        COM : RESET    COM : W        COM
A>bye

System halted
CPU ran 3 ms and executed 1958078 t-states
Clock frequency 630.22 MHz

Executando CP/M 3

O CP/M 3 foi a próxima geração do CP/M, com recursos do MP/M, notavelmente podendo usar mais RAM, além de muitos outros recursos interessantes.

Execute com:

root@kitploit:~
(cd cpmsim; ./cpm3)

Exemplo de execução:

root@kitploit:~
#######  #####    ###            #####    ###   #     #
     #  #     #  #   #          #     #    #    ##   ##
    #   #     # #     #         #          #    # # # #
   #     #####  #     #  #####   #####     #    #  #  #
  #     #     # #     #               #    #    #     #
 #      #     #  #   #          #     #    #    #     #
#######  #####    ###            #####    ###   #     #

Release 1.38, Copyright (C) 1987-2024 by Udo Munk and others

CPU speed is unlimited, CPU executes undocumented instructions

Booting...


LDRBIOS3 V1.2 for Z80SIM, Copyright 1989-2007 by Udo Munk

CP/M V3.0 Loader
Copyright (C) 1998, Caldera Inc.

 BNKBIOS3 SPR  FC00  0400
 BNKBIOS3 SPR  8600  3A00
 RESBDOS3 SPR  F600  0600
 BNKBDOS3 SPR  5800  2E00

 61K TPA

BANKED BIOS3 V1.6-HD, Copyright 1989-2015 by Udo Munk

A>setdef [no display]

Program Name Display - Off

A>setdef [uk]

Date format used     - UK

A>setdef *,a:,b:,i:

Drive Search Path:
1st Drive            - Default
2nd Drive            - A:
3rd Drive            - B:
4th Drive            - I:


A>setdef [order=(com,sub)]

Search Order         - COM, SUB

A>setdef [temporary=a]

Temporary Drive      - A:

A>hist

History RSX active
A>vt100dyn
(C) Alexandre MONTARON - 2015 - VT100DYN

RSX loaded and initialized.

Try

 A>DEVICE CONSOLE [PAGE]

to see if it works...

A>dir a:
A: CPM3     SYS : VT100DYN COM : TRACE    UTL : HIST     UTL : PROFILE  SUB
SYSTEM FILE(S) EXIST
A>dir b:
B: BNKBDOS3 SPR : CPM3     SYS : LDRBIOS3 MAC : SCB      MAC : RESBDOS3 SPR
B: BIOS3    MAC : PATCH    COM : GENCPM   COM : BDOS3    SPR : GENCPM   DAT
B: BOOT     Z80 : M80      COM : LINK     COM : L80      COM : WM       COM
B: MAC      COM : WM       HLP : BNKBIOS3 SPR : LDR      SUB : INITDIR  COM
B: CPMLDR   COM : COPYSYS  COM : CPMLDR   REL : RMAC     COM : SYSGEN   SUB
A>bye

System halted
CPU ran 14 ms and executed 10493728 t-states
Clock frequency 713.42 MHz
Baixar ferramenta