ninp0
ninp0
Following an update to openssl in Kali to rev: ``` $ sudo dpkg --list openssl ii openssl 1.1.1~~pre9-1 amd64 Secure Sockets Layer toolkit - cryptographic utility ``` Arachni (when using...
For example: hist --show [3, 6, 8..9] hist --replay [3, 6, 8..9] hist --save [3, 6, 8..9] /tmp/rough_prototype.rb
Greetings! https://github.com/arangamani/jenkins_api_client/blob/72f49f2e7ef12d58a0e33856ca91962b2e27709b/lib/jenkins_api_client/plugin_manager.rb#L346 It appears the aforementioned line no longer works when interacting w/ Jenkins v2.192 as it throws the following error: ``` plugin_arr = ['slack', 'htmlpublisher'] jenkins_obj = JenkinsApi::Client.new( server_ip:...
…Per discussion here: https://github.com/baresip/baresip/discussions/1990
It looks like https://github.com/tomsteele/burpbuddy/releases/tag/v3.1.0 doesn't contain the latest code (e.g. The API call scanreport doesn't include XML && HTML formats in v3.1.0). Could you provide a new release including the...
Could someone suggest some ways to implement autocomplete as you type which populates suggestions into a menu for a custom Pry session, instead of tab autocomplete (somewhat similar to irb)?
Looks like the following error is still happening in Kali despite being fixed in Debian & Ubuntu. Fwiw, this issue occurs in the master branch: ``` $ ./build_qemu_support.sh ================================================= AFL...
Greetings, In order to install the serialport gem using Ruby 3.0.0 on MacOS Big Sur (11.1) the following is required: ``` $ gem install serialport -- --with-cflags=-Wno-implicit-function-declaration ``` In order...