I hereby claim:
- I am NeuroWinter on github.
- I am neurowinter (https://keybase.io/neurowinter) on keybase.
- I have a public key whose fingerprint is 043D 335A ACF3 BBEF B9D0 8302 8B08 4664 331E 1957
To claim this, I am signing this object:
| FFMPEG '-i', file, '-c:v', 'libopenjpeg', "jpeg2000\\" + name + ".jp2"\ | |
| Convert image to jpeg2000 | |
| ffmpeg -i in.png -c:v libopenjpeg out.jp2 | |
| Hex Edit out.jp2 | |
| ffmpeg -i in.jp2 -c:v png out.png | |
| General Edit | |
| ffmpeg -i input.avi -c:v mpeg2video -g 999 -q:v 1 output.avi | |
| *edit in avidemux/whatever* |
| import os | |
| import json | |
| def getArtist(releaseFile): | |
| artist = (releaseFile['group']['musicInfo']['artists'][0]['name']).encode('ascii','ignore') | |
| return artist | |
| def getAlbum(releaseFile): | |
| album = (releaseFile['group']['name']).encode('ascii','ignore') | |
| return album |
| import os | |
| import json | |
| def getArtist(releaseFile): | |
| with open(dirpath + '/' + file) as data_file: | |
| artist = str(data['group']['musicInfo']['artists'][1]['name']) | |
| return artist | |
| def getAlbum(releaseFile): | |
| with open(dirpath + '/' + file) as data_file: |
I hereby claim:
To claim this, I am signing this object:
| $ C:\Python27\python.exe cmsmap.py --update A | |
| [-] Date & Time: 08/10/2016 22:54:19 | |
| [-] Updating CMSmap to the latest version from GitHub repository... | |
| Already up-to-date. | |
| [-] CMSmap is now updated to the latest version! | |
| [-] Downloading wordpress plugins from svn website | |
| [-] 62912 plugins found | |
| [-] Wordpress Plugin File: C:\Tools\Pentest\CMSmap-master\CMSmap\data\wp_plugins.txt | |
| [-] Downloading WordPress plugins from ExploitDB website | |
| Traceback (most recent call last): |
| /* | |
| Theme Name: WP Simple | |
| Theme URI: http://www.nimbusthemes.com/free/simple/ | |
| Description: As its name suggests, the Simple theme is intended to provide a simple, clean, minimal layout from which you can develop your website. Fully responsive and based on the newest release of the Bootstrap 3 mobile-first, front-end framework, the Simple theme will transform effortlessly from desktop-width monitors to tablets and smartphones. An array of theme options allows for customization of nearly every color, feature, and element across the theme. The Simple theme is translation-ready, cross-browser tested, search engine optimized, includes a full-page-width page template, offers infinite color combinations, displays custom featured posts, and is compatible with most popular plugins. | |
| Author: Nimbus Themes | |
| Author URI: http://nimbusthemes.com/ | |
| Version: 1.3.5 | |
| Tags: black, blue, gray, silver, white, dark, light, one-column, two-columns, three-columns, four-columns, right-sidebar, fluid-layout, custom-background, custom-color |
| <Users> | |
| <User> | |
| <logs> | |
| <log> | |
| <date></date> | |
| <time></time> | |
| <ip></ip> | |
| <UserAgent></UserAgent> | |
| </log> | |
| <log> |
| <User> | |
| <log> | |
| <date></date> | |
| <time></time> | |
| <ip></ip> | |
| <UserAgent></UserAgent> | |
| </log> | |
| </User> |
| Assertion failed: "base + vsize*vsize < 65536" | |
| Location: PatchRData.cpp:469 (BuildIndices) | |
| Call stack: | |
| (0x84dcb64) /usr/bin/pyrogenesis() [0x84dcb64] | |
| (0x8489805) /usr/bin/pyrogenesis() [0x8489805] | |
| (0x848afde) /usr/bin/pyrogenesis() [0x848afde] | |
| (0x838999d) /usr/bin/pyrogenesis() [0x838999d] | |
| (0x838c180) /usr/bin/pyrogenesis() [0x838c180] |
| checking for OPUS_LIBS (pkg-config)... no | |
| *** Package opusfile was not found in the pkg-config search path. | |
| *** Perhaps you should add the directory containing `opusfile.pc' | |
| *** to the PKG_CONFIG_PATH environment variable | |
| *** No package 'opusfile' found | |
| checking for WAVPACK_LIBS (pkg-config)... no | |
| checking for WAVPACK_LIBS (-lwavpack)... no | |
| checking for header <mp4v2/mp4v2.h>... no | |
| checking for header <mp4.h>... no | |
| checking for header <neaacdec.h>... no |