[DISCUSSION] UUP dump - download Windows 10 UUPs with ease

Discussion in 'Windows 10' started by whatever127, Sep 2, 2017.

  1. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
  2. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
    I'm not sure what to do with these antivirus false positives. I'm not going to write to every single AV manufacturer, to make exclusion, because it would be pointless anyway.
     
  3. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    Iirc it the way the EXE wrapper works in general and the fact that this is often (mis)used in shady (ad infested) keygens/cracktools.
     
  4. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
    I need to find a way to distribute this as a single exe and that will not be immediately flagged. Any ideas?
     
  5. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    Would mean to use a C(++/#) language to achieve. I prefer to kindly ignore my stupid AV and recommend this to others, in case one knows what he downloaded :D.
     
  6. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
    Try putting the .exe File inside a .ZIP File and then post Download ?
     
  7. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    It's more the way the AHK to EXE wrapper works and creates 'suspicious' files for the AV. Additionally AHK and AutoIt are able to initiate key-strokes/mouse-clicks, hence they are suspicious for AVs in general.
     
  8. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,540
    Trophy Points:
    150
    One of the problems is that AHK and AutoIt3 EXE compilers may employ UPX compression to make the EXE smaller. UPX compression alone triggers many A/V detection alerts, especially at the higher levels.

    Over at WOU, we have stopped using compression and have less detection issues now.
     
  9. ahczwudichao

    ahczwudichao MDL Junior Member

    Joined:
    May 1, 2013
    Messages:
    81
    Likes Received:
    74
    Trophy Points:
    0
  10. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
    I have no clue. It seems that for some reason aria2c is not executed and cmd script does not catch this.
     
  11. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
    #2131 whatever127, Nov 14, 2018
    Last edited: Nov 14, 2018
    (OP)
    WARNING!
    A critical bug that may cause removal of files has been found in UUP dump downloader versions 0.5.0-alpha to 1.0.0-beta.2. Downloads of mentioned versions have been removed and fixed version will be posted as soon as possible.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    @mkuba50, i am not going to like that but thanks for the warning, but it would fix my lack of free disk space:)
     
  13. tramp20

    tramp20 MDL Novice

    Joined:
    Aug 28, 2008
    Messages:
    39
    Likes Received:
    5
    Trophy Points:
    0
    #2134 tramp20, Nov 15, 2018
    Last edited: Nov 15, 2018
    @mkuba50
    Thank you for your nice program.
    But I need a possibility to limit the download speed as in the uup.downloader.cmd:

    :: CHANGE THIS VALUE TO ENABLE DOWNLOAD LIMIT
    :: NOTE: due to links expiring fastly use feature on your own risk (might lead to errors during download)
    :: Value is Byte/s (K or M can be appended)
    :: Means: 1K = 1 kByte/s and 1M = 1 MByte/s
    :: 0 = unrestricted
    :: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    set "limit=4M"
     
  14. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
    Use version 1.0.0-beta.4 or newer and create ini with the same name as executable (so if executable is named uupdownloader.exe then ini is uupdownloader.ini) and paste the following to it:
    Code:
    [Config]
    SpeedLimit=4M
    
    I have not tested this.

    No more feature requests will be fulfilled until release of 1.0.0.
     
  15. tramp20

    tramp20 MDL Novice

    Joined:
    Aug 28, 2008
    Messages:
    39
    Likes Received:
    5
    Trophy Points:
    0
    Thank you but this does not work :-(
    The download runs always with maximal speed.
     
  16. kuroda

    kuroda MDL Senior Member

    Joined:
    Aug 25, 2012
    Messages:
    445
    Likes Received:
    32
    Trophy Points:
    10
    ...HI, SLAVE 77 the UUPDL S-M-R-T will not be updated anymore? I like this version CMD.Please don't give up,THANKS!
     
  17. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    All works, why updating?
     
  18. tavrez

    tavrez MDL Senior Member

    Joined:
    Sep 28, 2015
    Messages:
    421
    Likes Received:
    287
    Trophy Points:
    10
    UUP dump website seems down