Skip to content

Commit 6e8aaed

Browse files
aapzunygrenh
authored andcommitted
Update Radamsa git url (#55)
* Update Radamsa git url The Radamsa project has been moved to Gitlab * Update the rest of the links ...from AOH Github to Akihe Gitlab page
1 parent 8f5bff9 commit 6e8aaed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

securing/part4.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ <h1>Shell</h1>
356356
<p>The VirtualBox/Ubuntu will come handy later as well.</p>
357357
</aside>
358358

359-
<p>Radamsa is a good example of a fuzzer, created at the University of Oulu. Radamsa takes in a set of valid examples and fuzzes them. The output may contain number of invalid files. Radamsa can be obtained as a current Git snapshot from <a href="https://github.com/aoh/radamsa">AOH Git page</a> (which works at least on GNU/Linux and Mac OS X boxes with git installed). You can build it by doing the following:</p>
359+
<p>Radamsa is a good example of a fuzzer, created at the University of Oulu. Radamsa takes in a set of valid examples and fuzzes them. The output may contain number of invalid files. Radamsa can be obtained as a current Git snapshot from <a href="https://gitlab.com/akihe/radamsa">Akihe Gitlab page</a> (which works at least on GNU/Linux and Mac OS X boxes with git installed). You can build it by doing the following:</p>
360360

361-
<pre>git clone https://github.com/aoh/radamsa.git
361+
<pre>git clone https://gitlab.com/akihe/radamsa.git
362362
cd radamsa; make
363363
bin/radamsa --help</pre>
364364

@@ -409,7 +409,7 @@ <h1>Shell</h1>
409409
done</pre>
410410

411411

412-
<p>More detailed instructions can be found from <a href="https://github.com/aoh/radamsa">AOH Git page</a>.</p>
412+
<p>More detailed instructions can be found from <a href="https://gitlab.com/akihe/radamsa">Akihe Gitlab page</a>.</p>
413413

414414

415415

0 commit comments

Comments
 (0)