Jump to content

CLI is Fun!

Active Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by CLI is Fun!

  1. So i was just wondering if their is a way to set the pineapple to use a wifi connection to my laptop as the internet connection instead of using a wired connection? this would make it much easier to hide the device while i watch the traffic come across. So if this it is possible please let me know.
  2. Digip you where right earlier i hat to change the tag to say <a href="http:/ipaddress:5800" target="_blank"> link name </a>. I had to dig around the server setting to find the right port for http.
  3. I tried that before i had it looking like this<td height="40" width="50" align="center"><a href="file:///C:\Program Files (x86)\Dashboard\VNC\Noc Viewscreen 3&4.vnc"> 3 </a></td> but it will still give me just a dump of the config file.
  4. So how would i set it to do that exactly? Iv never done a link to an application before.
  5. Hi Everyone i was wondering if i could get some help on this I'm trying to create a web page for my work and we use VNC to control some of our Screens in the NOC. So i am trying to create a table layout with all the screens in the right spots which i have done with no issue. however when i use the fallowing code you can only open the links to the access the VNC's in IE if you Click on them in Firefox or Chrome they just print out the the text of the file. is their any way to fix this issue so i can have it work with all of the browsers? The HTML code is as fallows <div id="textcontent"> <div class="text"> <h4>NOC Veiw Screens</h4> <p class="textbackground"> <table border="0" align="center" cellpadding="5" cellspacing="0"> <td> <table border="1" align="center" cellpadding="5" cellspacing="0" bgcolor="white" style="height: 148px"> <tr> <td width="50" align="center"><a href="VNC/Noc Viewscreen 1.vnc">******* </a></td> <td width="50" align="center"><a href="VNC/Noc Viewscreen 3&4.vnc"> ******* </a></td> <td width="50" align="center"> TV1 </td> </tr> <tr> <td width="50" align="center"><a href="VNC/Noc Viewscreen 2.vnc">NOC Screen 2 </a></td> <td width="50" align="center"><a href="VNC/Noc Viewscreen 5&6.vnc"> NOC Screen 5 </a></td> <td width="50" align="center"><a href="VNC/Noc Viewscreen 7&8.vnc"> NOC Screen 7 </a></td></tr> <tr> <td width="50" align="center" style="height: 63px"><a href="VNC\Noc Viewscreen 3&4.vnc">NOC Screen 3 </a></td> <td width="50" align="center" style="height: 63px"><a href="VNC\Noc Viewscreen 5&6.vnc">NOC Screen 6 </a></td> <td width="50" align="center" style="height: 63px"><a href="VNC\Noc Viewscreen 7&8.vnc">NOC Screen 8 </a></td></tr> </table> </td> <td> <table border="1" align="center" cellpadding="5" cellspacing="0" class="auto-style1" style="height: 159px" bgcolor="white"><tr> <td height="120" width="200" align="center"><a href="VNC\Noc Central Viewscreen.vnc"> Big Screen </a></td> </tr> </table> </td> <td> <table border="1" align="center" cellpadding="5" cellspacing="0" bgcolor="white" ><tr> <td height="40" width="50" align="center"> TV2 </td> <td height="40" width="50" align="center"><a href="VNC\Noc Viewscreen 11&12.vnc">NOC Screen 11 </a></td> <td height="40" align="center" style="width: 50px"><a href="VNC\Noc Viewscreen 13&14.vnc">NOC Screen 14 </a></td> </tr> <tr> <td height="40" width="50" align="center"><a href="VNC\Noc Viewscreen 9&10.vnc">NOC Screen 9 </a></td> <td height="40" width="50" align="center"><a href="VNC\Noc Viewscreen 11&12.vnc">NOC Screen 12 </a></td> <td height="40" align="center" style="width: 50px"><a href="VNC\Noc Viewscreen 15&16.vnc">NOC Screen 15 </a></td></tr> <tr> <td height="40" width="50" align="center"><a href="VNC\Noc Viewscreen 9&10.vnc">NOC Screen 10</a></td> <td height="40" width="50" align="center"><a href="VNC\Noc Viewscreen 13&14.vnc">NOC Screen 13</a></td> <td height="40" align="center" style="width: 50px"><a href="VNC\Noc Viewscreen 15&16.vnc">NOC Screen 16</a></td></tr> </table> </td> </table> Also if you could point out any code errors or a better way of doing this that would be nice to.. Thanks for the help!
  6. Like 555 said check your local laws. I know in Missouri you have to file paper work to turn a gun over to some one else and a back ground check has to be ran. not sure how other states handle this but im sure their is some legal paper work and a background check to be done.
  7. Thanks for the advice on this. I have been doing an auto ban on all ip's that attempt to connect that fail to use the proper login credentials after the ten attempts. I would love to just use FTP over SSL however it seems my school dose not allow FTP over SSL so I cant force it. I wonder if I Just change the port the SSL connection is coming across to an no standardized port I wonder if the schools firewall will block it then. or dose any one have any ideas on how I could get around the SSL issue with my school. I will have to run a scan of the network when I go to class next and see what I can find. this should not raise any flags seeing that we do network scans all the time in our It security classes.
  8. So I have a few questions regarding creating an FTP honey pot. I currently have an FTP server i use for uploading school documents, software tools and many other things my school provides for me. I’ve noticed since I’ve put my server out on the internet I’ve been getting daily attempts to access the Admin account that could last hours. So I wanted to create an admin account with a read only directory that had some files in it. But what I want to know is would it be legal to say embed a Trojan or another type of virus in to these files if so how would I go about doing that? I really want mess with these script kiddies that are trying to mess with my server!
×
×
  • Create New...