Jump to content

Bountyhunter50

Active Members
  • Posts

    168
  • Joined

  • Last visited

Posts posted by Bountyhunter50

  1. Hi Gang! I wasn't sure if there was a dedicated section on the forums for Drones (not from what I saw) but I call upon the Drone gods for education:

    Unfortunately it was too big to upload, but I threw it into my public Dropbox: https://dl.dropboxusercontent.com/u/3221772/20150329_193930.mp4

    This is my Estes Syncro mini-copter. I've since upgraded to a beefier Hubsan X4, but I noticed that one of my props (or is it the motor) on the Syncro doesn't create enough lift anymore for take off.

    **Pardon my terminology, im still an novice pilot**

    You'll see in the video, but I believe it's either the front right motor, or the back left motor. If anyone can offer any insight as to:

    - Why is this?

    -What is the real error?

    - Is it an easy fix vs. cost?

    I did a little research and it looks like (again, I could be completely wrong) the outer casing on the motor just spins around the actual motor, which causes it to not spin enough to get lift.

    Any thoughts/insights/advice is always appreciated :) Thanks in advance

  2. When you fdisked the card, did you mark the boot partition as bootable?

    .....Crap.

    I used Gparted within Ubuntu before lighting up the installer. I don't think I did flag it as bootable. I wonder ... If I booted from a live-disk Ubuntu, could I still flag it for bootable? or is it easier/better off to start from scratch?

  3. What's up guys?

    Apparently I didn't think this completely through:

    I have Ubuntu installed on a 32GB SDHC card that I have installed on my Asus G75VW (currently rocking 8.1) and my idea was to use the SD card as the *third HDD on the system (I have both HDD bays used for Win 8.1..probably a mistake but I'll deal with that after the fact..working to SSD)

    SO when I go to hit ESC to try and boot to the SD card, I can only select between Windows, DVD drive, or only USB (when one is present). When I went to install Ubuntu on the card , I swore I installed GRUB, but it's not even recognizing the drive as a whole.

    Am I missing something, or does my logic here not work?

  4. Yep,

    - Went into safe mode, tried to install both through windows update and the stand alone updater (Apparently WSUS cannot be started in safe mode?) so that's a nope.

    - I cleaned up the %temp% , even per the link , unsuccessful.

    - it looked promissing with this XFastRAM.exe, but I don't even have that on this workstation.

    I'm going to have it Hide Update untill our Monthly reports say we NEED this update. lol Thanks

  5. What's up gang!

    OK, I call upon the wizards. I offer bandwidth to sacrifice! (Corny joke..)

    OK so here is the skinny: I have a computer at work. It's been a problem child since the opening (few years at least). Windows 7 32bit, Enterprise, on our server. It's been stuck on an update that I have officially ran out of options except a "Windows Repair".

    ** Security Update for WIndows 7 (KB2864202) **

    - I've tried using Windows Update Troubleshooter. Nothing.

    - I've done SFC. Nothing.

    - I've tried installing VIA the stand-alone installer and downloading the update itself and installing. Nothing.

    - I've renamed the SoftwareDistribution folder to softwaredistribution.old. Nothing

    - I've ran chkdsk /f /r - Apparently the /f & the /r tags are DOA in windows 7..?

    at the time of writing this, I'm running a Defraggler scan , I read somewhere that sholves the issue. I've also seen a lot of articles referencing this update with Windows Vista (which is unsetling)

    Any thoughts?

  6. Hey all!

    Ok so I've come up with a crazy contraption concept that I'm getting ready to try and solder together. Wanted to colaboate with you all.

    I'm not sure if this exists: But I'm wanting to make a tiny little circuit the size of ones Thumb that basically enables constant circuit from a USB Pineapple Juice, then when you get home and notice your Pineapple Juice is almost dead, plug in the Mark V wall adapter and flip a switch to switch from USB Battery to the Wall AC outlet.

    Basically a constant flow from ether a DC or AC power source to have your Pineapple. I know it's intense voltage regulation, but I wanted to post this into the wild and see if anyone experienced can chime in on if this is completely doable or I'm just a dope and shouldn't bother.

  7. Hey guys and gals.

    So at work, I'm noticing a lot of little programs that I find running all the time. But with the way the corporate image is, I can't deploy the duck easily for this (Bummer!!) so I've decided to go basic and creat a .bat menu screen for the user that can be accessed via the intranet. The main program calls smaller programs into the same window.

    I'm a little rusty with my .DOS, what I'm trying to do are a few different things:

    - I have a .ps1 powershell script I want to execute via the menu screen , but I'm not sure where I'm going wrong because it just dies immediately. I'm calling the following:

    :selection4

    Cls

    Start powershell GetComputerISE.PS1

    H:\batmenu.bat

    (Running all from my jump drive , h:\, until it's ready for full deployment)

    - is there a way I can minimize the file handling (say with C you can just make a method of these other programs and call the method) , or can I even upload these smaller programs to Dropbox and call it through the URL?

  8. In response to this yes that wouldn't be a problem at all. I will probably append a time stamp to the report name so 'Report 08:00:00 07.05.2014.zip' That work for you? I will make the changes over the next weekend.

    As for PowerShell as Merlintime has pointed out its incredibly powerful and there are loads of ways you can remotely administer machines. When i was writing the Toolkit i discovered loads of awesome uses for it but i decided to leave remotely networked machines out of the scope as there are certain variables i wouldn't know. Anyway i have all of my PowerShell scripts minus the Duck code stored somewhere so if you want them let me know. Also let me know if you write anything you think could be a good payload. Im always looking for new scripts!

    411.

    Any help would be forever appreciated! :-)

    Yeah if that wouldn't be too much trouble to send those over, I would appreciate that very much! I'm not completely familiar with Powershell outside of Duck scripts (unfortunately) so I'd like to use my duck till I'm comfortable learning about the full capabilites (I know that doesn't completely add up, as I'll need some knowledge to write a Duck Script, but as an Isolated program I'm a fish out of water)

    By the way 411, GREAT work on the Toolkit! Eversince I found that it's been a prime go-to for me. :-)

    Not sure if you use Bitmessage, but If that's a convenient method for you, I use that almost every day. LOL

  9. forgive me for asking a potentially dumb question;

    That code makes complete sense to me actually. Thanks for that post! My question is: Would I be able to save that as a .VBS script or bust open Visual Studio and hurl that into the compiler there and see what it barfs out?

  10. They are all actually networked. Is that possible? O-o

    I may have to walk around anyways, 40% of the users have personal printers I need to manage too, but i'm prepping for one project at a time. Depending on how the inventory goes, will judge how I handle printers :-)

    I have not had a lot of experience with PowerShell , I discovered it actually from a Duck Script honestly

  11. Hi guys!

    So I'm deplyoing my Duck at work , and I have a script (Thanks to DuckToolKit) that saves the user and hardware info of their computer. We're doing an inventory basically.

    The output of the script saves it as a Report.zip, but I have about 200 computers to go through. Is it possible to have an

    IF 'Report.zip'=EXIST

    Then EXIST +1

    Basically if Report.zip exists , rename the file to Report1, and so on so the final will have Report, Report1, Report 2, etc.

    Thanks!! I'll attach my script below:

    DELAY 1650
    GUI r
    DELAY 1650
    STRING powershell Start-Process notepad -Verb runAs
    ENTER
    DELAY 1650
    STRING ADMINUSERNAME
    DELAY 1650
    TAB
    STRING DUMBPASSWORD
    DELAY 1650
    ENTER
    DELAY 1650
    ALT y
    DELAY 1650
    ENTER
    ALT SPACE
    DELAY 1650
    STRING m
    DELAY 1650
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    ENTER
    STRING $folderDateTime = (get-date).ToString('d-M-y HHmmss')
    ENTER
    STRING $userDir = (Get-ChildItem env:\userprofile).value + '\Ducky Report ' + $folderDateTime
    ENTER
    STRING $fileSaveDir = New-Item  ($userDir) -ItemType Directory
    ENTER
    STRING $date = get-date
    ENTER
    STRING $style = "<style> table td{padding-right: 10px;text-align: left;}#body {padding:50px;font-family: Helvetica; font-size: 12pt; border: 10px solid black;background-color:white;height:100%;overflow:auto;}#left{float:left; background-color:#C0C0C0;width:45%;height:260px;border: 4px solid black;padding:10px;margin:10px;overflow:scroll;}#right{background-color:#C0C0C0;float:right;width:45%;height:260px;border: 4px solid black;padding:10px;margin:10px;overflow:scroll;}#center{background-color:#C0C0C0;width:98%;height:300px;border: 4px solid black;padding:10px;overflow:scroll;margin:10px;} </style>"
    ENTER
    STRING $Report = ConvertTo-Html -Title 'Recon Report' -Head $style > $fileSaveDir'/ComputerInfo.html'
    ENTER
    STRING $Report = $Report +"<div id=body><h1>Duck Tool Kit Report</h1><hr size=2><br><h3> Generated on: $Date </h3><br>"
    ENTER 
    STRING $SysBootTime = Get-WmiObject Win32_OperatingSystem 
    ENTER 
    STRING $BootTime = $SysBootTime.ConvertToDateTime($SysBootTime.LastBootUpTime)| ConvertTo-Html datetime 
    ENTER 
    STRING $SysSerialNo = (Get-WmiObject -Class Win32_OperatingSystem -ComputerName $env:COMPUTERNAME) 
    ENTER 
    STRING $SerialNo = $SysSerialNo.SerialNumber 
    ENTER 
    STRING $SysInfo = Get-WmiObject -class Win32_ComputerSystem -namespace root/CIMV2 | Select Manufacturer,Model 
    ENTER 
    STRING $SysManufacturer = $SysInfo.Manufacturer 
    ENTER 
    STRING $SysModel = $SysInfo.Model
    ENTER 
    STRING $OS = (Get-WmiObject Win32_OperatingSystem -computername $env:COMPUTERNAME ).caption
    ENTER 
    STRING $disk = Get-WmiObject Win32_LogicalDisk -Filter "DeviceID='C:'"
    ENTER
    STRING $HD = [math]::truncate($disk.Size / 1GB)
    ENTER
    STRING $FreeSpace = [math]::truncate($disk.FreeSpace / 1GB)
    ENTER
    STRING $SysRam = Get-WmiObject -Class Win32_OperatingSystem -computername $env:COMPUTERNAME | Select  TotalVisibleMemorySize
    ENTER 
    STRING $Ram = [Math]::Round($SysRam.TotalVisibleMemorySize/1024KB)
    ENTER 
    STRING $SysCpu = Get-WmiObject Win32_Processor | Select Name
    ENTER 
    STRING $Cpu = $SysCpu.Name
    ENTER 
    STRING $HardSerial = Get-WMIObject Win32_BIOS -Computer $env:COMPUTERNAME | select SerialNumber
    ENTER 
    STRING $HardSerialNo = $HardSerial.SerialNumber
    ENTER 
    STRING $SysCdDrive = Get-WmiObject Win32_CDROMDrive |select Name
    ENTER 
    STRING $graphicsCard = gwmi win32_VideoController |select Name
    ENTER
    STRING $graphics = $graphicsCard.Name
    ENTER
    STRING $SysCdDrive = Get-WmiObject Win32_CDROMDrive |select -first 1
    ENTER
    STRING $DriveLetter = $CDDrive.Drive
    ENTER
    STRING $DriveName = $CDDrive.Caption
    ENTER
    STRING $Disk = $DriveLetter + '' + $DriveName
    ENTER
    STRING $Firewall = New-Object -com HNetCfg.FwMgr 
    ENTER 
    STRING $FireProfile = $Firewall.LocalPolicy.CurrentProfile 
    ENTER 
    STRING $FireProfile = $FireProfile.FirewallEnabled
    ENTER 
    STRING $Report = $Report  + "<div id=left><h3>Computer Information</h3><br><table><tr><td>Operating System</td><td>$OS</td></tr><tr><td>OS Serial Number:</td><td>$SerialNo</td></tr><tr><td>Current User:</td><td>$env:USERNAME </td></tr><tr><td>System Uptime:</td><td>$BootTime</td></tr><tr><td>System Manufacturer:</td><td>$SysManufacturer</td></tr><tr><td>System Model:</td><td>$SysModel</td></tr><tr><td>Serial Number:</td><td>$HardSerialNo</td></tr><tr><td>Firewall is Active:</td><td>$FireProfile</td></tr></table></div><div id=right><h3>Hardware Information</h3><table><tr><td>Hardrive Size:</td><td>$HD GB</td></tr><tr><td>Hardrive Free Space:</td><td>$FreeSpace GB</td></tr><tr><td>System RAM:</td><td>$Ram GB</td></tr><tr><td>Processor:</td><td>$Cpu</td></tr><td>CD Drive:</td><td>$Disk</td></tr><tr><td>Graphics Card:</td><td>$graphics</td></tr></table></div>"
    ENTER 
    STRING $Report >> $fileSaveDir'/ComputerInfo.html'
    ENTER
    STRING function copy-ToZip($fileSaveDir){
    ENTER
    STRING $srcdir = $fileSaveDir
    ENTER
    STRING $zipFile = 'C:\Windows\Report.zip'
    ENTER
    STRING if(-not (test-path($zipFile))) {
    ENTER
    STRING set-content $zipFile ("PK" + [char]5 + [char]6 + ("$([char]0)" * 18))
    ENTER
    STRING (dir $zipFile).IsReadOnly = $false}
    ENTER
    STRING $shellApplication = new-object -com shell.application
    ENTER
    STRING $zipPackage = $shellApplication.NameSpace($zipFile)
    ENTER
    STRING $files = Get-ChildItem -Path $srcdir
    ENTER
    STRING foreach($file in $files) {
    ENTER
    STRING $zipPackage.CopyHere($file.FullName)
    ENTER
    STRING while($zipPackage.Items().Item($file.name) -eq $null){
    ENTER
    STRING Start-sleep -seconds 1 }}}
    ENTER
    STRING copy-ToZip($fileSaveDir)
    ENTER
    STRING $usbPresent = 'False'
    ENTER
    STRING do {
    ENTER
    STRING $present = Get-WMIObject Win32_Volume | ? { $_.Label -eq 'HP16GB' } | Measure
    ENTER
    STRING if ($present.Count -ge 1){
    ENTER
    STRING $usbPresent = 'True' }Else {
    ENTER
    STRING $usbPresent = 'False'}}
    ENTER
    STRING until ($usbPresent -eq 'True')
    ENTER
    STRING $driveLetter = Get-WMIObject Win32_Volume | ? { $_.Label -eq 'DUCK' } | select Name
    ENTER
    STRING move-item c:\Windows\Report.zip $driveLetter.Name
    ENTER
    STRING remove-item $fileSaveDir -recurse
    ENTER
    STRING Remove-Item $MyINvocation.InvocationName
    ENTER
    CTRL S
    DELAY  1650
    STRING C:\Windows\config-47bc5.ps1
    ENTER
    DELAY 1650
    ALT F4
    DELAY 1650
    GUI r
    DELAY 1650
    STRING powershell Start-Process cmd -Verb runAs
    ENTER
    DELAY 1650
    STRING ADMINUSERNAME
    DELAY 1650
    TAB
    STRING ADMINLAMEPASS
    DELAY 1650
    ENTER
    DELAY 1650
    DELAY 1650
    ALT y
    DELAY 1650
    STRING mode con:cols=14 lines=1
    ENTER
    ALT SPACE
    DELAY 1650
    STRING m
    DELAY 1650
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    DOWNARROW
    ENTER
    STRING powershell Set-ExecutionPolicy 'Unrestricted' -Scope CurrentUser -Confirm:$false
    ENTER
    DELAY 1650
    STRING powershell.exe -windowstyle hidden -File C:\Windows\config.ps1
    ENTER
    
    
    
  12. So our current thinking is that, while the board can reliably receive a signal, whatever machine he tied to the plug can't and this is because of an insufficiently strong signal on the wire...?

    I'm still more inclined to believe it's RS232 or some variant over an UTP cable.

    Can you open up the board and maybe take a picture of it and/or specify what's written on the chip that appears to be attached to the plug? Either side of the connection will do.

    The board on the main switch or Workstation? VERY limited to opening up items (Corporate would rain down on me with a #$%% Fire).

    If it's worth noting, the main switch does have a console/RS232 9-pin port

  13. Sorry all, forgot to add in the basic cable topology (to get an iDea for cable length... see what I just did there?)

    Cables run anywhere from 9 feet off the Lobby (Ground Floor) to the 21st floor (Think Stories instead of actual floors) , and sounds like they return to the 12th floor for the main switch. In the elevator room at the top it looks like the CAT5e (I believe) runs through an amplifier provided by the elevator company (Circular punchdown of some sort. Annoying because the only labeling "161, 162,167, etc." and we only have Schematics for inside the Elevator cars themselves.

  14. All very valid points that I am taking to heart on this (This project is my child practically.)

    I have noticed that from the computer that can change the adverts around (it doesn't handle the "daily events" but the virtual player itself" if I sniff on that port, I saw that there was a nice Spanning Tree protocol on that block. I couldn't tell if anything was shut off or not, but i'm still in investigation.

    Seriously, Thanks guys for the input!

    ...Also I completely understand, No work before the morning constitution of Java.... Mandatory..

  15. Good thinking on Reinstalling Winpcap. Can never be too safe.

    So update***

    I found the central switch that the elevators are plugged into! WAHOO!! I was lucky enough to talk to one of the installers of the place, he mentioned it was a "Net..something" and described the box, etc.

    Matches the IP Scheme, Matches his description, Cable count matches perfectly, PROGRESS!!

    Now to begin the "Fun" Part.. The switch (Assuming it's the correct one) shows all 5 (really has 6, not sure why) RJ45 lines are "hot", but why is only 2 of the 5 Workstations funtioning Nominally? Something doesn't add up...

  16. Hi all! I'm at a loss, so collaboration time!

    SO:

    At my work , I have 5 elevators with digital reader boards in them (for the days events and some adverts) that auto-updates from an internal system. Through our internal system, we enter in "Bob Group" and say what meeting room they have and times. Then when we say "Post", that is (theoretically) supposed to send out to these Readerboards to be displayed at the appropriate day.

    The problem is: Only 2 of the 5 Function like this. Here's the fun part (Are you ready?):

    - Inside the elevator the PC is on an Eth line.

    - If I plug in my laptop to snif the other end , I get no link at all. Even the ISP can't find the MAC on the network. Even on the ones that are (theoretically) working.

    - The main "Player Controller PC" (handles how the reader board will display adverts, etc) is connected to a switch (and our ISP can see that).

    - At the top of the elevators (Where the pully engines are) , There are 5 wires on a troth going outbound.. Somewhere.. But there's actually 10: 5 blue and 5 White CAT5e.

    - Down the hall of the Elevator Control room, there's a mini-IDF room that has a wall- mounted cabinet with 5 Cat5e lines LABELED " Elevator 5, Elevator 6, Etc."

    - When I plug my laptop into that , Nothing. Not even Wireshark can find it.

    - I can't even find anything on a WiFi Sniff too. No beacon frames match the Elevator PCs at all.

    ...Is there something i'm missing, or is this a needle in a hay stack?

×
×
  • Create New...