fabpiaf
fabpiaf
`gmake` resulted in `charpool.cc:95:17: error: ‘CHAR_MAX’ was not declared in this scope` this is what fixed it for me
Fix `AttributeError: cython_sources` e.g. ref https://github.com/yaml/pyyaml/issues/601
### Problem to solve ``` POST /api/ HTTP/1.1 Accept: application/json Host: somethi.ng Content-Type: application/json {...} ``` ``` hurl request error: Parsing URL --> testreq:1:6 | 1 | POST /api/ HTTP/1.1...
``` docker build -t ocromore . ... Collecting scikit-bio>=0.5.1 (from -r ./tmp/requirements.txt (line 17)) Downloading https://files.pythonhosted.org/packages/29/28/07326aa931c67d491d3053e2875b6c8f2904e661d9ab7c2840c3ae6b3780/scikit-bio-0.6.2.tar.gz (2.7MB) Complete output from command python setup.py egg_info: Traceback (most recent call last): File...
PKGBUILD
Since it is missing in AUR (no git-version) - maybe you want to add it here? ``` pkgname=patator-git _pkgname=${pkgname%-git} pkgver=r223.20e800a pkgrel=1 pkgdesc="A multi-purpose bruteforcer" arch=(any) url="https://github.com/lanjelot/patator" license=(GPL-2.0-only) depends=( python python-dnspython...
``` ./patator.py:2658: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13 from telnetlib import Telnet ```
``` /usr/bin/patator:27: SyntaxWarning: invalid escape sequence '\w' ''' /usr/bin/patator:2674: SyntaxWarning: invalid escape sequence '\w' ('prompt_re', 'regular expression to match prompts [\w+:]'), /usr/bin/patator:2687: SyntaxWarning: invalid escape sequence '\w' def execute(self, host,...
https://github.com/rapid7/metasploit-framework/blob/8a46b2b1255faaecd6f3f858b2ac1f3a6cb17fd0/msfdb#L268 This line fails with `ActiveRecord::StatementInvalid: PG::InsufficientPrivilege: ERROR: permission denied for schema public` my fix was ``` psql --dbname msf --username postgres --command "grant all on schema public to msf"...
IP telephone credentials ``` Authentication name: [email protected] Password: password User ID: **71 Registrar: speedport.ip ``` ``` [nat_policy_1] ref=ZG7~bcuSkHwGFUj [proxy_0] reg_proxy= reg_route= reg_identity="**71" realm=* quality_reporting_enabled=0 quality_reporting_interval=0 reg_expires=3600 reg_sendregister=1 publish=0 avpf=0 avpf_rr_interval=5...
## Steps to reproduce How'd you do it? curl: ``` #server bundle exec thin --rackup msf-json-rpc.ru --address 0.0.0.0 --port 8082 --environment production --tag msf-json-rpc start #client curl --request POST --url...