Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Previous task error: I/O error: I/O error: Permission denied (os error 13)
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

text
string
========== FILE: phrack/issue1/1.txt ==========
_ _ _______
| \/ | / _____/
|_||_|etal/ /hop
_________/ /
/__________/
(314)432-0756
24 Hours A Day, 300/1200 Baud
Presents....
==Phrack Inc.==
Volume One, Issue One, Phile 1 of 8
Introduction...
Welcome to the Phrack Inc. Philes. Basically, we are a group of phile writers
who have combined our philes and are distributing them in a group. This
newsletter-type project is home-based at Metal Shop. If you or your group are
interested in writing philes for Phrack Inc. you, your group, your BBS, or any
other credits will be included. These philes may include articles on telcom
(phreaking/hacking), anarchy (guns and death & destruction) or kracking. Other
topics will be allowed also to an certain extent. If you feel you have some
material that's original, please call and we'll include it in the next issue
possible. Also, you are welcomed to put up these philes on your BBS/AE/Catfur/
Etc. The philes will be regularly available on Metal Shop. If you wish to say
in the philes that your BBS will also be sponsering Phrack Inc., please leave
feedback to me, Taran King stating you'd like your BBS in the credits. Later
on.
TARAN KING
2600 CLUB!
METAL SHOP SYSOP
This issue is Volume One, Issue One, released on November 17, 1985. Included
are:
1 This Introduction to Phrack Inc. by Taran King
2 SAM Security Article by Spitfire Hacker
3 Boot Tracing on Apple by Cheap Shades
4 The Fone Phreak's Revenge by Iron Soldier
5 MCI International Cards by Knight Lightning
6 How to Pick Master Locks by Gin Fizz and Ninja NYC
7 How to Make an Acetylene Bomb by The Clashmaster
8 School/College Computer Dial-Ups by Phantom Phreaker
Call Metal Shop and leave feedback saying the phile topic and where you got
these philes to get your article in Phrack Inc.
========== FILE: phrack/issue1/2.txt ==========
_ _ _______
| \/ | / _____/
|_||_|etal/ /hop
_________/ /
/__________/
(314)432-0756
24 Hours A Day, 300/1200 Baud
Presents...
==Phrack Inc.==
Volume One, Issue One, Phile 2 of 8
::>Hacking SAM - A Description Of The Dial-Up Security System<::
::>Written by Spitfire Hacker<::
SAM is a security system that is being used in many colleges
today as a security feature against intrusion from the outside. This
system utilizes a dial-back routine which is very effective. To
access the computer, you must first dial the port to which SAM is
hooked up. The port for one such college is located at (818) 885-
2082. After you have called, SAM will answer the phone, but will make
no other responses (no carrier signals). At this point, you must
punch in a valid Login Identification Number on a push-button phone.
The number is in this format -- xxyyyy -- where xx is, for the number
mentioned above, 70. 'yyyy' is the last 4 digits of the valid user's
telephone number.
If a valid LIN is entered, SAM will give one of 3 responses:
1) A 1 second low tone
2) A 1 second alternating high/low tone
3) A tone burst
Responses 1 and 2 indicate that SAM has accepted your passcode and is
waiting for you to hang up. After you hang up, it will dial the valid
users phone number and wait for a second signal.
Response 3 indicates that all of the outgoing lines are busy.
If SAM accepts your passcode, you will have to tap into the valid
users line and intercept SAM when it calls. If you do this, then hit
the '*' key on your phone. SAM will respond with a standard carrier,
and you are in!
End of preview.

Hacking Text Corpus

A research corpus of historical computer security writings, hacker zines, and hacktivist texts. Built for NLP, text generation, discourse analysis, and security research.

all.txt — all files for training language models

This is the all files for training language models. all.txt is a single concatenated file containing all of the corpus content (every Phrack article, the Phineas Fisher writeups, unfz.txt, and thc.md) in one plain-text document, ready to feed directly into a language-model training pipeline.

  • What's in it: 1,031 source files merged into one ~56 MB / ~1.16M-line text file
  • Format: each source file is preceded by a header line, e.g. ========== FILE: phrack/issue1/1.txt ==========, then the file's body, so document boundaries are preserved during training
  • Order: Phrack issues in numeric order (issue1issue72), then phineas/, then thc.md, then unfz.txt
  • Excluded: this README.md, .gitattributes, and internal Hugging Face cache/metadata artifacts (not corpus content)
  • Usage: point your tokenizer/trainer directly at all.txt for a single-stream security-text corpus

ASCII-only normalization

The entire corpus has been normalized to pure 7-bit ASCII so it does not pollute a tokenizer's vocabulary with stray Unicode. This applies to every source file and to all.txt.

  • Non-ASCII characters were transliterated to readable ASCII equivalents, not deleted:
    • Box-drawing / debugger line art (─ │ ┐ ├ ╡ ▒ … from GDB/gef output) → - | + + + : …
    • Arrows (→ ← ↑ ↓ ➤) → -> <- ^ v >
    • Accented Latin (í ó ç é …) → base letters (i o c e …)
    • Cyrillic letters (in proper names) → Latin transliteration
    • Smart quotes & dashes (' ' " " – — …) → ' ' " " - - ...
  • Removed entirely: emoji (e.g. ❤ 👉 👌 😩), variation/zero-width selectors, BOM, and raw control bytes (0x000x1F except tab/newline/CR)
  • Result: 0 non-ASCII or control characters remain across all 1,031 content files — every byte is 0x200x7E or \t \n \r, matching the pure-ASCII style of the original Phrack philes

Contents

Phrack Magazine (phrack/)

  • 72 issues (1985-2024), 1,026 articles
  • ~55 MB of raw text, ~4.76 million words
  • Organized as phrack/issue{N}/{article}.txt
  • Topics: exploit development, reverse engineering, networking, phreaking, hacker culture, OS internals

Phineas Fisher (phineas/)

  • gamma.txt - Gamma Group / FinFisher hack writeup
  • ht.txt - Hacking Team breach writeup
  • cayman.txt - Cayman National Bank hack writeup

unfz (unfz.txt)

  • Hacker zine / writings from unfz
  • Underground hacker culture, techniques, and philosophy

THC (thc.md)

  • The Hacker's Choice tips, tricks & cheat sheet
  • ~2,900 lines covering shells, tunneling, pivoting, network tricks

Intended Use

Academic research, NLP training, discourse analysis, security education.

Legal Notice

All texts are publicly available. Copyright remains with original authors. Phrack content sourced from archives.phrack.org.

Downloads last month
865