Update README.md

This commit is contained in:
Sébastien Dudek 2018-07-27 17:23:50 +02:00 committed by GitHub
parent 0b4c827bb5
commit 5ba612ecfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -23,13 +23,13 @@ You should be warned that Jamming is illegal and you're responsible for any dama
If you have a HackRF or any device compatible with osmocom drivers, you can directly run the code provided in ``GRC/jammer_gen.py`` as follows:
``bash
``sh
$ python GRC/jammer_gen.py
``
For those who want to use another device like USRP, edit the GNU Radio block schema ``GRC/jammer_gen.grc``:
``bash
``sh
$ gnuradio-companion GRC/jammer_gen.grc
``
@ -39,7 +39,7 @@ Then you can configure the central frequency with the WX GUI to target a frequen
To automate jamming, you can first get a list of we the [Modmobmap](https://github.com/Synacktiv/Modmobmap) that saves a JSON file after monitoring surrounding cells in a precise location. This JSON file looks as follows:
``bash
``sh
$ cat cells_<generated timestamp>.json
{
"****-***50": {
@ -70,7 +70,7 @@ $ cat cells_<generated timestamp>.json
After generating this file containing cells to jam, you can launch the RPC client that communicate with ``GRC/jammer_gen.py`` as follows:
``bash
``sh
python smartjam_rpcclient.py -f cells_<generated timestamp>.json
``