All public logs

Jump to navigation Jump to search

Combined display of all available logs of RHS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 15:33, 20 November 2019 Rafahsolis talk contribs created page Simple HTTP Server (Created page with "== Python2 == <syntaxhighlight lang="bash"> python -m SimpleHTTPServer [port] </syntaxhighlight> === With File upload === <syntaxhighlight lang="python"> #!/usr/bin/env pytho...") Tag: visualeditor
  • 11:03, 20 November 2019 Rafahsolis talk contribs created page Windows as router (Created page with "WIP regedit.exe HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters IPEnableRouter = 1")
  • 14:37, 19 November 2019 Rafahsolis talk contribs created page Password Hash generate (Created page with "<syntaxhighlight lang="bash"> openssl passwd -1 </syntaxhighlight><syntaxhighlight lang="bash"> openssl passwd -1 -salt yoursalt </syntaxhighlight><syntaxhighlight lang="bash"...") Tag: visualeditor
  • 10:25, 18 November 2019 Rafahsolis talk contribs created page Extraccion certificado de equipo (Created page with "1. Iniciar con el konboot. 2. Iniciar sesion como Administrador (pass en blanco) 3. Abrir el almacen de certificados y configurar los complementos para que se muestren los c...") Tag: visualeditor
  • 15:21, 14 November 2019 Rafahsolis talk contribs created page File:Splunk Lookup Definition.png
  • 15:21, 14 November 2019 Rafahsolis talk contribs uploaded File:Splunk Lookup Definition.png
  • 14:47, 14 November 2019 Rafahsolis talk contribs created page Splunk: Python Lookup (Created page with "Copy requirements to /opt/splunk/lib/python2.7/site-packages Including SplunkLookup.py:<syntaxhighlight lang="python"> import csv import sys from abc import ABCMeta, abstract...") Tag: visualeditor
  • 13:59, 14 November 2019 Rafahsolis talk contribs created page My IP (Created page with "https://github.com/mpolden/echoip<br> ifconfig.co")
  • 15:22, 13 November 2019 Rafahsolis talk contribs created page IP Geolocation (Created page with "<syntaxhighlight lang="bash"> pip install geoip2 </syntaxhighlight><syntaxhighlight lang="python3"> #!/root/.virtualenvs/geoip/bin/python import sys from geoip2 import databas...") Tag: visualeditor
  • 15:23, 5 November 2019 Rafahsolis talk contribs created page Linux: dpkg (Created page with "== Install Package == <syntaxhighlight lang="bash"> sudo dpkg -i package.deb </syntaxhighlight> == Fix missing dependencies == After running the dpkg command, if it fails bec...") Tag: visualeditor
  • 14:06, 5 November 2019 Rafahsolis talk contribs created page Sendmail (Created page with "Create a file with your email:<syntaxhighlight lang="text"> To: my@email.com Subject: sendmail test two From: me@myserver.com And here goes the e-mail body, test test test.....") Tag: visualeditor
  • 10:23, 4 November 2019 Rafahsolis talk contribs created page Linux .xz (Created page with "<syntaxhighlight lang="bash"> sudo apt install xz-utils tar -xvf data.tar.xz </syntaxhighlight>") Tag: visualeditor
  • 10:56, 31 October 2019 Rafahsolis talk contribs created page Clear BASH Shell History (Created page with "<syntaxhighlight lang="bash"> history -w history -c </syntaxhighlight>To avoid storing a command in your history you can also place a space before the command Over ssh you ca...") Tag: visualeditor
  • 10:44, 31 October 2019 Rafahsolis talk contribs created page Raspberry Pi: Wifi (Created page with "=== WPA2 Enterprise Network === <syntaxhighlight lang="bash"> sudo nano /etc/wpa_supplicant/wpa_supplicant.conf </syntaxhighlight><syntaxhighlight lang="text"> network={...") Tag: visualeditor
  • 20:33, 3 June 2019 Rafahsolis talk contribs created page Gazpacho (Created page with "== Ingredientes == * 1 kg Tomate. * 1/2 Cebolla. * 1 o 2 Dientes de Ajo. * 1/2 Pimiento verde. * En un vaso de agua 2 partes de aceite y 1 de vinagre. * 1 Trozo de pan empapa...") Tag: visualeditor
  • 19:56, 3 June 2019 Rafahsolis talk contribs created page Natillas Tostadas (Created page with "== Ingredientes == * 4 Huevos * 1 L Leche Entera * 8 Cucharadas de AzĂșcar (bien llenas) * 1 Cuchara de Maizena (no muy llena) == Preparacion == # Se pone el azucar a tosta...") Tag: visualeditor
  • 19:47, 3 June 2019 Rafahsolis talk contribs created page Recetas (Created page with "== Primeros == == Segundos == == Postres == * Natillas Tostadas Category:Recetas") Tag: visualeditor
  • 10:42, 3 June 2019 Rafahsolis talk contribs created page File:FreeProxyConfiguration.png
  • 10:42, 3 June 2019 Rafahsolis talk contribs uploaded File:FreeProxyConfiguration.png
  • 08:47, 3 June 2019 Rafahsolis talk contribs created page File:Freeproxy.zip (Windows Socks5 proxy software)
  • 08:47, 3 June 2019 Rafahsolis talk contribs uploaded File:Freeproxy.zip (Windows Socks5 proxy software)
  • 06:39, 3 June 2019 Rafahsolis talk contribs created page NAC Passby with Proxy (Created page with "Plataformed PC: * Install FreeProxy (Administrator rights required) * Create a SOCKS5 Proxy (Administrator rights required) * Create a scheduled task to start FreeProxy on st...") Tag: visualeditor
  • 09:38, 28 May 2019 Rafahsolis talk contribs created page Python text from html (Created page with "<syntaxhighlight lang="python3"> def clean_text(content): soup = BeautifulSoup(content, features="html.parser") # body = soup.find('body') # data = body.findAll(te...") Tag: visualeditor
  • 10:41, 21 May 2019 Rafahsolis talk contribs created page Pandas gapminder (Created page with "<syntaxhighlight lang="bash"> pip install pandas pip install gapminder </syntaxhighlight><syntaxhighlight lang="python3"> from gapminder import gapminder as df df.groupby('yea...") Tag: visualeditor
  • 09:43, 20 May 2019 Rafahsolis talk contribs created page Translate (Created page with "<syntaxhighlight lang="bash"> pip install googletrans </syntaxhighlight><syntaxhighlight lang="python3"> from googletrans import Translator translator = Translator() translato...") Tag: visualeditor
  • 10:00, 16 May 2019 Rafahsolis talk contribs created page Progress bar (Created page with "== Python ==")
  • 08:05, 16 May 2019 Rafahsolis talk contribs created page Pandas (Created page with "== Install == <syntaxhighlight lang="bash"> pip install pandas </syntaxhighlight> == Read CSV == <syntaxhighlight lang="python3"> news = pd.read_csv('news_2019.05.10.csv') </...") Tag: visualeditor
  • 07:36, 16 May 2019 Rafahsolis talk contribs created page Jupyter Notebook (Created page with "== Remove kernel == <syntaxhighlight lang="bash"> ipython kernelspec uninstall kernel_name </syntaxhighlight>") Tag: visualeditor
  • 08:58, 9 May 2019 Rafahsolis talk contribs created page File:LinEnum.tar.gz (Linux Privilege enumeration. Source: https://github.com/rebootuser/LinEnum)
  • 08:58, 9 May 2019 Rafahsolis talk contribs uploaded File:LinEnum.tar.gz (Linux Privilege enumeration. Source: https://github.com/rebootuser/LinEnum)
  • 08:53, 9 May 2019 Rafahsolis talk contribs created page File:Linuxprivchecker.tar.gz (Python script to check user privileges. Source: https://github.com/sleventyeleven/linuxprivchecker)
  • 08:53, 9 May 2019 Rafahsolis talk contribs uploaded File:Linuxprivchecker.tar.gz (Python script to check user privileges. Source: https://github.com/sleventyeleven/linuxprivchecker)
  • 08:45, 9 May 2019 Rafahsolis talk contribs created page Linux (Created page with "== Check Kernel version == <syntaxhighlight lang="bash"> uname -r cat /proc/version dmesg | grep Linux </syntaxhighlight>") Tag: visualeditor
  • 13:37, 24 April 2019 Rafahsolis talk contribs created page Swagger (Created page with "[https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md Docker]")
  • 08:46, 15 April 2019 Rafahsolis talk contribs created page Docker: ElasticSearch (Created page with "docker-compose.yml<syntaxhighlight lang="docker"> version: '2.2' services: es01: image: docker.elastic.co/elasticsearch/elasticsearch:7.0.0 container_name: es01...") Tag: visualeditor
  • 10:16, 12 April 2019 Rafahsolis talk contribs created page ElasticSearch (Created page with "=== Plugins === ==== Site Plugins ==== * Head: Swiss Army Knife for ElasticSearch cluster topology & cluster status, table views & API frontend views * BigDesk: Statistics,...") Tag: visualeditor
  • 08:56, 9 April 2019 Rafahsolis talk contribs created page Windows AD Download password files (Created page with "1.- En el cmd de Windows de la maquina objetivo: *reg save hklm\sam c:\SAM *reg save hklm\system c:\SYSTEM *reg save hklm\security c:\SECURITY 2.- Copiar los archivos a la m...")
  • 09:27, 3 April 2019 Rafahsolis talk contribs created page Linux command: host (Created page with "=== Examples === <syntaxhighlight lang="bash"> host example.com host -t TYPE example.com host -t a example.com </syntaxhighlight> === Find Out the Domain IP, Domain Mail Serv...") Tag: visualeditor
  • 08:06, 1 April 2019 Rafahsolis talk contribs created page Install VirtualBox in Kali Linux (Created page with "<syntaxhighlight lang="bash"> wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - wget -q https://www.virtualbox.org/download/oracle_vbox...") Tag: visualeditor
  • 09:53, 29 March 2019 Rafahsolis talk contribs deleted page Proxy SOCS5 (content was: "== Dante SOCS5 Proxy == sudo apt-get install dante-server sudo adduser proxyuser sudo passwd proxyuser sudo nano /etc/dan...", and the only contributor was "Rafahsolis" (talk))
  • 09:51, 29 March 2019 Rafahsolis talk contribs moved page Proxy SOCKS5 to DanteD Socks5 Proxy Server without leaving a redirect
  • 09:46, 29 March 2019 Rafahsolis talk contribs created page NodeJS (Created page with "== npm Behind Proxy ==")
  • 07:44, 29 March 2019 Rafahsolis talk contribs created page Apache Superset (Created page with "== Install == <syntaxhighlight lang="bash"> #!/bin/bash sudo apt install libmysqlclient-dev build-essential libssl-dev libffi-dev python3.6-dev python-pip libsasl2-dev liblda...") Tag: visualeditor
  • 17:39, 27 March 2019 Rafahsolis talk contribs created page CLI 2FA Generator (Created page with "<syntaxhighlight lang="bash"> sudo apt install oathtool oathtool --totp -b $PASSWORD </syntaxhighlight>") Tag: visualeditor
  • 08:00, 27 March 2019 Rafahsolis talk contribs created page Python: Install (Created page with "== Ubuntu server 16.04LTS == sudo apt-get update sudo apt-get install make dpkg-dev libssl-dev libreadline6 libreadline6-dev libsqlite3-dev build-essential libncursesw5-dev...")
  • 07:58, 27 March 2019 Rafahsolis talk contribs created page Python useful packages (Created page with "[https://pypi.org/project/poyo/ Poyo]: UTF-8 YAML parsing.") Tag: visualeditor
  • 07:40, 27 March 2019 Rafahsolis talk contribs created page Django REST Framework (Created page with "<syntaxhighlight lang="python3"> def create(self, request, *args, **kwargs): many = isinstance(request.data, list) serializer = self.get_serializer(data=request.data,...") Tag: visualeditor
  • 08:24, 19 March 2019 Rafahsolis talk contribs created page HTML png image display (Created page with "== ToDO == <syntaxhighlight lang="json"> { "thumbnail": { "filename": "screenshot.png", "data-ng-src": "data:image/png;base64,{}".format( self...") Tag: visualeditor
  • 15:58, 6 March 2019 Rafahsolis talk contribs created page Fork Bomb (Created page with "<syntaxhighlight lang="bash"> :(){ :|: & };: </syntaxhighlight>") Tag: visualeditor
  • 14:20, 5 March 2019 Rafahsolis talk contribs created page VMware Workstation Full 15.0.2 (Created page with "[https://www.vmware.com/go/getworkstation-linux Download]<syntaxhighlight lang="text"> 110L3-9135J-M807A-08ARK-84V7L (2018.12.31) FU512-2DG1H-M85QZ-U7Z5T-PY8ZD CU3MA-2LG1N-4...") Tag: visualeditor
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)