[ SecHackLabs ~/Projects/Rust/Development/findomain ] [develop]
└─ ▶ time ./target/release/findomain -t aol.com --query-database -i --threads 100
Target ==> aol.com
Searching subdomains in the Findomain database for the target aol.com 🔍
Performing asynchronous subdomains resolution for 70600 subdomains with 100 threads, it will take a while. 🧐
If you installed your #ubuntu with full-disk #encryption a while, you may want to upgrade your #luks header version to enjoy improved #security and stronger password hashing algorithms.
You can't change LUKS header from a live system - you need to boot a live Ubuntu USB to be able to access the encrypted partition. First, create a bootable USB stick using a regular Ubuntu installer image.
- Just get the latest installer ISO available
- You need the full installer, the mini network installer won't work
- You may need to disable Secure Boot in BIOS temporarily to boot from USB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scriptencoding utf-8 | |
" To install nvim on ubuntu: | |
" sudo apt-get install software-properties-common | |
" sudo add-apt-repository ppa:neovim-ppa/unstable | |
" sudo apt-get update | |
" sudo apt-get install neovim | |
" sudo apt-get install python-dev python-pip python3-dev python3-pip | |
" sudo update-alternatives --install /usr/bin/vi vi /usr/bin/nvim 60 | |
" sudo update-alternatives --config vi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OpenSSH_7.9p1, OpenSSL 1.1.1 11 Sep 2018 | |
debug1: Reading configuration data /home/sechacklabs/.ssh/config | |
debug1: /home/sechacklabs/.ssh/config line 1: Applying options for aur.archlinux.org | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug2: resolving "aur.archlinux.org" port 22 | |
debug2: ssh_connect_direct | |
debug1: Connecting to aur.archlinux.org [5.9.250.164] port 22. | |
debug1: Connection established. | |
debug1: identity file /home/sechacklabs/.ssh/aur type 0 | |
debug1: identity file /home/sechacklabs/.ssh/aur-cert type -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➤➤➤➤ ▶ sudo pacman -Fys jarsigner | |
:: Synchronizing package databases... | |
testing is up to date | |
core is up to date | |
extra is up to date | |
community-testing is up to date | |
community is up to date | |
multilib-testing is up to date | |
multilib is up to date | |
blackarch is up to date |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➤➤➤➤ ▶ pacman -Fs jarsigner && pacman -Qi java-environment-common && which jarsigner | |
extra/bash-completion 2.8-1 | |
usr/share/bash-completion/completions/jarsigner | |
extra/java-environment-common 3-1 | |
usr/bin/jarsigner | |
Name : java-environment-common | |
Version : 3-1 | |
Description : Common files for Java Development Kits | |
Architecture : any |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sechacklabs@SecHackLabs:~$ pip --help | |
Traceback (most recent call last): | |
File "/usr/bin/pip", line 11, in <module> | |
load_entry_point('pip==10.0.1', 'console_scripts', 'pip')() | |
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 476, in load_entry_point | |
return get_distribution(dist).load_entry_point(group, name) | |
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2700, in load_entry_point | |
return ep.load() | |
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2318, in load | |
return self.resolve() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shl@SecHackLabs:~$ gajim | |
(gajim:6184): GStreamer-CRITICAL **: 18:03:53.099: gst_structure_remove_field: assertion 'IS_MUTABLE (structure)' failed | |
(gajim:6184): GStreamer-CRITICAL **: 18:03:53.099: gst_structure_remove_field: assertion 'IS_MUTABLE (structure)' failed | |
(gajim:6184): GStreamer-CRITICAL **: 18:03:53.099: gst_structure_remove_field: assertion 'IS_MUTABLE (structure)' failed | |
(gajim:6184): GStreamer-CRITICAL **: 18:03:53.099: gst_structure_remove_field: assertion 'IS_MUTABLE (structure)' failed |
NewerOlder