# Telco-Sec

## 2G GSM Hacking

- [Welcome!](https://gsm-hacking.telco-sec.com/welcome.md)
- [Review](https://gsm-hacking.telco-sec.com/gsm-attacks/review.md)
- [Types of GSM](https://gsm-hacking.telco-sec.com/gsm-attacks/types-of-gsm.md)
- [Description](https://gsm-hacking.telco-sec.com/gsm-pentest-lab/description.md)
- [Hardware](https://gsm-hacking.telco-sec.com/gsm-pentest-lab/hardware.md)
- [Setup LAB](https://gsm-hacking.telco-sec.com/gsm-pentest-lab/setup-lab.md)
- [AT Commands](https://gsm-hacking.telco-sec.com/sim-cards/at-commands.md): Extract all information about SIM cards using AT Commands
- [Description](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/description.md)
- [SIM Cards](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/sim-cards.md)
- [BTS](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/bts.md)
- [BSC - Base Station Controller](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/bsc-base-station-controller.md)
- [MSC - Mobile Switching Center](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/msc-mobile-switching-center.md)
- [STP - Signal Transfer Point](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/stp-signal-transfer-point.md)
- [MGW - Media Gateway](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/mgw-media-gateway.md)
- [SGSN - Serving GPRS Support Node](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/sgsn-serving-gprs-support-node.md)
- [OpenGGSN](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/openggsn.md)
- [Page 1](https://gsm-hacking.telco-sec.com/2g-in-a-b0x/page-1.md)
- [Intro](https://gsm-hacking.telco-sec.com/bts-to-mobile-station/intro.md)
- [Page](https://gsm-hacking.telco-sec.com/bts-to-mobile-station/page.md)
- [Passive Sniffing](https://gsm-hacking.telco-sec.com/bts-to-mobile-station/passive-sniffing.md): Learn how to Sniff GSM Broadcast data around you and understand what capabilities the BTS has.
- [Passive IMSI Catcher](https://gsm-hacking.telco-sec.com/bts-to-mobile-station/passive-imsi-catcher.md)
- [Descrypt SMSs](https://gsm-hacking.telco-sec.com/bts-to-mobile-station/descrypt-smss.md)
- [Capture Voice](https://gsm-hacking.telco-sec.com/bts-to-mobile-station/capture-voice.md)
- [Rogue BTS](https://gsm-hacking.telco-sec.com/bts-to-mobile-station/rogue-bts.md)
- [Articles](https://gsm-hacking.telco-sec.com/bts-to-mobile-station/articles.md)
- [Docs](https://gsm-hacking.telco-sec.com/group-1/docs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gsm-hacking.telco-sec.com/welcome.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
