CiscoDevNet /
ydk-cpp
This project has been deprecated and the repository will no longer be updated. C++ SDK generated from YANG data models.
26/100 healthLoading repository data…
tanyagupta0201 / repository
This repository has been excluded from the Hacktoberfest 2022. You may use other Repo for your valuable contributions
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
:star: Feel free to use this project to make your first contribution to an open-source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!
:star: Make sure to grab some cool swags during Hacktoberfest by getting involved in the open-source community.
1. Contribute a basic program using any programming language.
2. The Program should be executable, with 0 errors and proper documentation.
3. Create a directory for the programming language you are using.
4. Note: Do not create a new directory if already exists.
5. Writing the author's name and the date modified is a must (Write it as a multiline comment in your code).
6. Filename should be meaningful.
7. Don't spam it will be rejected immediately.
Star this repository.
Fork this repository.
Clone the forked repository.
git clone https://github.com/<your-github-username>/Hacktoberfest-2022
cd Hacktoberfest-2022
git checkout -b <your_branch_name>
Make changes.
Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
git push -u origin <your_branch_name>
Create a Pull Request.
Congratulations! 🎉 you've made your contribution.
Selected from shared topics, language and repository description—not editorial ratings.
CiscoDevNet /
This project has been deprecated and the repository will no longer be updated. C++ SDK generated from YANG data models.
26/100 healthlolin32 /
Arduino core for ESP32 WiFi chip Build Status Need help or have a question? Join the chat at https://gitter.im/espressif/arduino-esp32 Development Status Installation Instructions: Using Arduino IDE Windows Mac OS Debian/Ubuntu Decoding Exceptions Using PlatformIO Using as ESP-IDF component ESP32Dev Board PINMAP Development Status Most of the framework is implemented. Most noticable is the missing analogWrite. While analogWrite is on it's way, there are a few other options that you can use: 16 channels LEDC which is PWM 8 channels SigmaDelta which uses SigmaDelta modulation 2 channels DAC which gives real analog output Installation Instructions Using through Arduino IDE ###Instructions for Windows Instructions for Mac Install latest Arduino IDE from arduino.cc Open Terminal and execute the following command (copy->paste and hit enter): mkdir -p ~/Documents/Arduino/hardware/espressif && \ cd ~/Documents/Arduino/hardware/espressif && \ git clone https://github.com/espressif/arduino-esp32.git esp32 && \ cd esp32/tools/ && \ python get.py Restart Arduino IDE Instructions for Debian/Ubuntu Linux Install latest Arduino IDE from arduino.cc Open Terminal and execute the following command (copy->paste and hit enter): sudo usermod -a -G dialout $USER && \ sudo apt-get install git && \ wget https://bootstrap.pypa.io/get-pip.py && \ sudo python get-pip.py && \ sudo pip install pyserial && \ mkdir -p ~/Arduino/hardware/espressif && \ cd ~/Arduino/hardware/espressif && \ git clone https://github.com/espressif/arduino-esp32.git esp32 && \ cd esp32/tools/ && \ python get.py Restart Arduino IDE Decoding exceptions You can use EspExceptionDecoder to get meaningful call trace. Using PlatformIO PlatformIO is an open source ecosystem for IoT development with cross platform build system, library manager and full support for Espressif ESP32 development. It works on the popular host OS: Mac OS X, Windows, Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard). What is PlatformIO? PlatformIO IDE Quick Start with PlatformIO IDE or PlatformIO Core Integration with Cloud and Standalone IDEs - Cloud9, Codeanywehre, Eclipse Che (Codenvy), Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM and Visual Studio Project Examples Using "Stage" (Git) version of Arduino Core Building with make makeEspArduino is a generic makefile for any ESP8266/ESP32 Arduino project. Using make instead of the Arduino IDE makes it easier to do automated and production builds. Using as ESP-IDF component Download and install esp-idf Create blank idf project (from one of the examples) in the project folder, create a folder called components and clone this repository inside mkdir -p components && \ cd components && \ git clone https://github.com/espressif/arduino-esp32.git arduino && \ cd .. && \ make menuconfig make menuconfig has some Arduino options "Autostart Arduino setup and loop on boot" If you enable this options, your main.cpp should be formated like any other sketch //file: main.cpp #include "Arduino.h" void setup(){ Serial.begin(115200); } void loop(){ Serial.println("loop"); delay(1000); } Else you need to implement app_main() and call initArduino(); in it. Keep in mind that setup() and loop() will not be called in this case. If you plan to base your code on examples provided in esp-idf, please make sure move the app_main() function in main.cpp from the files in the example. //file: main.cpp #include "Arduino.h" extern "C" void app_main() { initArduino(); pinMode(4, OUTPUT); digitalWrite(4, HIGH); //do your own thing } "Disable mutex locks for HAL" If enabled, there will be no protection on the drivers from concurently accessing them from another thread/interrupt/core "Autoconnect WiFi on boot" If enabled, WiFi will start with the last known configuration Else it will wait for WiFi.begin make flash monitor will build, upload and open serial monitor to your board ESP32Dev Board PINMAP Pin Functions Hint Sometimes to program ESP32 via serial you must keep GPIO0 LOW during the programming process
nadhmiamri /
========================================================================== Veil-Evasion (Setup Script) | [Updated]: 2016-09-09 ========================================================================== [Web]: https://www.veil-framework.com/ | [Twitter]: @VeilFramework ========================================================================== [I] Ubuntu 16 x86_64 detected... [*] Initializing package installation [*] Adding x86 architecture to x86_64 system for Wine W: The repository 'http://ppa.launchpad.net/backbox/four/ubuntu xenial Release' does not have a Release file. W: The repository 'http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu xenial Release' does not have a Release file. W: GPG error: http://kali.mirror.garr.it/mirrors/kali kali-dev InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6 W: The repository 'http://http.kali.org/kali kali-dev InRelease' is not signed. E: Failed to fetch http://ppa.launchpad.net/backbox/four/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found E: Failed to fetch http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. [*] Installing Wine 32-bit and 64-bit binaries E: Unable to locate package wine-stable E: Package 'wine1.6' has no installation candidate E: Package 'wine1.6-i386' has no installation candidate [ERROR] Failed to install Wine... Exit code: 100 [*] ALERT: Existing Veil Wine environment detected at /home/nadhmi/.config/wine/veil Do you want to nuke it? (recommended) [Y/n]: y [*] Deleting existing Veil Wine environment... [*] Creating new Veil Wine environment in: /home/nadhmi/.config/wine/veil [*] Initializing Veil's Wine environment... sudo: wine: command not found [ERROR] Veil Wine environment could not be found! [ERROR] Check for existence of /home/nadhmi/.config/wine/veil/drive_c [*] Installing dependencies Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package wine-stable [ERROR] Failed to install dependencies... Exit code: 100 [*] Installing Capstone dependencies... [*] Installing Capstone (via Source) Cloning into '/home/nadhmi/Veil-Evasion/setup/capstone'... remote: Counting objects: 21285, done. remote: Compressing objects: 100% (12/12), done. /opt/metasploit-framework/Receiving objects: 27% (5947/21285), 8.11 MiB | 558.0remote: Total 21285 (delta 2), reused 0 (delta 0), pack-reused 21273 Receiving objects: 100% (21285/21285), 32.09 MiB | 387.00 KiB/s, done. Resolving deltas: 100% (15157/15157), done. Checking connectivity... done. Note: checking out 'b53a59af53ffbd5dbe8dbcefba41a00cf4fc7469'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at b53a59a... update ChangeLog for 3.0 rm -f ./cs.o ./utils.o ./SStream.o ./MCInstrDesc.o ./MCRegisterInfo.o ./arch/ARM/ARMDisassembler.o ./arch/ARM/ARMInstPrinter.o ./arch/ARM/ARMMapping.o ./arch/ARM/ARMModule.o ./arch/AArch64/AArch64BaseInfo.o ./arch/AArch64/AArch64Disassembler.o ./arch/AArch64/AArch64InstPrinter.o ./arch/AArch64/AArch64Mapping.o ./arch/AArch64/AArch64Module.o ./arch/Mips/MipsDisassembler.o ./arch/Mips/MipsInstPrinter.o ./arch/Mips/MipsMapping.o ./arch/Mips/MipsModule.o ./arch/PowerPC/PPCDisassembler.o ./arch/PowerPC/PPCInstPrinter.o ./arch/PowerPC/PPCMapping.o ./arch/PowerPC/PPCModule.o ./arch/Sparc/SparcDisassembler.o ./arch/Sparc/SparcInstPrinter.o ./arch/Sparc/SparcMapping.o ./arch/Sparc/SparcModule.o ./arch/SystemZ/SystemZDisassembler.o ./arch/SystemZ/SystemZInstPrinter.o ./arch/SystemZ/SystemZMapping.o ./arch/SystemZ/SystemZModule.o ./arch/SystemZ/SystemZMCTargetDesc.o ./arch/X86/X86DisassemblerDecoder.o ./arch/X86/X86Disassembler.o ./arch/X86/X86IntelInstPrinter.o ./arch/X86/X86ATTInstPrinter.o ./arch/X86/X86Mapping.o ./arch/X86/X86Module.o ./arch/XCore/XCoreDisassembler.o ./arch/XCore/XCoreInstPrinter.o ./arch/XCore/XCoreMapping.o ./arch/XCore/XCoreModule.o ./MCInst.o rm -f ./libcapstone.* ./capstone.* rm -f ./capstone.pc cd tests && make clean make[1]: Entering directory '/home/nadhmi/Veil-Evasion/setup/capstone/tests' rm -rf ./test.o ./test_detail.o ./test_skipdata.o ./test_iter.o ./test_arm.o ./test_arm64.o ./test_mips.o ./test_ppc.o ./test_sparc.o ./test_systemz.o ./test_x86.o ./test_xcore.o ./test ./test_detail ./test_skipdata ./test_iter ./test_arm ./test_arm64 ./test_mips ./test_ppc ./test_sparc ./test_systemz ./test_x86 ./test_xcore ./*.exe ./*.static ./libcapstone.* ./capstone.* make[1]: Leaving directory '/home/nadhmi/Veil-Evasion/setup/capstone/tests' rm -f ./tests/libcapstone.so cd bindings/python && make clean make[1]: Entering directory '/home/nadhmi/Veil-Evasion/setup/capstone/bindings/python' rm -rf ./build rm -f capstone/*.so make[1]: Leaving directory '/home/nadhmi/Veil-Evasion/setup/capstone/bindings/python' cd bindings/java && make clean make[1]: Entering directory '/home/nadhmi/Veil-Evasion/setup/capstone/bindings/java' rm -rf ./capstone/*.class rm -rf ./*.class ./*.log ./*.jar make[1]: Leaving directory '/home/nadhmi/Veil-Evasion/setup/capstone/bindings/java' cd bindings/ocaml && make clean make[1]: Entering directory '/home/nadhmi/Veil-Evasion/setup/capstone/bindings/ocaml' rm -f *.[oa] *.so *.cm[ixoa] *.cmxa *.mli test test_detail test_x86 test_arm test_arm64 test_mips test_ppc test_sparc test_systemz test_xcore make[1]: Leaving directory '/home/nadhmi/Veil-Evasion/setup/capstone/bindings/ocaml' CC cs.o CC utils.o CC SStream.o CC MCInstrDesc.o CC MCRegisterInfo.o CC arch/ARM/ARMDisassembler.o CC arch/ARM/ARMInstPrinter.o CC arch/ARM/ARMMapping.o CC arch/ARM/ARMModule.o CC arch/AArch64/AArch64BaseInfo.o CC arch/AArch64/AArch64Disassembler.o CC arch/AArch64/AArch64InstPrinter.o CC arch/AArch64/AArch64Mapping.o CC arch/AArch64/AArch64Module.o CC arch/Mips/MipsDisassembler.o CC arch/Mips/MipsInstPrinter.o CC arch/Mips/MipsMapping.o CC arch/Mips/MipsModule.o CC arch/PowerPC/PPCDisassembler.o CC arch/PowerPC/PPCInstPrinter.o CC arch/PowerPC/PPCMapping.o CC arch/PowerPC/PPCModule.o CC arch/Sparc/SparcDisassembler.o CC arch/Sparc/SparcInstPrinter.o CC arch/Sparc/SparcMapping.o CC arch/Sparc/SparcModule.o CC arch/SystemZ/SystemZDisassembler.o CC arch/SystemZ/SystemZInstPrinter.o CC arch/SystemZ/SystemZMapping.o CC arch/SystemZ/SystemZModule.o CC arch/SystemZ/SystemZMCTargetDesc.o CC arch/X86/X86DisassemblerDecoder.o CC arch/X86/X86Disassembler.o CC arch/X86/X86IntelInstPrinter.o CC arch/X86/X86ATTInstPrinter.o CC arch/X86/X86Mapping.o CC arch/X86/X86Module.o CC arch/XCore/XCoreDisassembler.o CC arch/XCore/XCoreInstPrinter.o CC arch/XCore/XCoreMapping.o CC arch/XCore/XCoreModule.o CC MCInst.o LINK libcapstone.so AR libcapstone.a ar: creating ./libcapstone.a GEN capstone.pc cd tests && make make[1]: Entering directory '/home/nadhmi/Veil-Evasion/setup/capstone/tests' CC test.o CC test_detail.o CC test_skipdata.o CC test_iter.o CC test_arm.o CC test_arm64.o CC test_mips.o CC test_ppc.o CC test_sparc.o CC test_systemz.o CC test_x86.o CC test_xcore.o LINK test LINK test.static LINK test_detail LINK test_detail.static LINK test_skipdata LINK test_skipdata.static LINK test_iter LINK test_iter.static LINK test_arm LINK test_arm.static LINK test_arm64 LINK test_arm64.static LINK test_mips LINK test_mips.static LINK test_ppc LINK test_ppc.static LINK test_sparc LINK test_sparc.static LINK test_systemz LINK test_systemz.static LINK test_x86 LINK test_x86.static LINK test_xcore LINK test_xcore.static make[1]: Leaving directory '/home/nadhmi/Veil-Evasion/setup/capstone/tests' install -m0644 ./libcapstone.so ./tests/ mkdir -p /usr/lib install -m0755 ./libcapstone.so /usr/lib cd /usr/lib && \ mv libcapstone.so libcapstone.so.3 && \ ln -s libcapstone.so.3 libcapstone.so install -m0644 ./libcapstone.a /usr/lib mkdir -p /usr/include/capstone install -m0644 include/*.h /usr/include/capstone mkdir -p /usr/lib/pkgconfig install -m0644 ./capstone.pc /usr/lib/pkgconfig/ rm -rf ./build python setup.py build -b ./build install running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/capstone copying capstone/ppc.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/mips_const.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/x86.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/sparc.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/xcore.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/systemz.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/__init__.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/mips.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/ppc_const.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/sparc_const.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/xcore_const.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/arm64.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/arm_const.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/sysz_const.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/x86_const.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/arm64_const.py -> ./build/lib.linux-x86_64-2.7/capstone copying capstone/arm.py -> ./build/lib.linux-x86_64-2.7/capstone running install running install_lib copying ./build/lib.linux-x86_64-2.7/capstone/ppc.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/mips_const.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/x86.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/sparc.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/xcore.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/systemz.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/__init__.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/mips.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/ppc_const.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/sparc_const.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/xcore_const.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/arm64.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/arm_const.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/sysz_const.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/x86_const.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/arm64_const.py -> /usr/local/lib/python2.7/dist-packages/capstone copying ./build/lib.linux-x86_64-2.7/capstone/arm.py -> /usr/local/lib/python2.7/dist-packages/capstone byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/ppc.py to ppc.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/mips_const.py to mips_const.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/x86.py to x86.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/sparc.py to sparc.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/xcore.py to xcore.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/systemz.py to systemz.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/mips.py to mips.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/ppc_const.py to ppc_const.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/sparc_const.py to sparc_const.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/xcore_const.py to xcore_const.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/arm64.py to arm64.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/arm_const.py to arm_const.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/sysz_const.py to sysz_const.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/x86_const.py to x86_const.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/arm64_const.py to arm64_const.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/capstone/arm.py to arm.pyc running install_egg_info Removing /usr/local/lib/python2.7/dist-packages/capstone-3.0.egg-info Writing /usr/local/lib/python2.7/dist-packages/capstone-3.0.egg-info [*] Adding Capstone library path to: /etc/ld.so.conf.d/capstone.conf [*] Initializing Python dependencies installation... [*] Installing Python's SymmetricJSONRPC... [*] Installing SymmetricJSONRPC dependency (via PIP)... sudo: pip2: command not found [ERROR] Failed to install SymmetricJSONRPC... Exit code: 1 [*] Initializing (Wine) Python dependencies installation... [*] Preparing (Wine) Python directories... [*] Installing (Wine) Python... [*] Next -> Next -> Next -> Finished! ...Overwrite if prompt. Use default values. sudo: wine: command not found [ERROR] Failed to install (Wine) Python 2.7.5... Exit code: 1 [*] Installing (Wine) Python dependencies... [*] Installing (Wine) Python's pywin32-219.win32-py2.7.exe... [*] Next -> Next -> Next -> Finished! ...Overwrite if prompt. Use default values. sudo: wine: command not found [ERROR] Failed to install pywin32-219.win32-py2.7.exe... Exit code: 1 [*] Installing (Wine) Python's pycrypto-2.6.win32-py2.7.exe... [*] Next -> Next -> Next -> Finished! ...Overwrite if prompt. Use default values. sudo: wine: command not found [ERROR] Failed to install pycrypto-2.6.win32-py2.7.exe... Exit code: 1 [*] Installing Python's PyInstaller [*] Installing Python's PEFile (For PyInstaller) sudo: wine: command not found [*] Installing Python's Futures (For PyInstaller) sudo: wine: command not found [*] Installing Python's setup tools sudo: wine: command not found [*] Initializing (Wine) Ruby dependencies installation... [*] Installing (Wine) Ruby & dependencies [*] Next -> Next -> Next -> Finished! ...Overwrite if prompt. Use default values. sudo: wine: command not found [ERROR] Failed to install (Wine) Ruby.exe... Exit code: 1 [*] Installing (Wine) Ruby OCRA gem... sudo: wine: command not found [ERROR] Failed to install (Wine) Ruby OCRA Gem... Exit code: 1 [*] Extracting (Wine) Ruby dependencies... [*] Initializing Go dependencies installation... Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: binutils cpp-5 g++-5 gcc-5 gcc-5-base gcc-6-base libasan2 libatomic1 libcc1-0 libcilkrts5 libgcc-5-dev libgcc1 libgfortran3 libgo7 libgomp1 libitm1 liblsan0 libmpx0 libquadmath0 libstdc++-5-dev libstdc++6 libtsan0 libubsan0 Suggested packages: binutils-doc gcc-5-locales g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-5-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg gccgo-5-doc libgo7-dbg libstdc++-5-doc The following packages will be upgraded: binutils cpp-5 g++-5 gcc-5 gcc-5-base gcc-6-base gccgo-5 libasan2 libatomic1 libcc1-0 libcilkrts5 libgcc-5-dev libgcc1 libgfortran3 libgo7 libgomp1 libitm1 liblsan0 libmpx0 libquadmath0 libstdc++-5-dev libstdc++6 libtsan0 libubsan0 24 upgraded, 0 newly installed, 0 to remove and 1802 not upgraded. Need to get 53.7 MB of archives. After this operation, 10.0 MB of additional disk space will be used. WARNING: The following packages cannot be authenticated! gcc-6-base libgcc1 libstdc++6 libquadmath0 libgo7 gccgo-5 g++-5 gcc-5 cpp-5 libcc1-0 binutils libgomp1 libitm1 libatomic1 libasan2 liblsan0 libtsan0 libubsan0 libcilkrts5 libmpx0 libstdc++-5-dev libgcc-5-dev libgfortran3 gcc-5-base E: There were unauthenticated packages and -y was used without --allow-unauthenticated update-alternatives: error: no alternatives for go [*] Installing Go x86_64 (via TAR) [ERROR] Bad hash for go153x64.tar.gz! [*] Updating Veil-Framework configuration... [>] Please enter the path of your metasploit installation: /opt/metasploit-framework/ Veil-Framework configuration: [*] OPERATING_SYSTEM = Linux [*] TERMINAL_CLEAR = clear [*] WINEPREFIX = /home/nadhmi/.config/wine/veil/ [*] TEMP_DIR = /tmp/ [*] MSFVENOM_OPTIONS = [*] METASPLOIT_PATH = /opt/metasploit-framework//opt/metasploit-framework/ [*] MSFVENOM_PATH = /usr/bin/ [*] PYINSTALLER_PATH = /opt/veil/PyInstaller-3.2/ [*] VEIL_EVASION_PATH = /home/nadhmi/Veil-Evasion/ [*] PAYLOAD_SOURCE_PATH = /usr/share/veil-output/source/ [*] PAYLOAD_COMPILED_PATH = /usr/share/veil-output/compiled/ [*] GENERATE_HANDLER_SCRIPT = True [*] HANDLER_PATH = /usr/share/veil-output/handlers/ [*] HASH_LIST = /usr/share/veil-output/hashes.txt [*] VEIL_CATAPULT_PATH = /home/nadhmi/Veil-Catapult/ [*] CATAPULT_RESOURCE_PATH = /usr/share/veil-output/catapult/ Configuration File Written To '/etc/veil/settings.py' [*] Ensuring this account (nadhmi) owns veil output directory (/usr/share/veil-output)... [*] Ensuring this account (nadhmi) has correct ownership of /home/nadhmi/.config/wine/veil There was issues installing the following: Failed to install Wine... Exit code: 100 Veil Wine environment could not be found! Check for existence of /home/nadhmi/.config/wine/veil/drive_c Failed to install dependencies... Exit code: 100 Failed to install SymmetricJSONRPC... Exit code: 1 Failed to install (Wine) Python 2.7.5... Exit code: 1 Failed to install pywin32-219.win32-py2.7.exe... Exit code: 1 Failed to install pycrypto-2.6.win32-py2.7.exe... Exit code: 1 Failed to install (Wine) Ruby.exe... Exit code: 1 Failed to install (Wine) Ruby OCRA Gem... Exit code: 1 Bad hash for go153x64.tar.gz! [I] If you have any errors running Veil-Evasion, delete the Veil Wine profile ('rm -rf /home/nadhmi/.config/wine/veil') and re-run: '/home/nadhmi/Veil-Evasion/setup/setup.sh -c' [I] Done! root@nadhmi:/home/nadhmi/Veil-Evasion/setup#
39/100 healthcoralkashri /
This is an examples repository of C++ Senioreas blog Hash your Conditions - C++ article.
52/100 healthThis Repository has the solutions of The courses Included in Ninja Career Track(Introduction To C++, DataStructures And Algorithms, Competitive Programming) in C++. All These Codes runs Accurately.
21/100 healthniharika1102 /
This repository has solutions to the problems in the Problem Solving module on Hackerrank in C++ language.
32/100 health