I hereby claim:
- I am Sliim on github.
- I am sliim (https://keybase.io/sliim) on keybase.
- I have a public key whose fingerprint is 1332 D3EC 6620 E508 F48E 04C7 4EA3 D055 94FD B7A7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Script used to generate pentest-env boxes for Kali linux | |
| # See https://github.com/Sliim/pentest-env/blob/master/docs/About-boxes.md | |
| # | |
| # You need to mount Guest Addition CD image!! | |
| # | |
| # Set Kali rolling repos | |
| echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" > /etc/apt/sources.list | |
| echo "deb-src http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list |
| Script started on Sun 28 Aug 2016 04:19:27 PM CEST | |
| [*] Starting the Metasploit Framework console.../ | |
| [*] Starting the Metasploit Framework console...- | |
| [*] Starting the Metasploit Framework console...\ | |
| [*] starting the Metasploit Framework console...| | |
| [*] STarting the Metasploit Framework console.../ | |
| [*] StArting the Metasploit Framework console...- | |
| [*] StaRting the Metasploit Framework console...\ | |
| [*] StarTing the Metasploit Framework console...| |
| #!/bin/sh | |
| # WARNING: REQUIRES /bin/sh | |
| # | |
| # - must run on /bin/sh on solaris 9 | |
| # - must run on /bin/sh on AIX 6.x | |
| # | |
| # Copyright:: Copyright (c) 2010-2015 Chef Software, Inc. | |
| # License:: Apache License, Version 2.0 | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| recipe 'emacs-24.4-ci' do | |
| tar_gz 'http://ftpmirror.gnu.org/emacs/emacs-24.4.tar.gz' | |
| linux do | |
| option '--prefix', installation_path | |
| option '--with-x-toolkit=no' | |
| option '--with-xpm=no' | |
| option '--with-jpeg=no' | |
| option '--with-png=no' | |
| option '--with-gif=no' |
| recipe 'emacs-24.3-ci' do | |
| tar_gz 'http://ftpmirror.gnu.org/emacs/emacs-24.3.tar.gz' | |
| linux do | |
| option '--prefix', installation_path | |
| option '--with-x-toolkit=no' | |
| option '--with-xpm=no' | |
| option '--with-jpeg=no' | |
| option '--with-png=no' | |
| option '--with-gif=no' |
A new black market has appeared and has been targeted by the FBI. After checking for suspicious posts on stackoverflow and finding nothing, they give up and are offering a bounty to anyone who can get information on the server that is hosting the hidden service. Link http://mq72g4732yorslzf.onion/
| ## | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| # GNU General Public License for more details. |
| #!/bin/bash | |
| ## | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |