terça-feira, 22 de novembro de 2016

HOW TO UPLOAD FILE VIA LINUX SHARE FOLDER FOR GOOGLE DRIVE

First of all, you must have a gmail account, after that enable to use a google drive feature.

After that, on debian for example or ubuntu just you add this account using the option online accounts


And keep the options : documents and file enable something like that:



and after you can see the share folder added

quarta-feira, 2 de novembro de 2016

HOW TO INSTALL METASPLOIT RAPID7


Was used, ubuntu server 16.10 lts..


Was downloaded by wget  http://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run

after,

chmod +x metasploit-latest-linux-x64-installer.run

./metasploit-latest-linux-x64-installer.run

After all steps..

  • define local installation
  • terms.
  • and everything.. 
try to open https://localhost:3790

If you start the remote access by another computer, try to use the network address, however you can't access, because first you must create a local user to try access your remote access..
  
for this procedure go to installation directory.

for me is :  /opt/metasploit

execute  ./createuser <your_user_name>
will define a default password.


good luck..

HOW TO INSTALL NEXPOSE RAPID7

Was used, ubuntu server 16.10 lts..

by this way https://www.rapid7.com/products/nexpose/download.jsp

Was downloaded by wget http://download2.rapid7.com/download/NeXpose-v4/NeXposeSetup-Linux64.bin

after,

chmod +x NeXposeSetup-Linux64.bin

./NeXposeSetup-Linux64.bin -c

After all steps..

  • define local installation
  • terms.
  • and everything.. 
Continue executing this command:

go to installation directory.

for me is :  /opt/rapid7/nexpose/nsc
execute ./nsc.sh

Obs, for me was necessary execute two times.. for open the web internface:

https://localhost:3780.


good luck..