forked from nccgroup/RFTM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (41 loc) · 2.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>RF Testing Methodology by nccgroup</title>
</head>
<body>
<header>
<div class="container">
<h1>RF Testing Methodology</h1>
<h2><a href="https://www.nccgroup.trust">www.nccgroup.trust</a></h2>
<section id="downloads">
<a href="https://github.com/nccgroup/RFTM/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/nccgroup/RFTM/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/nccgroup/RFTM" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<p>The RFTM is an Open Source, collaborative testing methodology. It is specifically written in a straightforward way, avoiding mathematics where possible and focussed on providing the information that security researchers and consultants need to know in order to effectively test systems that employ RF technologies.</p>
<p>If you would like to contribute to the RFTM content, please submit your additions via <a href="https://github.com/nccgroup/RFTM">GitHub</a>.</p>
<p><a href="basics.html">Signals and Modulation</a></p>
<p><a href="information_sources.html">Information Sources</a></p>
<p><a href="receiving_signals.html">Receiving Signals</a></p>
<p><a href="fsk_receiver.html">Developing an FSK receiver step-by-step</a></p>
<p><a href="transmitting_data.html">Transmitting Data</a></p>
<p><a href="fsk_transmitter.html">Developing an FSK transmitter step-by-step</a></p>
<p><a href="signals_identification.html">Signals identification</a></p>
<p><a href="examples_and_tutorials.html">Examples and Tutorials</a></p>
<p>Acknowledgements:</p>
<p>A big thanks to Michael Ossmann of <a href="www.greatscottgadgets.com">Great Scott Gadgets</a> for developing the <a href="http://greatscottgadgets.com/hackrf/">HackRF</a> and providing some excellent talks and tutorials which inspired the creation of the RFTM</p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>
</section>
</div>
</body>
</html>