This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version....
LICENSE.md Learning & Hacking.md README.md SUMMARY.md _config.yml about-the-author.md android-forensics.md brute-force.md burp-suite.md certificates.md emails-vulns.md exfiltration.md external-recon-methodology.md getting-started-in-hacking.md interesting-http.md online-platforms-with-api.md ot...
guesser_version:'3.0'entities:authors:cols:first_name:{ method: firstName, unique: false }last_name:{ method: lastName, unique: false }action:updatebooks:cols:name:{ method: sentence, params: [8] }action:insertpre_actions: -db.query("DELETE FROM books")limit:1000 ...
# All Check python3 odat.py all -s 10.10.10.82 -p 1521 # SIDの特定 python3 odat.py sidguesser -s 10.10.10.82 -p 1521 [+] SIDs found on the 10.10.10.82:1521 server: XE # 認証情報の特定(-dは特定したSIDを指定) python3 odat.py passwordguesser -s 10.10.10.82 -p 1521 -d XE #...
ContentGuesser: added param for sync and import APIs, checks for different id columns, performance metrics, etc. Country guessing fix: must be done with at least 2 chars. Geocoding: fixed geocoder by postalcode when column type is numeric #1095 Add feature button in Torque maps3.2...
/usr/lib/ruby/gems/2.5.0/gems/ffi-1.9.18/ext/ffi_c/libffi/LICENSE exists in both 'aquatone' and 'dawnscanner' /usr/lib/ruby/gems/2.5.0/gems/ffi-1.9.18/ext/ffi_c/libffi/Makefile.am exists in both 'aquatone' and 'dawnscanner' /usr/lib/ruby/gems/2.5.0/gems/ffi-1.9.18/ext/ff...
README MIT license Database anonymizer Why ? General Data Protection Regulation (GDPR) imposes strict rules in the domain of information storage and treatment. You must not treat the users' personal data unless there is a strong necessity. In case you want to dump a production database in ord...
Updated license in composer.json Chmod 777 on dirsttfontdata,tmp,graph_cacheafter composer install Requiring PHP 5.4.0+ with Composer Code style Reformated (almost) all PHP files to keep basic code style Removed trailing whitespaces Converted all txt, php, css, and htm files to utf8 ...
{ "symfony/mime": "To use the file extension guesser" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ],...
patator oracle_login sid=<SID> host=<IP> user=FILE0 password=FILE1 0=users-oracle.txt 1=pass-oracle.txt -x ignore:code=ORA-01017 ./odat.py passwordguesser -s $SERVER -d $SID ./odat.py passwordguesser -s $MYSERVER -p $PORT --accounts-file accounts_multiple.txt #msf1 msf> use ...