
INTRODUCING BAMBOO SECURITY
True Empowerment
OUR STORY
Innovators. Dreamers.
Bamboo Security is a leading provider of cutting-edge technologies and services, offering scalable solutions for companies of all sizes. Founded by a group of friends who started by scribbling their ideas on a piece of paper, today we offer smart, innovative services to dozens of clients worldwide.
We built our solutions by closely listening to our potential clientele and understanding their expectations with our product. We know how to analyze this information and customize our offering to changing market needs. Why not join our fast growing customer base? Get in touch today to learn more about the Bamboo Security story.

OUR INNOVATIVE TECHNOLOGY
At Bamboo Security, we believe that our solutions will soon become one of the biggest segments in the industry. We’ve only just started, but we already know that every product we build requires hard-earned skills, dedication and a daring attitude. Continue reading and learn all there is to know about the smart tech behind our successful IT Startup.
THE BAMBOO SECURITY TEAM
Our Team




RYAN FAZAL
President
CHRISTIAN ARROYO
Vice-President
DAOUDA GAYE
Data Analyst
KENNY LIN
Data Analyst
RYAN FAZAL
President
Main Presenter for Bamboo Security
Project Coordinator
Co-Creator of the Bamboo Security Website
Manager of devteam.bamboo@gmail.com
“Backdoor” help of the app
CHRISTIAN ARROYO
Vice-President
GUI Designer: creating the user interface for the Bamboo Security App
Frontdoor access to the app.
Creator of what the customer will interact with.
DAOUDA GAYE
Data Analyst
Network Analyzer of TSHARK: monitoring network/software/ communications
Behind the scenes analyst
Monitoring the app from what the customer cannot see.
Looking for errors and checking what's going on within the app
KENNY LIN
Data Analyst
Network Analyzer of NMAP: checks the services and host that are on the Bamboo Security App
Behind the scenes analyst
Checks for errors
Monitors how packets are flowing
ACTIVITIES
MILESTONE #1
The Beginning

Decide what form will be your final product: Poster, App, Hardware, System, Algorithm, Analysis
For this company, our final product will be represented through a poster board, and an app formatting program. The goal is to show an example of how our app can work. And how simple it is to use.
Decide your main language: Python, C++, C, java, Go, R, Linux script, JavaScript,
The main language that our team will use would be Linux script.
Decide tools you’d like to use: Password tools, Vulnerability assessment, Packet analysis, Security, forensics (Memory forensics, Hard disk Forensics, Debugger, disassembler), etc.
For this company, we will use tools that will analyze network traffic. We will also try to generate our own data. We would use tools such as Zenmap in order to analyze a network.
Forms of input, output and processing (How you get data, what do you do with it, how does your output look like? Audio, Video, Graphs, numbers, etc.)
For this, both the input and output will be represented through a series of graphs and numbers. The goal is to simplify how a user can fix a networking issue on their router. Even if they don’t have an avid computer networking background.
What would you like to conclude?
Bamboo security wants to bring the simplicity of networking. With the app, it allows the user to monitor their network in a form of guides and or simple to read formatting. This is to take away the confusion of how a user operates their network. And thus, saves them money rather than having to call in a technician.


MILESTONE #3
RYAN FAZAL
Activities 5-7

CHRISTIAN ARROYO
Activities

DAOUDA GAYE
Activities

KENNY LIN
Activities


MILESTONE 4
First Demo of Our App
OUR CODE
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim OpenCMD
OpenCMD = CreateObject("wscript.shell")
OpenCMD.run("nmap -sn 192.168.0.0/24 -oN
C:\Users\Chris\source\repos\proofOfConcept\output.txt")
Dim FILE_NAME As String = "C:\Users\Chris\source\repos\proofOfConcept\output.txt"
System.Threading.Thread.Sleep(20000)
Dim TextLine As String
If System.IO.File.Exists(FILE_NAME) = True Then
Dim objReader As New System.IO.StreamReader(FILE_NAME)
Do While objReader.Peek() <> -1
TextLine = objReader.ReadLine()
Loop
TextBox1.Text = TextLine
Else
MessageBox.Show("File Does Not Exist")
End If
End Sub
End Class


"The best way to predict the future is to create it"
Abraham Lincoln
