Twelve 21
Twelve 21
  • Видео 3
  • Просмотров 58 350
Getting Started with Recon-ng
Recon-ng is a powerful open-source recon tool. This video will walk you through setting it up on Ubuntu and introduce you to workspaces and the database.
Resources:
The Recon-ng Framework, GitHub: github.com/lanmaster53/recon-ng
Technical Information Gathering with Recon-ng, Tim Tomes, Pluralsight: app.pluralsight.com/library/courses/technical-information-gathering-recon-ng/table-of-contents
Music:
Where We Wanna Go, Patrick Patrikios, Nov 2020, RUclips Audio Library License
Thumbnail:
Photo by Sergiu Nista [unsplash.com/@sergiunista] on Unsplash [unsplash.com/s/photos/spy]
Просмотров: 573

Видео

How to Sign a UWP Application with a Digital Certificate
Просмотров 7 тыс.3 года назад
Microsoft has made it difficult to sign a UWP application outside of Visual Studio. This video will walk you through the process of creating a UWP package signing certificate both inside and outside of Visual Studio and then finally signing a package using the new certificate using signtool.exe. New-SelfSignedCert documentation: docs.microsoft.com/en-us/powershell/module/pkiclient/new-selfsigne...
Getting Started with Rust on Windows and Visual Studio Code
Просмотров 51 тыс.3 года назад
Stuck getting started with Rust in VS Code? Let me help! This post will have you compiling, debugging, and unit testing Rust code in no time. Visual Studio Build Tools 2019: visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16 Rustup Installation Page: www.rust-lang.org/tools/install Rust Extension Pack: marketplace.visualstudio.com/items?itemName=swellaby.rust-...

Комментарии

  • @shoockygaming6024
    @shoockygaming6024 3 месяца назад

    Very useful video! Thank you for putting the entire setup process in one concise video!

  • @ranitchatterjee5552
    @ranitchatterjee5552 3 месяца назад

    Can't we install rust without installing visual studio installer?

  • @Kaycii.Austine
    @Kaycii.Austine 3 месяца назад

    Thank you for your detailed guide on how to install RUST-Lang on WIndows with VSCode. God bless

  • @ZeeshanAzmi
    @ZeeshanAzmi 4 месяца назад

    you saved my day and straight to the business :) Thanks alot

  • @user-mfsc-2024
    @user-mfsc-2024 9 месяцев назад

    year 23 I found this video should i install more latest version of build tool 2022?

  • @exxzxxe
    @exxzxxe Год назад

    Really well done!

  • @pici24
    @pici24 Год назад

    It's a pitty that you didn't continued a full Rust course, because you have the good skills for explaining in simple and detailed way, so anybody could understand ! I have no programing background and I want to learn Rust, even though everybody say that I should learn some other programing language, build a knowledge base and then start with Rust. I stick to start with Rust and I think the difficulty of learning Rust comes from the "teachers" who refuse to explain to people like me, with no programing background and they skip a lot of basic and newby important information. So, from what I saw in youre video, you could be the first that have the skills and patient, to explain Rust for "dummies"" ! If you ever are going to make a full Rust tutorial for beginers in programing like me, I would love to watch youre videos ! Also, I already subscribe to your channel, even if you haven't publish for the last 2 years. Good video, good info, good way of explaining and in detail.. thank you !

  • @Amazingspidermon-hl3xc
    @Amazingspidermon-hl3xc Год назад

    0:48 😂😂Goood one

  • @neovuartificialintelligenc9096

    I'm a rust noob ... the video and comments thread here encouraged me to try ... I applied the code provided here religiously on two different windows 10 computers a number of times on each ... HelloWorld\cargo" does not exist. "problemMatcher": [ "$rustc", "$rust-panic"]

  • @KimJaeho
    @KimJaeho Год назад

    very helpful thanks!

  • @nandodixtorsion
    @nandodixtorsion Год назад

    Why generating a certificate from VS generates a .pfx file and while using the powershell script it doesn't ask for a password? Shouldn't a selfgenerated certificate be linked to a private key?

  • @nandodixtorsion
    @nandodixtorsion Год назад

    Thank you so much for this very helpful video!

  • @matinodoom5883
    @matinodoom5883 Год назад

    I have a strange issue with Git bash terminal on my Windows 10 machine. Whenever I am prompted for something, the terminal continues as if I pressed Enter without typing anything. This makes working with terminal impossible, as I can't provide nearly any user input. This happens when i’m with rust and c++. It strangely does happen with other languages

  • @noctifersummanus15
    @noctifersummanus15 Год назад

    IF I HAD FOUND THIS VIDEO SOONER IT WOULDVE SAVED ME LIKE 48 HOURS TY

  • @HamiltonGJr
    @HamiltonGJr Год назад

    What about to make a Rust tutorial? I'd watch It. And I believe that others would appreciate it too!

  • @Chaminox
    @Chaminox Год назад

    Please make more videos

  • @Chaminox
    @Chaminox Год назад

    What a great tutorial with a great voice!

  • @109benn
    @109benn Год назад

    Your video is excellent😀

  • @Ian-eb2io
    @Ian-eb2io 2 года назад

    In my case add configuration C++ (Windows) just generates an empty launch.json file.

    • @Ian-eb2io
      @Ian-eb2io 2 года назад

      On the other hand I didn't need to install anything extra, other than the rust extension, to be able to set breakpoints.

  • @ThilinaRandombage
    @ThilinaRandombage 2 года назад

    Thanks for the video! Btw, the link to the blog post is not working.

  • @sausytime
    @sausytime 2 года назад

    type "cargo new projectName" into the terminal to generate the cargo.toml files and such.

  • @danielgrass5859
    @danielgrass5859 2 года назад

    Thanks Bryan! This got me up and running with Rust in VS Code - well done!

  • @thegripmaster666
    @thegripmaster666 2 года назад

    Nice 1; I loved the visual highlighting of the CLI and explanation what they meant. I wonder why you stopped making the rest of the series :-)

  • @5baum
    @5baum 2 года назад

    I did everything exactly like you but the code wont compile and I always get the error message:"linker `link.exe` not found". Could you maybe help me out?

  • @piotr6573
    @piotr6573 2 года назад

    Great video - thanks!

  • @dslpz
    @dslpz 2 года назад

    Hello, I am trying to set up Rust on WSL (using Ubuntu as the Command Line), on Visual Studio Code, but when I get to tasks.json file and run a build command (6:08) or "Tasks: Run Test Task" (7:07), the following error appears: > Executing task: cargo test < cargo : The term 'cargo' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + cargo test + ~~~~~ + CategoryInfo : ObjectNotFound: (cargo:String) [], CommandNotFoundExceptio n + FullyQualifiedErrorId : CommandNotFoundException The terminal process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command cargo test" terminated with exit code: 1. Terminal will be reused by tasks, press any key to close it. As VS Code is not executing the cargo build task(6:12), the "target" folder and its "Cargo.lock" file are not being created. I don't know what can be the reason for this to happen as I did the exact same actions following the steps from the start. (I also downloaded the Remote - WSL, in case someone is wondering) Any help would be welcome. Thank you in advance everyone.

  • @codegodtreviso2841
    @codegodtreviso2841 2 года назад

    bro ur the best thank you som muc h

  • @jackthebear21
    @jackthebear21 2 года назад

    at first I thought this was a computer voice narrating the video

  • @mateuszczylok9817
    @mateuszczylok9817 2 года назад

    As far as I understand you have to build and run separately? Is there a way to make it build and run at once?

  • @Mempler
    @Mempler 2 года назад

    Why do you sound like your voice is generated by AI but i know its not...

  • @hemendrarawat
    @hemendrarawat 2 года назад

    Thanks Bryan! Very clear tutorial.

  • @ngocphuhoangtran6068
    @ngocphuhoangtran6068 2 года назад

    cargo : The term 'cargo' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. I was receive this warning

  • @user-hp1ms5gt4k
    @user-hp1ms5gt4k 2 года назад

    你们能不能说Chinese,我看不懂啊

  • @Ezekialify
    @Ezekialify 2 года назад

    Thanks so much for this video. Why is this so brutally complicated.... I just want my co-worker and to be able to work on the same project without having to swap around signing certificates...

  • @crlx2
    @crlx2 3 года назад

    thanks for your video. should i do this VERY complicate procedure to sign even a stupid uwp project or is there any way to bypass it?

  • @prameon
    @prameon 3 года назад

    6.54?

  • @soisaid9004
    @soisaid9004 3 года назад

    I did the exact same as you but got error: ________________________________________________________________________________________________________________________________________________ error: failed to parse manifest at `E:\Rust\Hello World\Cargo.toml` Caused by: invalid character ` ` in package name: `hello world`, characters must be Unicode XID characters (numbers, `-`, `_`, or most letters) The terminal process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command cargo build" terminated with exit code: 1. Terminal will be reused by tasks, press any key to close it. _______________________________________________________________________________________________________________________________________________ how can I fix this??

  • @Shashank_Shahi1989
    @Shashank_Shahi1989 3 года назад

    If I compare python programming download and ide with rust programming download and ide , I can say "RUST" is painful to even run first file hello world.

    • @tullochgorum6323
      @tullochgorum6323 3 года назад

      That's the price you pay for working with an emerging language. With funding from Microsoft, Intel and Mozilla, things will likely improve. Also, if you are geeky enough to learn Rust, setting this up shouldn't be too much of a challenge. System languages are always more demanding than scripting languages. A Formula One car is harder to drive than the family runabout.

    • @tullochgorum6323
      @tullochgorum6323 3 года назад

      @@Shashank_Shahi1989 Your choice. I've just compiled my first little app and it took me all of 10 minutes, with the help of this video. Hardly a deal-killer for most. It's not as rich an environment as for VS C++, but then it doesn't need to be, because you'll be doing a fraction of the debugging... If it compiles, it's very likely safe unless you choose to push it to the limits.

    • @Shashank_Shahi1989
      @Shashank_Shahi1989 3 года назад

      @@tullochgorum6323 I will try rust after sometime.

  • @nairpic7360
    @nairpic7360 3 года назад

    Hello, I am a new user of VS code and I have a question: after I create the "launch.json" file and I change the program, I get the following error: launch: "program": "${workspaceFolder}/target/debug/hello-world.exe" does not exist. Do I have to manually create the executable? And if so, how can it be done?

  • @dthomsonit
    @dthomsonit 3 года назад

    Thanks as well, this all works PERIOD, Simples. Followed everything above :), I wasted so much time on the other Rust Extensions that are just buggy and dont work as fluid as this. I now have a working development enironment to start RUST coding, thanks again :)

    • @_twelve21
      @_twelve21 3 года назад

      I'm so glad that this helped you, David! Thanks for your kind words!

  • @benjamincarter9606
    @benjamincarter9606 3 года назад

    Thanks Bryan! I'm just starting out with Rust and this was a very useful video to get my environment up and running.